The Funnel looked too Funny
- Improved the model of Belt Funnel and Pulley - Added a null check to ServerSchematicLoader ticks. Possibly helps #7
This commit is contained in:
parent
ca355d1ec3
commit
47cde5abb2
9 changed files with 121 additions and 139 deletions
|
@ -28,7 +28,7 @@ public class Create {
|
||||||
|
|
||||||
public static final String ID = "create";
|
public static final String ID = "create";
|
||||||
public static final String NAME = "Create";
|
public static final String NAME = "Create";
|
||||||
public static final String VERSION = "0.0.5";
|
public static final String VERSION = "0.1.0";
|
||||||
|
|
||||||
public static Logger logger = LogManager.getLogger();
|
public static Logger logger = LogManager.getLogger();
|
||||||
public static ItemGroup creativeTab = new CreateItemGroup();
|
public static ItemGroup creativeTab = new CreateItemGroup();
|
||||||
|
@ -77,6 +77,8 @@ public class Create {
|
||||||
}
|
}
|
||||||
|
|
||||||
public static void tick() {
|
public static void tick() {
|
||||||
|
if (schematicReceiver == null)
|
||||||
|
schematicReceiver = new ServerSchematicLoader();
|
||||||
schematicReceiver.tick();
|
schematicReceiver.tick();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -35,9 +35,11 @@ import net.minecraft.world.World;
|
||||||
|
|
||||||
public class BeltFunnelBlock extends HorizontalBlock implements IBeltAttachment, IWithTileEntity<BeltFunnelTileEntity> {
|
public class BeltFunnelBlock extends HorizontalBlock implements IBeltAttachment, IWithTileEntity<BeltFunnelTileEntity> {
|
||||||
|
|
||||||
public static final VoxelShape SHAPE_NORTH = makeCuboidShape(4, 2, -1, 12, 10, 5),
|
public static final VoxelShape
|
||||||
SHAPE_SOUTH = makeCuboidShape(4, 2, 11, 12, 10, 17), SHAPE_WEST = makeCuboidShape(-1, 2, 4, 5, 10, 12),
|
SHAPE_NORTH = makeCuboidShape(3, -4, -1, 13, 8, 5),
|
||||||
SHAPE_EAST = makeCuboidShape(11, 2, 4, 17, 10, 12);
|
SHAPE_SOUTH = makeCuboidShape(3, -4, 11, 13, 8, 17),
|
||||||
|
SHAPE_WEST = makeCuboidShape(-1, -4, 3, 5, 8, 13),
|
||||||
|
SHAPE_EAST = makeCuboidShape(11, -4, 3, 17, 8, 13);
|
||||||
|
|
||||||
public BeltFunnelBlock() {
|
public BeltFunnelBlock() {
|
||||||
super(Properties.from(Blocks.ANDESITE));
|
super(Properties.from(Blocks.ANDESITE));
|
||||||
|
|
|
@ -1,23 +1,22 @@
|
||||||
{
|
{
|
||||||
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
|
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
|
||||||
"parent": "block/block",
|
|
||||||
"textures": {
|
"textures": {
|
||||||
|
"particle": "create:block/belt_funnel",
|
||||||
"belt_funnel": "create:block/belt_funnel",
|
"belt_funnel": "create:block/belt_funnel",
|
||||||
"belt": "create:block/belt",
|
"brass_casing": "create:block/brass_casing"
|
||||||
"particle": "create:block/belt_funnel"
|
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"name": "Bottom",
|
"name": "Bottom",
|
||||||
"from": [ 3, 0, -1 ],
|
"from": [ 3, -4.1, -1 ],
|
||||||
"to": [ 13, 1, 5 ],
|
"to": [ 13, -3.1, 5 ],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": { "texture": "#belt_funnel", "uv": [ 0, 0, 10, 1 ] },
|
"north": { "texture": "#belt_funnel", "uv": [ 0, 11, 10, 12 ] },
|
||||||
"east": { "texture": "#belt_funnel", "uv": [ 9, 8, 10, 14 ], "rotation": 90 },
|
"east": { "texture": "#belt_funnel", "uv": [ 10, 11, 16, 12 ] },
|
||||||
"south": { "texture": "#belt_funnel", "uv": [ 0, 0, 10, 1 ] },
|
"south": { "texture": "#belt_funnel", "uv": [ 0, 11, 10, 12 ] },
|
||||||
"west": { "texture": "#belt_funnel", "uv": [ 0, 8, 1, 14 ], "rotation": 90 },
|
"west": { "texture": "#belt_funnel", "uv": [ 10, 11, 16, 12 ], "rotation": 180 },
|
||||||
"up": { "texture": "#belt_funnel", "uv": [ 0, 8, 10, 14 ] },
|
"up": { "texture": "#belt_funnel", "uv": [ 10, 0, 16, 13 ], "rotation": 90 },
|
||||||
"down": { "texture": "#belt_funnel", "uv": [ 0, 8, 10, 14 ] }
|
"down": { "texture": "#belt_funnel", "uv": [ 10, 0, 16, 12 ], "rotation": 90 }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -26,44 +25,33 @@
|
||||||
"to": [ 13, 8, 5 ],
|
"to": [ 13, 8, 5 ],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": { "texture": "#belt_funnel", "uv": [ 0, 0, 10, 1 ] },
|
"north": { "texture": "#belt_funnel", "uv": [ 0, 0, 10, 1 ] },
|
||||||
"east": { "texture": "#belt_funnel", "uv": [ 9, 8, 10, 14 ], "rotation": 90 },
|
"east": { "texture": "#belt_funnel", "uv": [ 10, 0, 16, 1 ] },
|
||||||
"south": { "texture": "#belt_funnel", "uv": [ 0, 0, 10, 1 ] },
|
"south": { "texture": "#belt_funnel", "uv": [ 0, 0, 10, 1 ] },
|
||||||
"west": { "texture": "#belt_funnel", "uv": [ 0, 8, 1, 14 ], "rotation": 90 },
|
"west": { "texture": "#belt_funnel", "uv": [ 10, 0, 16, 1 ], "rotation": 180 },
|
||||||
"up": { "texture": "#belt_funnel", "uv": [ 0, 8, 10, 14 ] },
|
"up": { "texture": "#belt_funnel", "uv": [ 10, 0, 16, 12 ], "rotation": 90 },
|
||||||
"down": { "texture": "#belt_funnel", "uv": [ 0, 8, 10, 14 ] }
|
"down": { "texture": "#belt_funnel", "uv": [ 10, 0, 16, 13 ], "rotation": 90 }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Side",
|
"name": "Side",
|
||||||
"from": [ 3, 1, -1 ],
|
"from": [ 3, -3.1, -1 ],
|
||||||
"to": [ 4, 7, 5 ],
|
"to": [ 4, 7, 5 ],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": { "texture": "#belt_funnel", "uv": [ 9, 1, 10, 7 ] },
|
"north": { "texture": "#belt_funnel", "uv": [ 9, 1, 10, 11.1 ] },
|
||||||
"east": { "texture": "#belt_funnel", "uv": [ 9, 8, 10, 14 ], "rotation": 90 },
|
"east": { "texture": "#belt_funnel", "uv": [ 10, 1, 16, 11 ] },
|
||||||
"south": { "texture": "#belt_funnel", "uv": [ 0, 1, 1, 7 ] },
|
"south": { "texture": "#belt_funnel", "uv": [ 0, 1, 1, 11.1 ] },
|
||||||
"west": { "texture": "#belt_funnel", "uv": [ 0, 8, 1, 14 ], "rotation": 90 }
|
"west": { "texture": "#belt_funnel", "uv": [ 10, 1, 16, 11 ] }
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Side",
|
|
||||||
"from": [ 12, 1, -1 ],
|
|
||||||
"to": [ 13, 7, 5 ],
|
|
||||||
"faces": {
|
|
||||||
"north": { "texture": "#belt_funnel", "uv": [ 0, 1, 1, 7 ] },
|
|
||||||
"east": { "texture": "#belt_funnel", "uv": [ 9, 8, 10, 14 ], "rotation": 90 },
|
|
||||||
"south": { "texture": "#belt_funnel", "uv": [ 9, 1, 10, 7 ] },
|
|
||||||
"west": { "texture": "#belt_funnel", "uv": [ 0, 8, 1, 14 ], "rotation": 90 }
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Center",
|
"name": "Center",
|
||||||
"from": [ 4, 1, -1 ],
|
"from": [ 4, -3.1, -1 ],
|
||||||
"to": [ 12, 7, 4 ],
|
"to": [ 12, 7, 4 ],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": { "texture": "#belt_funnel", "uv": [ 1, 8, 9, 14 ] },
|
"north": { "texture": "#brass_casing", "uv": [ 4, 3, 12, 13.1 ] },
|
||||||
"east": { "texture": "#belt_funnel", "uv": [ 9, 8, 10, 14 ], "rotation": 90 },
|
"east": { "texture": "#belt_funnel", "uv": [ 9, 3, 10, 9 ], "rotation": 90 },
|
||||||
"south": { "texture": "#belt_funnel", "uv": [ 1, 1, 9, 7 ] },
|
"south": { "texture": "#belt_funnel", "uv": [ 1, 1, 9, 11.1 ] },
|
||||||
"west": { "texture": "#belt_funnel", "uv": [ 0, 8, 1, 14 ], "rotation": 90 }
|
"west": { "texture": "#belt_funnel", "uv": [ 0, 2, 1, 8 ], "rotation": 90 }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -73,24 +61,34 @@
|
||||||
"rotation": { "origin": [ 8, 8, 0 ], "axis": "x", "angle": -22.5 },
|
"rotation": { "origin": [ 8, 8, 0 ], "axis": "x", "angle": -22.5 },
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": { "texture": "#belt_funnel", "uv": [ 1, 7, 9, 9 ], "rotation": 180 },
|
"north": { "texture": "#belt_funnel", "uv": [ 1, 7, 9, 9 ], "rotation": 180 },
|
||||||
"east": { "texture": "#belt_funnel", "uv": [ 0, 9.6, 1.8, 14 ], "rotation": 90 },
|
"east": { "texture": "#belt_funnel", "uv": [ 11, 4.6, 16, 6.6 ], "rotation": 180 },
|
||||||
"south": { "texture": "#belt_funnel", "uv": [ 1, 7, 9, 9 ] },
|
"south": { "texture": "#belt_funnel", "uv": [ 9, 2, 11, 10 ], "rotation": 90 },
|
||||||
"west": { "texture": "#belt_funnel", "uv": [ 0, 8, 2, 12.4 ], "rotation": 90 },
|
"west": { "texture": "#belt_funnel", "uv": [ 10, 5, 15, 7.4 ], "rotation": 180 },
|
||||||
"up": { "texture": "#belt_funnel", "uv": [ 1, 8, 9, 12.4 ], "rotation": 180 },
|
"up": { "texture": "#belt_funnel", "uv": [ 11, 2, 16, 9.4 ], "rotation": 90 },
|
||||||
"down": { "texture": "#belt_funnel", "uv": [ 1, 8, 9, 12.8 ] }
|
"down": { "texture": "#belt_funnel", "uv": [ 1, 8, 9, 12.8 ] }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Ramp",
|
"name": "Ramp",
|
||||||
"from": [ 4, -0.9, 4 ],
|
"from": [ 4, -4, -8 ],
|
||||||
"to": [ 12, 1.1, 11 ],
|
"to": [ 12, 3, -1 ],
|
||||||
"rotation": { "origin": [ 8, 1, 5 ], "axis": "x", "angle": 45.0 },
|
"rotation": { "origin": [ 8, -4, -1 ], "axis": "x", "angle": 45.0 },
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": { "texture": "#belt", "uv": [ 0, 0, 8, 2 ] },
|
"north": { "texture": "#brass_casing", "uv": [ 4, 5, 12, 12 ] },
|
||||||
"east": { "texture": "#belt", "uv": [ 14, 3, 16, 10 ], "rotation": 90 },
|
"east": { "texture": "#brass_casing", "uv": [ 4, 9, 11, 16 ], "rotation": 90 },
|
||||||
"west": { "texture": "#belt", "uv": [ 0, 3, 2, 10 ], "rotation": 270 },
|
"west": { "texture": "#brass_casing", "uv": [ 5, 9, 12, 16 ], "rotation": 270 },
|
||||||
"up": { "texture": "#belt", "uv": [ 4, 1, 12, 8 ] },
|
"down": { "texture": "#brass_casing", "uv": [ 4, 0, 12, 7 ] }
|
||||||
"down": { "texture": "#belt", "uv": [ 0, 0, 8, 7 ] }
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Side",
|
||||||
|
"from": [ 12, -3.1, -1 ],
|
||||||
|
"to": [ 13, 7, 5 ],
|
||||||
|
"faces": {
|
||||||
|
"north": { "texture": "#belt_funnel", "uv": [ 0, 1, 1, 11.1 ] },
|
||||||
|
"east": { "texture": "#belt_funnel", "uv": [ 10, 1, 16, 11 ], "rotation": 180 },
|
||||||
|
"south": { "texture": "#belt_funnel", "uv": [ 9, 1, 10, 11.1 ] },
|
||||||
|
"west": { "texture": "#belt_funnel", "uv": [ 10, 1, 16, 11 ] }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -2,11 +2,11 @@
|
||||||
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
"__comment": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
|
||||||
"parent": "block/cube",
|
"parent": "block/cube",
|
||||||
"textures": {
|
"textures": {
|
||||||
"particle": "block/stripped_spruce_log",
|
"particle": "block/dark_oak_log",
|
||||||
"0": "create:block/axis",
|
"0": "create:block/axis",
|
||||||
"1": "create:block/axis_top",
|
"1": "create:block/axis_top",
|
||||||
"2": "block/stripped_spruce_log",
|
"2": "block/dark_oak_log",
|
||||||
"3": "block/stripped_spruce_log_top"
|
"3": "block/dark_oak_log"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
|
|
|
@ -1,45 +1,49 @@
|
||||||
{
|
{
|
||||||
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
|
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
|
||||||
"parent": "block/block",
|
"textures": {
|
||||||
|
"particle": "create:block/belt_funnel",
|
||||||
|
"belt_funnel": "create:block/belt_funnel",
|
||||||
|
"brass_casing": "create:block/brass_casing"
|
||||||
|
},
|
||||||
"display": {
|
"display": {
|
||||||
"gui": {
|
"gui": {
|
||||||
"rotation": [ 30, 45, 0 ],
|
"rotation": [ 30, 45, 0 ],
|
||||||
"translation": [ 0, 0, 0],
|
"translation": [ 2, 2, 0 ],
|
||||||
"scale": [ 0.625, 0.625, 0.625 ]
|
"scale": [ 0.625, 0.625, 0.625 ]
|
||||||
},
|
},
|
||||||
|
"ground": {
|
||||||
|
"rotation": [ 0, 0, 0 ],
|
||||||
|
"translation": [ 0, 3, 2 ],
|
||||||
|
"scale": [ 0.25, 0.25, 0.25 ]
|
||||||
|
},
|
||||||
"fixed": {
|
"fixed": {
|
||||||
"rotation": [ 0, 180, 0 ],
|
"rotation": [ 0, 180, 0 ],
|
||||||
"translation": [ 0, 0, -3.5],
|
"translation": [ 0, 3, -2.75 ],
|
||||||
"scale": [ 0.5, 0.5, 0.5 ]
|
"scale": [ 0.5, 0.5, 0.5 ]
|
||||||
}
|
|
||||||
},
|
},
|
||||||
"textures": {
|
"firstperson_righthand": {
|
||||||
"belt_funnel": "create:block/belt_funnel",
|
"rotation": [ 0, 180, 0 ],
|
||||||
"symbols": "create:item/symbols"
|
"translation": [ 0, 2.5, 0 ],
|
||||||
|
"scale": [ 0.4, 0.4, 0.4 ]
|
||||||
|
},
|
||||||
|
"thirdperson_righthand": {
|
||||||
|
"rotation": [ 75, 45, 0 ],
|
||||||
|
"translation": [ 0, 2.5, 0 ],
|
||||||
|
"scale": [ 0.375, 0.375, 0.375 ]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
|
||||||
"name": "Indicator",
|
|
||||||
"from": [ 8, 7, 13 ],
|
|
||||||
"to": [ 16, 15, 13 ],
|
|
||||||
"shade": false,
|
|
||||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": -45.0 },
|
|
||||||
"faces": {
|
|
||||||
"north": { "texture": "#symbols", "uv": [ 0, 8, 8, 16 ] },
|
|
||||||
"south": { "texture": "#symbols", "uv": [ 0, 8, 8, 16 ] }
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Bottom",
|
"name": "Bottom",
|
||||||
"from": [ 3, 0, -1 ],
|
"from": [ 3, -4.1, -1 ],
|
||||||
"to": [ 13, 1, 5 ],
|
"to": [ 13, -3.1, 5 ],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": { "texture": "#belt_funnel", "uv": [ 0, 0, 10, 1 ] },
|
"north": { "texture": "#belt_funnel", "uv": [ 0, 11, 10, 12 ] },
|
||||||
"east": { "texture": "#belt_funnel", "uv": [ 9, 8, 10, 14 ], "rotation": 90 },
|
"east": { "texture": "#belt_funnel", "uv": [ 10, 11, 16, 12 ] },
|
||||||
"south": { "texture": "#belt_funnel", "uv": [ 0, 0, 10, 1 ] },
|
"south": { "texture": "#belt_funnel", "uv": [ 0, 11, 10, 12 ] },
|
||||||
"west": { "texture": "#belt_funnel", "uv": [ 0, 8, 1, 14 ], "rotation": 90 },
|
"west": { "texture": "#belt_funnel", "uv": [ 10, 11, 16, 12 ], "rotation": 180 },
|
||||||
"up": { "texture": "#belt_funnel", "uv": [ 0, 8, 10, 14 ] },
|
"up": { "texture": "#belt_funnel", "uv": [ 10, 0, 16, 13 ], "rotation": 90 },
|
||||||
"down": { "texture": "#belt_funnel", "uv": [ 0, 8, 10, 14 ] }
|
"down": { "texture": "#belt_funnel", "uv": [ 10, 0, 16, 12 ], "rotation": 90 }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -48,44 +52,33 @@
|
||||||
"to": [ 13, 8, 5 ],
|
"to": [ 13, 8, 5 ],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": { "texture": "#belt_funnel", "uv": [ 0, 0, 10, 1 ] },
|
"north": { "texture": "#belt_funnel", "uv": [ 0, 0, 10, 1 ] },
|
||||||
"east": { "texture": "#belt_funnel", "uv": [ 9, 8, 10, 14 ], "rotation": 90 },
|
"east": { "texture": "#belt_funnel", "uv": [ 10, 0, 16, 1 ] },
|
||||||
"south": { "texture": "#belt_funnel", "uv": [ 0, 0, 10, 1 ] },
|
"south": { "texture": "#belt_funnel", "uv": [ 0, 0, 10, 1 ] },
|
||||||
"west": { "texture": "#belt_funnel", "uv": [ 0, 8, 1, 14 ], "rotation": 90 },
|
"west": { "texture": "#belt_funnel", "uv": [ 10, 0, 16, 1 ], "rotation": 180 },
|
||||||
"up": { "texture": "#belt_funnel", "uv": [ 0, 8, 10, 14 ] },
|
"up": { "texture": "#belt_funnel", "uv": [ 10, 0, 16, 12 ], "rotation": 90 },
|
||||||
"down": { "texture": "#belt_funnel", "uv": [ 0, 8, 10, 14 ] }
|
"down": { "texture": "#belt_funnel", "uv": [ 10, 0, 16, 13 ], "rotation": 90 }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Side",
|
"name": "Side",
|
||||||
"from": [ 3, 1, -1 ],
|
"from": [ 3, -3.1, -1 ],
|
||||||
"to": [ 4, 7, 5 ],
|
"to": [ 4, 7, 5 ],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": { "texture": "#belt_funnel", "uv": [ 9, 1, 10, 7 ] },
|
"north": { "texture": "#belt_funnel", "uv": [ 9, 1, 10, 11.1 ] },
|
||||||
"east": { "texture": "#belt_funnel", "uv": [ 9, 8, 10, 14 ], "rotation": 90 },
|
"east": { "texture": "#belt_funnel", "uv": [ 10, 1, 16, 11 ] },
|
||||||
"south": { "texture": "#belt_funnel", "uv": [ 0, 1, 1, 7 ] },
|
"south": { "texture": "#belt_funnel", "uv": [ 0, 1, 1, 11.1 ] },
|
||||||
"west": { "texture": "#belt_funnel", "uv": [ 0, 8, 1, 14 ], "rotation": 90 }
|
"west": { "texture": "#belt_funnel", "uv": [ 10, 1, 16, 11 ] }
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Side",
|
|
||||||
"from": [ 12, 1, -1 ],
|
|
||||||
"to": [ 13, 7, 5 ],
|
|
||||||
"faces": {
|
|
||||||
"north": { "texture": "#belt_funnel", "uv": [ 0, 1, 1, 7 ] },
|
|
||||||
"east": { "texture": "#belt_funnel", "uv": [ 9, 8, 10, 14 ], "rotation": 90 },
|
|
||||||
"south": { "texture": "#belt_funnel", "uv": [ 9, 1, 10, 7 ] },
|
|
||||||
"west": { "texture": "#belt_funnel", "uv": [ 0, 8, 1, 14 ], "rotation": 90 }
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Center",
|
"name": "Center",
|
||||||
"from": [ 4, 1, -1 ],
|
"from": [ 4, -3.1, -1 ],
|
||||||
"to": [ 12, 7, 4 ],
|
"to": [ 12, 7, 4 ],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": { "texture": "#belt_funnel", "uv": [ 1, 8, 9, 14 ] },
|
"north": { "texture": "#brass_casing", "uv": [ 4, 3, 12, 13.1 ] },
|
||||||
"east": { "texture": "#belt_funnel", "uv": [ 9, 8, 10, 14 ], "rotation": 90 },
|
"east": { "texture": "#belt_funnel", "uv": [ 9, 3, 10, 9 ], "rotation": 90 },
|
||||||
"south": { "texture": "#belt_funnel", "uv": [ 1, 1, 9, 7 ] },
|
"south": { "texture": "#belt_funnel", "uv": [ 1, 1, 9, 11.1 ] },
|
||||||
"west": { "texture": "#belt_funnel", "uv": [ 0, 8, 1, 14 ], "rotation": 90 }
|
"west": { "texture": "#belt_funnel", "uv": [ 0, 2, 1, 8 ], "rotation": 90 }
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -95,12 +88,23 @@
|
||||||
"rotation": { "origin": [ 8, 8, 0 ], "axis": "x", "angle": -22.5 },
|
"rotation": { "origin": [ 8, 8, 0 ], "axis": "x", "angle": -22.5 },
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": { "texture": "#belt_funnel", "uv": [ 1, 7, 9, 9 ], "rotation": 180 },
|
"north": { "texture": "#belt_funnel", "uv": [ 1, 7, 9, 9 ], "rotation": 180 },
|
||||||
"east": { "texture": "#belt_funnel", "uv": [ 0, 9.6, 1.8, 14 ], "rotation": 90 },
|
"east": { "texture": "#belt_funnel", "uv": [ 11, 4.6, 16, 6.6 ], "rotation": 180 },
|
||||||
"south": { "texture": "#belt_funnel", "uv": [ 1, 7, 9, 9 ] },
|
"south": { "texture": "#belt_funnel", "uv": [ 9, 2, 11, 10 ], "rotation": 90 },
|
||||||
"west": { "texture": "#belt_funnel", "uv": [ 0, 8, 2, 12.4 ], "rotation": 90 },
|
"west": { "texture": "#belt_funnel", "uv": [ 10, 5, 15, 7.4 ], "rotation": 180 },
|
||||||
"up": { "texture": "#belt_funnel", "uv": [ 1, 8, 9, 12.4 ], "rotation": 180 },
|
"up": { "texture": "#belt_funnel", "uv": [ 11, 2, 16, 9.4 ], "rotation": 90 },
|
||||||
"down": { "texture": "#belt_funnel", "uv": [ 1, 8, 9, 12.8 ] }
|
"down": { "texture": "#belt_funnel", "uv": [ 1, 8, 9, 12.8 ] }
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Side",
|
||||||
|
"from": [ 12, -3.1, -1 ],
|
||||||
|
"to": [ 13, 7, 5 ],
|
||||||
|
"faces": {
|
||||||
|
"north": { "texture": "#belt_funnel", "uv": [ 0, 1, 1, 11.1 ] },
|
||||||
|
"east": { "texture": "#belt_funnel", "uv": [ 10, 1, 16, 11 ], "rotation": 180 },
|
||||||
|
"south": { "texture": "#belt_funnel", "uv": [ 9, 1, 10, 11.1 ] },
|
||||||
|
"west": { "texture": "#belt_funnel", "uv": [ 10, 1, 16, 11 ] }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -13,22 +13,10 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"textures": {
|
"textures": {
|
||||||
"extractor": "create:block/extractor",
|
"extractor": "create:block/extractor"
|
||||||
"symbols": "create:item/symbols"
|
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"name": "Indicator",
|
|
||||||
"from": [ 8, 7, 13 ],
|
|
||||||
"to": [ 16, 15, 13 ],
|
|
||||||
"shade": false,
|
|
||||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": -45.0 },
|
|
||||||
"faces": {
|
|
||||||
"north": { "texture": "#symbols", "uv": [ 0, 0, 8, 8 ] },
|
|
||||||
"south": { "texture": "#symbols", "uv": [ 0, 0, 8, 8 ] }
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Bottom",
|
"name": "Bottom",
|
||||||
"from": [ 4, 2, -1 ],
|
"from": [ 4, 2, -1 ],
|
||||||
"to": [ 12, 3, 5 ],
|
"to": [ 12, 3, 5 ],
|
||||||
|
|
|
@ -14,22 +14,10 @@
|
||||||
},
|
},
|
||||||
"textures": {
|
"textures": {
|
||||||
"redstone_antenna": "create:block/redstone_antenna",
|
"redstone_antenna": "create:block/redstone_antenna",
|
||||||
"extractor": "create:block/extractor",
|
"extractor": "create:block/extractor"
|
||||||
"symbols": "create:item/symbols"
|
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"name": "Indicator",
|
|
||||||
"from": [ 8, 7, 13 ],
|
|
||||||
"to": [ 16, 15, 13 ],
|
|
||||||
"shade": false,
|
|
||||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "y", "angle": -45.0 },
|
|
||||||
"faces": {
|
|
||||||
"north": { "texture": "#symbols", "uv": [ 0, 0, 8, 8 ] },
|
|
||||||
"south": { "texture": "#symbols", "uv": [ 0, 0, 8, 8 ] }
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Bottom",
|
"name": "Bottom",
|
||||||
"from": [ 4, 2, -1 ],
|
"from": [ 4, 2, -1 ],
|
||||||
"to": [ 12, 3, 5 ],
|
"to": [ 12, 3, 5 ],
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 418 B |
Binary file not shown.
Before Width: | Height: | Size: 288 B |
Loading…
Reference in a new issue