Spit and Shine part 3: the curious case of encased curios.
Continued work on brass assets Removed surplus Vault textures Adjusted the crushed aluminium compat asset to match xycraft set.
|
@ -453,6 +453,7 @@ public class AllBlocks {
|
||||||
|
|
||||||
public static final BlockEntry<EncasedBeltBlock> ENCASED_CHAIN_DRIVE =
|
public static final BlockEntry<EncasedBeltBlock> ENCASED_CHAIN_DRIVE =
|
||||||
REGISTRATE.block("encased_chain_drive", EncasedBeltBlock::new)
|
REGISTRATE.block("encased_chain_drive", EncasedBeltBlock::new)
|
||||||
|
.addLayer(() -> RenderType::cutoutMipped)
|
||||||
.initialProperties(SharedProperties::stone)
|
.initialProperties(SharedProperties::stone)
|
||||||
.properties(BlockBehaviour.Properties::noOcclusion)
|
.properties(BlockBehaviour.Properties::noOcclusion)
|
||||||
.properties(p -> p.color(MaterialColor.PODZOL))
|
.properties(p -> p.color(MaterialColor.PODZOL))
|
||||||
|
@ -460,6 +461,7 @@ public class AllBlocks {
|
||||||
.transform(axeOrPickaxe())
|
.transform(axeOrPickaxe())
|
||||||
.blockstate((c, p) -> new EncasedBeltGenerator((state, suffix) -> p.models()
|
.blockstate((c, p) -> new EncasedBeltGenerator((state, suffix) -> p.models()
|
||||||
.getExistingFile(p.modLoc("block/" + c.getName() + "/" + suffix))).generate(c, p))
|
.getExistingFile(p.modLoc("block/" + c.getName() + "/" + suffix))).generate(c, p))
|
||||||
|
.addLayer(() -> RenderType::cutoutMipped)
|
||||||
.item()
|
.item()
|
||||||
.transform(customItemModel())
|
.transform(customItemModel())
|
||||||
.register();
|
.register();
|
||||||
|
@ -486,6 +488,7 @@ public class AllBlocks {
|
||||||
|
|
||||||
public static final BlockEntry<BeltBlock> BELT = REGISTRATE.block("belt", BeltBlock::new)
|
public static final BlockEntry<BeltBlock> BELT = REGISTRATE.block("belt", BeltBlock::new)
|
||||||
.initialProperties(SharedProperties.BELT_MATERIAL, MaterialColor.COLOR_GRAY)
|
.initialProperties(SharedProperties.BELT_MATERIAL, MaterialColor.COLOR_GRAY)
|
||||||
|
.addLayer(() -> RenderType::cutoutMipped)
|
||||||
.properties(p -> p.sound(SoundType.WOOL))
|
.properties(p -> p.sound(SoundType.WOOL))
|
||||||
.properties(p -> p.strength(0.8F))
|
.properties(p -> p.strength(0.8F))
|
||||||
.properties(p -> p.color(MaterialColor.COLOR_GRAY))
|
.properties(p -> p.color(MaterialColor.COLOR_GRAY))
|
||||||
|
|
|
@ -10,7 +10,6 @@
|
||||||
"name": "Bottom",
|
"name": "Bottom",
|
||||||
"from": [0.9, 3, 1],
|
"from": [0.9, 3, 1],
|
||||||
"to": [15.1, 5, 6.8],
|
"to": [15.1, 5, 6.8],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [1, 6, 15, 7], "rotation": 180, "texture": "#0"},
|
"north": {"uv": [1, 6, 15, 7], "rotation": 180, "texture": "#0"},
|
||||||
"east": {"uv": [14, 0, 16, 6], "rotation": 270, "texture": "#0"},
|
"east": {"uv": [14, 0, 16, 6], "rotation": 270, "texture": "#0"},
|
||||||
|
@ -23,7 +22,6 @@
|
||||||
"name": "Bottom",
|
"name": "Bottom",
|
||||||
"from": [2.9, 5, 2],
|
"from": [2.9, 5, 2],
|
||||||
"to": [13.1, 6, 6.8],
|
"to": [13.1, 6, 6.8],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [3, 0, 4, 5], "rotation": 270, "texture": "#0"},
|
"east": {"uv": [3, 0, 4, 5], "rotation": 270, "texture": "#0"},
|
||||||
"west": {"uv": [12, 0, 13, 5], "rotation": 90, "texture": "#0"},
|
"west": {"uv": [12, 0, 13, 5], "rotation": 90, "texture": "#0"},
|
||||||
|
@ -34,7 +32,6 @@
|
||||||
"name": "Top",
|
"name": "Top",
|
||||||
"from": [0.9, 11, 1],
|
"from": [0.9, 11, 1],
|
||||||
"to": [15.1, 13, 10.1],
|
"to": [15.1, 13, 10.1],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [1, 5, 15, 6], "rotation": 180, "texture": "#0"},
|
"north": {"uv": [1, 5, 15, 6], "rotation": 180, "texture": "#0"},
|
||||||
"east": {"uv": [14, 6, 16, 15], "rotation": 90, "texture": "#0"},
|
"east": {"uv": [14, 6, 16, 15], "rotation": 90, "texture": "#0"},
|
||||||
|
@ -47,7 +44,6 @@
|
||||||
"name": "Top",
|
"name": "Top",
|
||||||
"from": [2.9, 10, 2],
|
"from": [2.9, 10, 2],
|
||||||
"to": [13.1, 11, 10.1],
|
"to": [13.1, 11, 10.1],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [3, 7, 4, 15], "rotation": 90, "texture": "#0"},
|
"east": {"uv": [3, 7, 4, 15], "rotation": 90, "texture": "#0"},
|
||||||
"west": {"uv": [12, 7, 13, 15], "rotation": 270, "texture": "#0"},
|
"west": {"uv": [12, 7, 13, 15], "rotation": 270, "texture": "#0"},
|
||||||
|
@ -56,9 +52,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Side",
|
"name": "Side",
|
||||||
"from": [1, 4, 0],
|
"from": [1, 4, -0.05],
|
||||||
"to": [15, 12, 2],
|
"to": [15, 12, 1.95],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [1, 8, 15, 16], "rotation": 180, "texture": "#0"},
|
"north": {"uv": [1, 8, 15, 16], "rotation": 180, "texture": "#0"},
|
||||||
"east": {"uv": [14, 8, 16, 16], "rotation": 180, "texture": "#0"},
|
"east": {"uv": [14, 8, 16, 16], "rotation": 180, "texture": "#0"},
|
||||||
|
@ -72,7 +67,6 @@
|
||||||
"name": "Side",
|
"name": "Side",
|
||||||
"from": [2.9, 6, 2],
|
"from": [2.9, 6, 2],
|
||||||
"to": [13.1, 10, 3],
|
"to": [13.1, 10, 3],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [3, 10, 4, 14], "rotation": 180, "texture": "#0"},
|
"east": {"uv": [3, 10, 4, 14], "rotation": 180, "texture": "#0"},
|
||||||
"south": {"uv": [3, 10, 13, 14], "rotation": 180, "texture": "#0"},
|
"south": {"uv": [3, 10, 13, 14], "rotation": 180, "texture": "#0"},
|
||||||
|
|
|
@ -52,8 +52,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Side",
|
"name": "Side",
|
||||||
"from": [1, 4, 14],
|
"from": [1, 4, 14.05],
|
||||||
"to": [15, 12, 16],
|
"to": [15, 12, 16.05],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [1, 8, 15, 16], "texture": "#0"},
|
"north": {"uv": [1, 8, 15, 16], "texture": "#0"},
|
||||||
"east": {"uv": [14, 8, 16, 16], "texture": "#0"},
|
"east": {"uv": [14, 8, 16, 16], "texture": "#0"},
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
"name": "Top",
|
"name": "Top",
|
||||||
"from": [1, 11, 0],
|
"from": [1, 11, 0],
|
||||||
"to": [15, 13, 15],
|
"to": [15, 13, 15],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [0, 1, 2, 16], "rotation": 270, "texture": "#0"},
|
"east": {"uv": [0, 1, 2, 16], "rotation": 270, "texture": "#0"},
|
||||||
"south": {"uv": [1, 0, 15, 1], "rotation": 180, "texture": "#0"},
|
"south": {"uv": [1, 0, 15, 1], "rotation": 180, "texture": "#0"},
|
||||||
|
@ -22,7 +21,6 @@
|
||||||
"name": "Top",
|
"name": "Top",
|
||||||
"from": [3, 10, 0],
|
"from": [3, 10, 0],
|
||||||
"to": [13, 11, 14],
|
"to": [13, 11, 14],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [3, 2, 4, 16], "rotation": 270, "texture": "#0"},
|
"east": {"uv": [3, 2, 4, 16], "rotation": 270, "texture": "#0"},
|
||||||
"west": {"uv": [12, 2, 13, 16], "rotation": 90, "texture": "#0"},
|
"west": {"uv": [12, 2, 13, 16], "rotation": 90, "texture": "#0"},
|
||||||
|
@ -31,9 +29,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Side",
|
"name": "Side",
|
||||||
"from": [1.1, 4, 14],
|
"from": [1.1, 4, 14.05],
|
||||||
"to": [14.9, 12, 16],
|
"to": [14.9, 12, 16.05],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [1, 8, 15, 16], "rotation": 180, "texture": "#0"},
|
"north": {"uv": [1, 8, 15, 16], "rotation": 180, "texture": "#0"},
|
||||||
"east": {"uv": [0, 8, 2, 16], "rotation": 180, "texture": "#0"},
|
"east": {"uv": [0, 8, 2, 16], "rotation": 180, "texture": "#0"},
|
||||||
|
@ -47,7 +44,6 @@
|
||||||
"name": "Side",
|
"name": "Side",
|
||||||
"from": [3, 6, 13],
|
"from": [3, 6, 13],
|
||||||
"to": [13, 10, 14],
|
"to": [13, 10, 14],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [3, 10, 13, 14], "rotation": 180, "texture": "#0"},
|
"north": {"uv": [3, 10, 13, 14], "rotation": 180, "texture": "#0"},
|
||||||
"east": {"uv": [12, 10, 13, 14], "rotation": 180, "texture": "#0"},
|
"east": {"uv": [12, 10, 13, 14], "rotation": 180, "texture": "#0"},
|
||||||
|
|
|
@ -9,7 +9,6 @@
|
||||||
"name": "Top",
|
"name": "Top",
|
||||||
"from": [3, 10, 2],
|
"from": [3, 10, 2],
|
||||||
"to": [13, 11, 16],
|
"to": [13, 11, 16],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [3, 0, 4, 14], "rotation": 270, "texture": "#0"},
|
"east": {"uv": [3, 0, 4, 14], "rotation": 270, "texture": "#0"},
|
||||||
"west": {"uv": [12, 0, 13, 14], "rotation": 90, "texture": "#0"},
|
"west": {"uv": [12, 0, 13, 14], "rotation": 90, "texture": "#0"},
|
||||||
|
@ -20,7 +19,6 @@
|
||||||
"name": "Top",
|
"name": "Top",
|
||||||
"from": [1, 11, 1],
|
"from": [1, 11, 1],
|
||||||
"to": [15, 13, 16],
|
"to": [15, 13, 16],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [1, 15, 15, 16], "texture": "#0"},
|
"north": {"uv": [1, 15, 15, 16], "texture": "#0"},
|
||||||
"east": {"uv": [0, 0, 2, 15], "rotation": 270, "texture": "#0"},
|
"east": {"uv": [0, 0, 2, 15], "rotation": 270, "texture": "#0"},
|
||||||
|
@ -31,9 +29,8 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Side",
|
"name": "Side",
|
||||||
"from": [1.1, 4, 0],
|
"from": [1.1, 4, -0.05],
|
||||||
"to": [14.9, 12, 2],
|
"to": [14.9, 12, 1.95],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [1, 0, 15, 8], "texture": "#0"},
|
"north": {"uv": [1, 0, 15, 8], "texture": "#0"},
|
||||||
"east": {"uv": [0, 0, 2, 8], "texture": "#0"},
|
"east": {"uv": [0, 0, 2, 8], "texture": "#0"},
|
||||||
|
@ -47,7 +44,6 @@
|
||||||
"name": "Side",
|
"name": "Side",
|
||||||
"from": [3, 6, 2],
|
"from": [3, 6, 2],
|
||||||
"to": [13, 10, 3],
|
"to": [13, 10, 3],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [0, 0, 0]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [3, 6, 4, 10], "texture": "#0"},
|
"east": {"uv": [3, 6, 4, 10], "texture": "#0"},
|
||||||
"south": {"uv": [3, 2, 13, 6], "texture": "#0"},
|
"south": {"uv": [3, 2, 13, 6], "texture": "#0"},
|
||||||
|
|
|
@ -2,98 +2,78 @@
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"parent": "block/block",
|
"parent": "block/block",
|
||||||
"textures": {
|
"textures": {
|
||||||
"4": "create:block/brass_casing_belt",
|
"3": "create:block/belt/belt_casing",
|
||||||
|
"5": "create:block/brass_casing_connected",
|
||||||
|
"6": "create:block/belt/belt_casing_2",
|
||||||
|
"7": "create:block/belt/belt_casing_3",
|
||||||
"8": "create:block/gearbox",
|
"8": "create:block/gearbox",
|
||||||
"particle": "create:block/brass_casing"
|
"particle": "create:block/brass_casing"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"name": "Casing",
|
"from": [0, 0, 0],
|
||||||
"from": [1.1, 4, 2],
|
"to": [16, 11, 10],
|
||||||
"to": [14.9, 11, 12],
|
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]},
|
||||||
"rotation": {"angle": -45, "axis": "x", "origin": [8, 8, 8]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [4, 5, 14, 12], "texture": "#8"},
|
"north": {"uv": [8, 0, 16, 5.5], "texture": "#7"},
|
||||||
"west": {"uv": [2, 5, 12, 12], "texture": "#8"}
|
"east": {"uv": [3, 0, 8, 5.5], "texture": "#3"},
|
||||||
|
"west": {"uv": [0, 0, 5, 5.5], "texture": "#3"},
|
||||||
|
"up": {"uv": [0, 8, 8, 13], "texture": "#3"},
|
||||||
|
"down": {"uv": [2, 0.75, 4, 2], "texture": "#5"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Casing",
|
"from": [1, 11, -0.01],
|
||||||
"from": [1.1, 11, 6],
|
"to": [15, 3, 10],
|
||||||
"to": [14.9, 13, 10],
|
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]},
|
||||||
"rotation": {"angle": -45, "axis": "x", "origin": [8, 8, 8]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [6, 3, 10, 5], "texture": "#8"},
|
"east": {"uv": [0, 0, 5, 4], "rotation": 180, "texture": "#3"},
|
||||||
"west": {"uv": [6, 3, 10, 5], "texture": "#8"}
|
"west": {"uv": [3, 0, 8, 4], "rotation": 180, "texture": "#3"},
|
||||||
|
"up": {"uv": [12.125, 12.75, 13.875, 14], "texture": "#5"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [0, 5, 12],
|
||||||
|
"to": [16, 11, 4],
|
||||||
|
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]},
|
||||||
|
"faces": {
|
||||||
|
"south": {"uv": [8, 6, 16, 9.5], "rotation": 180, "texture": "#3"},
|
||||||
|
"down": {"uv": [8, 6, 16, 10], "texture": "#3"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [1, 5, 4],
|
||||||
|
"to": [15, 11, 12],
|
||||||
|
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]},
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [4, 5, 12, 11], "texture": "#8"},
|
||||||
|
"west": {"uv": [4, 5, 12, 11], "texture": "#8"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Top Diagonal",
|
"name": "Top Diagonal",
|
||||||
"from": [-0.1, 2, 11.303],
|
"from": [-0.1, 2, 11.303],
|
||||||
"to": [16.1, 11, 19.328],
|
"to": [16.1, 11, 19.328],
|
||||||
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
|
"rotation": {"angle": 45, "axis": "x", "origin": [39, 8, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [8, 8, 16, 12.5], "texture": "#4"},
|
"north": {"uv": [8, 5.5, 16, 10], "texture": "#3"},
|
||||||
"east": {"uv": [8, 8, 12.025, 12.5], "texture": "#4"},
|
"east": {"uv": [11.975, 0, 16, 4.5], "texture": "#6"},
|
||||||
"south": {"uv": [8, 8, 16, 12.5], "texture": "#4"},
|
"south": {"uv": [0, 4.5, 8, 9], "texture": "#6"},
|
||||||
"west": {"uv": [12, 8, 16, 12.5], "texture": "#4"},
|
"west": {"uv": [0, 0, 4, 4.5], "texture": "#6"},
|
||||||
"up": {"uv": [12, 0, 16, 8], "rotation": 90, "texture": "#4"},
|
"up": {"uv": [8, 5.5, 16, 9.5], "texture": "#3"},
|
||||||
"down": {"uv": [12, 0, 16, 8], "rotation": 90, "texture": "#4"}
|
"down": {"uv": [6, 0, 8, 1], "texture": "#5"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Left",
|
"name": "Top Diagonal",
|
||||||
"from": [0, 0, 0],
|
"from": [13.05, 4, 11.303],
|
||||||
"to": [16, 3, 4],
|
"to": [2.95, 11, 19.328],
|
||||||
|
"rotation": {"angle": 45, "axis": "x", "origin": [39, 8, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [0, 12, 8, 13.5], "texture": "#4"},
|
"east": {"uv": [12, 12, 12.875, 13], "rotation": 270, "texture": "#5"},
|
||||||
"east": {"uv": [6, 12, 8, 13.5], "texture": "#4"},
|
"west": {"uv": [12, 12, 12.875, 13], "rotation": 90, "texture": "#5"},
|
||||||
"west": {"uv": [0, 12, 2, 13.5], "texture": "#4"},
|
"down": {"uv": [6.375, 0, 7.625, 1], "texture": "#5"}
|
||||||
"up": {"uv": [8, 3, 16, 5], "texture": "#4"},
|
|
||||||
"down": {"uv": [6, 0, 8, 8], "rotation": 90, "texture": "#4"}
|
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Left",
|
|
||||||
"from": [0, 3, 0],
|
|
||||||
"to": [1, 11, 4],
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [7.5, 8, 8, 12], "texture": "#4"},
|
|
||||||
"east": {"uv": [6, 8, 8, 12], "texture": "#4"},
|
|
||||||
"south": {"uv": [0, 8, 0.5, 12], "texture": "#4"},
|
|
||||||
"west": {"uv": [0, 8, 2, 12], "texture": "#4"},
|
|
||||||
"up": {"uv": [0, 7.5, 2, 8], "rotation": 90, "texture": "#4"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Left",
|
|
||||||
"from": [15, 3, 0],
|
|
||||||
"to": [16, 11, 4],
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [8, 8, 7.5, 12], "texture": "#4"},
|
|
||||||
"east": {"uv": [2, 8, 0, 12], "texture": "#4"},
|
|
||||||
"south": {"uv": [0.5, 8, 0, 12], "texture": "#4"},
|
|
||||||
"west": {"uv": [8, 8, 6, 12], "texture": "#4"},
|
|
||||||
"up": {"uv": [0, 8, 2, 7.5], "rotation": 90, "texture": "#4"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Down",
|
|
||||||
"from": [0, 0, 4],
|
|
||||||
"to": [16, 5, 12],
|
|
||||||
"faces": {
|
|
||||||
"east": {"uv": [2, 11, 6, 13.5], "texture": "#4"},
|
|
||||||
"west": {"uv": [2, 11, 6, 13.5], "texture": "#4"},
|
|
||||||
"up": {"uv": [8, 2, 16, 6], "texture": "#4"},
|
|
||||||
"down": {"uv": [10, 0, 14, 8], "rotation": 90, "texture": "#4"}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"groups": [0, 1, 2,
|
|
||||||
{
|
|
||||||
"name": "horizontal_start",
|
|
||||||
"origin": [8, 8, 8],
|
|
||||||
"children": [3, 4, 5, 6]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -2,34 +2,58 @@
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"parent": "block/block",
|
"parent": "block/block",
|
||||||
"textures": {
|
"textures": {
|
||||||
"4": "create:block/brass_casing_belt",
|
"3": "create:block/belt/belt_casing_2",
|
||||||
|
"5": "create:block/belt/belt_casing",
|
||||||
|
"6": "create:block/brass_casing_connected",
|
||||||
"particle": "create:block/brass_casing"
|
"particle": "create:block/brass_casing"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"name": "Top Diagonal",
|
"name": "Top Diagonal",
|
||||||
"from": [-0.1, 2, -3.325],
|
"from": [-0.1, 2, -3.325],
|
||||||
"to": [16.1, 11, 10],
|
"to": [16.1, 11, 7.9875],
|
||||||
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
|
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [8, 8, 16, 12.5], "texture": "#4"},
|
"north": {"uv": [0, 4.5, 8, 9], "texture": "#3"},
|
||||||
"east": {"uv": [9.5, 8, 16, 12.5], "texture": "#4"},
|
"east": {"uv": [8, 11.5, 13.5, 16], "texture": "#3"},
|
||||||
"west": {"uv": [8, 8, 14.5, 12.5], "texture": "#4"},
|
"west": {"uv": [2.5, 11.5, 8, 16], "texture": "#3"},
|
||||||
"up": {"uv": [9.5, 0, 16, 8], "rotation": 270, "texture": "#4"},
|
"up": {"uv": [8, 5.5, 16, 11], "texture": "#5"},
|
||||||
"down": {"uv": [9.5, 0, 16, 8], "rotation": 270, "texture": "#4"}
|
"down": {"uv": [6, 0, 8, 1.375], "texture": "#6"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Top Diagonal",
|
"name": "Top Diagonal",
|
||||||
"from": [-0.1, 2, 10],
|
"from": [-0.1, 7.43588, 10.23912],
|
||||||
"to": [16.1, 11, 19.3],
|
"to": [16.1, 16.43588, 21.55162],
|
||||||
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
|
"rotation": {"angle": 45, "axis": "x", "origin": [8, 13.43588, 2.56412]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [8, 8, 13, 12.5], "texture": "#4"},
|
"east": {"uv": [2.5, 11.5, 8, 16], "texture": "#3"},
|
||||||
"south": {"uv": [8, 8, 16, 12.5], "texture": "#4"},
|
"south": {"uv": [0, 4.5, 8, 9], "texture": "#3"},
|
||||||
"west": {"uv": [11, 8, 16, 12.5], "texture": "#4"},
|
"west": {"uv": [8, 11.5, 13.5, 16], "texture": "#3"},
|
||||||
"up": {"uv": [8, 0, 12.5, 8], "rotation": 270, "texture": "#4"},
|
"up": {"uv": [8, 5.5, 16, 11], "rotation": 180, "texture": "#5"},
|
||||||
"down": {"uv": [8, 0, 12.5, 8], "rotation": 270, "texture": "#4"}
|
"down": {"uv": [6, 0.25, 8, 1.625], "texture": "#6"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Top Diagonal",
|
||||||
|
"from": [2.9, 14.16466, 23.51034],
|
||||||
|
"to": [13.1, 21.16466, 12.19784],
|
||||||
|
"rotation": {"angle": 45, "axis": "x", "origin": [8, 18.16466, -2.16466]},
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [12, 12.375, 12.875, 13.75], "rotation": 270, "texture": "#6"},
|
||||||
|
"west": {"uv": [12, 12.375, 12.875, 13.75], "rotation": 90, "texture": "#6"},
|
||||||
|
"down": {"uv": [12.25, 12.375, 13.5, 13.75], "texture": "#6"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Top Diagonal",
|
||||||
|
"from": [2.9, 9.43588, 10.23912],
|
||||||
|
"to": [13.1, 16.43588, -1.07338],
|
||||||
|
"rotation": {"angle": 45, "axis": "x", "origin": [8, 13.43588, 2.56412]},
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [12, 12.25, 12.875, 13.625], "rotation": 270, "texture": "#6"},
|
||||||
|
"west": {"uv": [12.125, 12.25, 13, 13.625], "rotation": 90, "texture": "#6"},
|
||||||
|
"down": {"uv": [12.375, 12.25, 13.625, 13.625], "texture": "#6"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -2,80 +2,91 @@
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"parent": "block/block",
|
"parent": "block/block",
|
||||||
"textures": {
|
"textures": {
|
||||||
"4": "create:block/brass_casing_belt",
|
"3": "create:block/belt/belt_casing_2",
|
||||||
|
"5": "create:block/belt/belt_casing",
|
||||||
|
"6": "create:block/brass_casing_connected",
|
||||||
|
"7": "create:block/belt/belt_casing_3",
|
||||||
"8": "create:block/gearbox",
|
"8": "create:block/gearbox",
|
||||||
"particle": "create:block/brass_casing"
|
"particle": "create:block/brass_casing"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
|
||||||
"name": "Casing",
|
|
||||||
"from": [1.1, 5, 2],
|
|
||||||
"to": [14.9, 11, 14],
|
|
||||||
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
|
|
||||||
"faces": {
|
|
||||||
"east": {"uv": [2, 5, 14, 11], "texture": "#8"},
|
|
||||||
"west": {"uv": [2, 5, 14, 11], "texture": "#8"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Casing",
|
|
||||||
"from": [1.1, 11, 6],
|
|
||||||
"to": [14.9, 13, 10],
|
|
||||||
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
|
|
||||||
"faces": {
|
|
||||||
"east": {"uv": [6, 3, 10, 5], "texture": "#8"},
|
|
||||||
"west": {"uv": [6, 3, 10, 5], "texture": "#8"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Left",
|
|
||||||
"from": [0, 0, 0],
|
|
||||||
"to": [16, 10, 5],
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [8, 0, 13, 8], "rotation": 90, "texture": "#4"},
|
|
||||||
"east": {"uv": [5.5, 3, 8, 8], "texture": "#4"},
|
|
||||||
"south": {"uv": [8, 1.5, 16, 6.5], "texture": "#4"},
|
|
||||||
"west": {"uv": [0, 3, 2.5, 8], "texture": "#4"},
|
|
||||||
"down": {"uv": [13.5, 0, 16, 8], "rotation": 90, "texture": "#4"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Down",
|
|
||||||
"from": [0, 0, 5],
|
|
||||||
"to": [16, 5, 11],
|
|
||||||
"faces": {
|
|
||||||
"east": {"uv": [2.5, 5.5, 5.5, 8], "texture": "#4"},
|
|
||||||
"west": {"uv": [2.5, 5.5, 5.5, 8], "texture": "#4"},
|
|
||||||
"up": {"uv": [8, 2.5, 16, 5.5], "texture": "#4"},
|
|
||||||
"down": {"uv": [10.5, 0, 13.5, 8], "rotation": 90, "texture": "#4"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"name": "Top Diagonal",
|
"name": "Top Diagonal",
|
||||||
"from": [-0.1, 2, -3.325],
|
"from": [-0.1, 2, -3.325],
|
||||||
"to": [16.1, 11, 4.7],
|
"to": [16.1, 11, 7.9875],
|
||||||
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
|
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [8, 8, 16, 12.5], "texture": "#4"},
|
"north": {"uv": [0, 4.5, 8, 9], "texture": "#3"},
|
||||||
"east": {"uv": [12, 8, 16, 12.5], "texture": "#4"},
|
"east": {"uv": [8, 0, 13.5, 4.5], "texture": "#3"},
|
||||||
"south": {"uv": [8, 8, 16, 12.5], "texture": "#4"},
|
"west": {"uv": [2.5, 0, 8, 4.5], "texture": "#3"},
|
||||||
"west": {"uv": [8, 8, 12, 12.5], "texture": "#4"},
|
"up": {"uv": [8, 4.5, 16, 10], "texture": "#3"},
|
||||||
"up": {"uv": [12, 0, 16, 8], "rotation": 270, "texture": "#4"},
|
"down": {"uv": [6, 0, 8, 1.375], "texture": "#6"}
|
||||||
"down": {"uv": [12, 0, 16, 8], "rotation": 270, "texture": "#4"}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Top Diagonal",
|
"name": "Top Diagonal",
|
||||||
"from": [-0.1, 2, 11.275],
|
"from": [-0.1, 7.43588, 10.23912],
|
||||||
"to": [16.1, 11, 19.3],
|
"to": [16.1, 16.43588, 21.55162],
|
||||||
|
"rotation": {"angle": 45, "axis": "x", "origin": [8, 13.43588, 2.56412]},
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [2.5, 0, 8, 4.5], "texture": "#3"},
|
||||||
|
"south": {"uv": [0, 4.5, 8, 9], "texture": "#3"},
|
||||||
|
"west": {"uv": [8, 0, 13.5, 4.5], "texture": "#3"},
|
||||||
|
"up": {"uv": [8, 4.5, 16, 10], "rotation": 180, "texture": "#3"},
|
||||||
|
"down": {"uv": [6, 0.25, 8, 1.625], "texture": "#6"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Top Diagonal",
|
||||||
|
"from": [-0.1, 11, 3.85],
|
||||||
|
"to": [16.1, 5, 12.15],
|
||||||
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
|
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [8, 8, 16, 12.5], "texture": "#4"},
|
"north": {"uv": [8, 4.5, 16, 7.5], "texture": "#3"},
|
||||||
"east": {"uv": [8, 8, 12, 12.5], "texture": "#4"},
|
"south": {"uv": [8, 4.5, 16, 7.5], "texture": "#3"},
|
||||||
"south": {"uv": [8, 8, 16, 12.5], "texture": "#4"},
|
"up": {"uv": [8, 5.5, 16, 9.5], "texture": "#5"}
|
||||||
"west": {"uv": [12, 8, 16, 12.5], "texture": "#4"},
|
}
|
||||||
"up": {"uv": [8, 0, 12, 8], "rotation": 270, "texture": "#4"},
|
},
|
||||||
"down": {"uv": [8, 0, 12, 8], "rotation": 270, "texture": "#4"}
|
{
|
||||||
|
"name": "Top Diagonal",
|
||||||
|
"from": [0.9, 5, 3.85],
|
||||||
|
"to": [15.1, 11, 12.15],
|
||||||
|
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [4, 5, 12, 11], "texture": "#8"},
|
||||||
|
"west": {"uv": [4, 5, 12, 11], "texture": "#8"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Top Diagonal",
|
||||||
|
"from": [2.9, 9.43588, 10.23912],
|
||||||
|
"to": [13.1, 16.43588, -1.07338],
|
||||||
|
"rotation": {"angle": 45, "axis": "x", "origin": [8, 13.43588, 2.56412]},
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [11.875, 12.375, 12.75, 13.75], "rotation": 270, "texture": "#6"},
|
||||||
|
"west": {"uv": [12.125, 12.375, 13, 13.75], "rotation": 90, "texture": "#6"},
|
||||||
|
"down": {"uv": [12.375, 12.375, 13.625, 13.75], "texture": "#6"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Top Diagonal",
|
||||||
|
"from": [2.9, 14.16466, 23.51034],
|
||||||
|
"to": [13.1, 21.16466, 12.19784],
|
||||||
|
"rotation": {"angle": 45, "axis": "x", "origin": [8, 18.16466, -2.16466]},
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [12, 12.5, 12.875, 13.875], "rotation": 270, "texture": "#6"},
|
||||||
|
"west": {"uv": [12, 12.5, 12.875, 13.875], "rotation": 90, "texture": "#6"},
|
||||||
|
"down": {"uv": [12.375, 12.5, 13.625, 13.875], "texture": "#6"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [0, 0, 0],
|
||||||
|
"to": [16, 8, 8],
|
||||||
|
"faces": {
|
||||||
|
"north": {"uv": [6, 0.25, 8, 1.25], "texture": "#6"},
|
||||||
|
"east": {"uv": [4, 0, 8, 4], "texture": "#7"},
|
||||||
|
"west": {"uv": [0, 0, 4, 4], "texture": "#7"},
|
||||||
|
"down": {"uv": [6, 0, 8, 1], "texture": "#6"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -2,111 +2,81 @@
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"parent": "block/block",
|
"parent": "block/block",
|
||||||
"textures": {
|
"textures": {
|
||||||
"4": "create:block/brass_casing_belt",
|
"3": "create:block/belt/belt_casing",
|
||||||
|
"5": "create:block/brass_casing_connected",
|
||||||
|
"6": "create:block/belt/belt_casing_2",
|
||||||
|
"7": "create:block/belt/belt_casing_3",
|
||||||
"8": "create:block/gearbox",
|
"8": "create:block/gearbox",
|
||||||
"particle": "create:block/brass_casing"
|
"particle": "create:block/brass_casing"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"name": "Casing",
|
"from": [0, 0, 0],
|
||||||
"from": [1.1, 5, 2],
|
"to": [16, 11, 16],
|
||||||
"to": [14.9, 11, 14],
|
"rotation": {"angle": 0, "axis": "y", "origin": [-15, 0, 0]},
|
||||||
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [2, 5, 14, 11], "texture": "#8"},
|
"north": {"uv": [6, 0, 8, 1.375], "texture": "#5"},
|
||||||
"west": {"uv": [2, 5, 14, 11], "texture": "#8"}
|
"east": {"uv": [0, 0, 8, 5.5], "texture": "#3"},
|
||||||
|
"south": {"uv": [8, 0, 16, 5.5], "texture": "#7"},
|
||||||
|
"west": {"uv": [0, 0, 8, 5.5], "texture": "#3"},
|
||||||
|
"up": {"uv": [0, 8, 8, 16], "texture": "#3"},
|
||||||
|
"down": {"uv": [4, 0, 6, 2], "texture": "#5"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Casing",
|
"from": [1, 11, 0],
|
||||||
"from": [1.1, 11, 6],
|
"to": [15, 3, 16.01],
|
||||||
"to": [14.9, 13, 10],
|
"rotation": {"angle": 0, "axis": "y", "origin": [-15, 0, 0]},
|
||||||
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [6, 3, 10, 5], "texture": "#8"},
|
"east": {"uv": [0, 0, 8, 4], "rotation": 180, "texture": "#3"},
|
||||||
"west": {"uv": [6, 3, 10, 5], "texture": "#8"}
|
"west": {"uv": [0, 0, 8, 4], "rotation": 180, "texture": "#3"},
|
||||||
|
"up": {"uv": [12.125, 12, 13.875, 14], "texture": "#5"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [0, 5, 12],
|
||||||
|
"to": [16, 11, 4],
|
||||||
|
"rotation": {"angle": 0, "axis": "y", "origin": [-15, 0, 0]},
|
||||||
|
"faces": {
|
||||||
|
"north": {"uv": [8, 5.5, 16, 8.5], "texture": "#3"},
|
||||||
|
"south": {"uv": [8, 5.5, 16, 8.5], "texture": "#3"},
|
||||||
|
"down": {"uv": [8, 5.5, 16, 10], "texture": "#3"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [1, 5, 4],
|
||||||
|
"to": [15, 11, 12],
|
||||||
|
"rotation": {"angle": 0, "axis": "y", "origin": [-15, 0, 0]},
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [4, 5, 12, 11], "texture": "#8"},
|
||||||
|
"west": {"uv": [4, 5, 12, 11], "texture": "#8"},
|
||||||
|
"up": {"uv": [8.5, 4.5, 15.5, 8], "texture": "#6"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Top Diagonal",
|
"name": "Top Diagonal",
|
||||||
"from": [-0.1, 2, -3.325],
|
"from": [-0.1, 2, -3.325],
|
||||||
"to": [16.1, 11, 4.7],
|
"to": [16.1, 11, 4.7],
|
||||||
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
|
"rotation": {"angle": 45, "axis": "x", "origin": [-22, 8, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [8, 8, 16, 12.5], "texture": "#4"},
|
"north": {"uv": [0, 4.5, 8, 9], "texture": "#6"},
|
||||||
"east": {"uv": [12, 8, 16, 12.5], "texture": "#4"},
|
"east": {"uv": [0, 0, 4, 4.5], "texture": "#6"},
|
||||||
"south": {"uv": [8, 8, 16, 12.5], "texture": "#4"},
|
"south": {"uv": [8, 5.5, 16, 10], "texture": "#3"},
|
||||||
"west": {"uv": [8, 8, 12, 12.5], "texture": "#4"},
|
"west": {"uv": [12, 0, 16, 4.5], "texture": "#6"},
|
||||||
"up": {"uv": [12, 0, 16, 8], "rotation": 270, "texture": "#4"},
|
"up": {"uv": [8, 5.5, 16, 9.5], "rotation": 180, "texture": "#3"},
|
||||||
"down": {"uv": [12, 0, 16, 8], "rotation": 270, "texture": "#4"}
|
"down": {"uv": [6, 0, 8, 1], "texture": "#5"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Left",
|
"name": "Top Diagonal",
|
||||||
"from": [0, 0, 12],
|
"from": [13.05, 4, -3.325],
|
||||||
"to": [16, 3, 16],
|
"to": [2.95, 11, 4.7],
|
||||||
|
"rotation": {"angle": 45, "axis": "x", "origin": [24, 8, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [0, 12, 2, 13.5], "texture": "#4"},
|
"east": {"uv": [12.125, 12.25, 13, 13.25], "rotation": 270, "texture": "#5"},
|
||||||
"south": {"uv": [0, 12, 8, 13.5], "texture": "#4"},
|
"west": {"uv": [12, 12.25, 12.875, 13.25], "rotation": 90, "texture": "#5"},
|
||||||
"west": {"uv": [6, 12, 8, 13.5], "texture": "#4"},
|
"down": {"uv": [6.375, 0.25, 7.625, 1.25], "texture": "#5"}
|
||||||
"up": {"uv": [8, 3, 16, 5], "rotation": 180, "texture": "#4"},
|
|
||||||
"down": {"uv": [6, 0, 8, 8], "rotation": 270, "texture": "#4"}
|
|
||||||
}
|
}
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Left",
|
|
||||||
"from": [15, 3, 12],
|
|
||||||
"to": [16, 11, 16],
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [0, 8, 0.5, 12], "texture": "#4"},
|
|
||||||
"east": {"uv": [0, 8, 2, 12], "texture": "#4"},
|
|
||||||
"south": {"uv": [7.5, 8, 8, 12], "texture": "#4"},
|
|
||||||
"west": {"uv": [6, 8, 8, 12], "texture": "#4"},
|
|
||||||
"up": {"uv": [0, 7.5, 2, 8], "rotation": 270, "texture": "#4"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Left",
|
|
||||||
"from": [0, 3, 12],
|
|
||||||
"to": [1, 11, 16],
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [0.5, 8, 0, 12], "texture": "#4"},
|
|
||||||
"east": {"uv": [8, 8, 6, 12], "texture": "#4"},
|
|
||||||
"south": {"uv": [8, 8, 7.5, 12], "texture": "#4"},
|
|
||||||
"west": {"uv": [2, 8, 0, 12], "texture": "#4"},
|
|
||||||
"up": {"uv": [0, 8, 2, 7.5], "rotation": 270, "texture": "#4"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Right",
|
|
||||||
"from": [0, 0, 0],
|
|
||||||
"to": [16, 11, 5],
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [8, 0, 13.5, 8], "rotation": 90, "texture": "#4"},
|
|
||||||
"east": {"uv": [5.5, 2.5, 8, 8], "texture": "#4"},
|
|
||||||
"south": {"uv": [0, 8, 8, 13.5], "texture": "#4"},
|
|
||||||
"west": {"uv": [0, 8, 2.5, 13.5], "texture": "#4"},
|
|
||||||
"up": {"uv": [6, 0, 8, 8], "rotation": 270, "texture": "#4"},
|
|
||||||
"down": {"uv": [8, 0, 10, 8], "rotation": 270, "texture": "#4"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Down",
|
|
||||||
"from": [0, 0, 5],
|
|
||||||
"to": [16, 5, 12],
|
|
||||||
"faces": {
|
|
||||||
"east": {"uv": [2, 11, 5.5, 13.5], "texture": "#4"},
|
|
||||||
"west": {"uv": [2.5, 11, 6, 13.5], "texture": "#4"},
|
|
||||||
"up": {"uv": [8, 2, 16, 5.5], "rotation": 180, "texture": "#4"},
|
|
||||||
"down": {"uv": [10, 0, 14, 8], "rotation": 270, "texture": "#4"}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"groups": [0, 1, 2,
|
|
||||||
{
|
|
||||||
"name": "horizontal_start",
|
|
||||||
"origin": [8, 8, 8],
|
|
||||||
"children": [3, 4, 5, 6, 7]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -2,78 +2,57 @@
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"parent": "block/block",
|
"parent": "block/block",
|
||||||
"textures": {
|
"textures": {
|
||||||
"4": "create:block/brass_casing_belt",
|
"3": "create:block/belt/belt_casing",
|
||||||
|
"4": "create:block/belt/belt_casing_3",
|
||||||
|
"5": "create:block/brass_casing_connected",
|
||||||
"8": "create:block/gearbox",
|
"8": "create:block/gearbox",
|
||||||
"particle": "create:block/brass_casing"
|
"particle": "create:block/brass_casing"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"name": "Casing",
|
"from": [0, 0, 0],
|
||||||
"from": [1, 5, 2],
|
|
||||||
"to": [15, 11, 14],
|
|
||||||
"faces": {
|
|
||||||
"east": {"uv": [2, 5, 14, 11], "texture": "#8"},
|
|
||||||
"west": {"uv": [2, 5, 14, 11], "texture": "#8"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Left",
|
|
||||||
"from": [0, 0, 12],
|
|
||||||
"to": [16, 3, 16],
|
|
||||||
"faces": {
|
|
||||||
"east": {"uv": [0, 12, 2, 13.5], "texture": "#4"},
|
|
||||||
"south": {"uv": [0, 12, 8, 13.5], "texture": "#4"},
|
|
||||||
"west": {"uv": [6, 12, 8, 13.5], "texture": "#4"},
|
|
||||||
"up": {"uv": [8, 3, 16, 5], "rotation": 180, "texture": "#4"},
|
|
||||||
"down": {"uv": [6, 0, 8, 8], "rotation": 270, "texture": "#4"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Left",
|
|
||||||
"from": [15, 3, 12],
|
|
||||||
"to": [16, 11, 16],
|
"to": [16, 11, 16],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [0, 8, 0.5, 12], "texture": "#4"},
|
"north": {"uv": [8, 0, 16, 5.5], "texture": "#4"},
|
||||||
"east": {"uv": [0, 8, 2, 12], "texture": "#4"},
|
"east": {"uv": [0, 0, 8, 5.5], "texture": "#3"},
|
||||||
"south": {"uv": [7.5, 8, 8, 12], "texture": "#4"},
|
"south": {"uv": [8, 0, 16, 5.5], "texture": "#4"},
|
||||||
"west": {"uv": [6, 8, 8, 12], "texture": "#4"},
|
"west": {"uv": [0, 0, 8, 5.5], "texture": "#3"},
|
||||||
"up": {"uv": [0, 7.5, 2, 8], "rotation": 270, "texture": "#4"}
|
"up": {"uv": [0, 8, 8, 16], "texture": "#3"},
|
||||||
|
"down": {"uv": [2, 0, 4, 2], "rotation": 180, "texture": "#5"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Left",
|
"from": [0, 5, 12],
|
||||||
"from": [0, 3, 12],
|
|
||||||
"to": [1, 11, 16],
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [0.5, 8, 0, 12], "texture": "#4"},
|
|
||||||
"east": {"uv": [8, 8, 6, 12], "texture": "#4"},
|
|
||||||
"south": {"uv": [8, 8, 7.5, 12], "texture": "#4"},
|
|
||||||
"west": {"uv": [2, 8, 0, 12], "texture": "#4"},
|
|
||||||
"up": {"uv": [0, 8, 2, 7.5], "rotation": 270, "texture": "#4"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Right",
|
|
||||||
"from": [0, 0, 0],
|
|
||||||
"to": [16, 11, 4],
|
"to": [16, 11, 4],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [0, 8, 8, 13.5], "texture": "#4"},
|
"north": {"uv": [8, 13, 16, 16], "rotation": 180, "texture": "#3"},
|
||||||
"east": {"uv": [6, 8, 8, 13.5], "texture": "#4"},
|
"south": {"uv": [8, 13, 16, 16], "rotation": 180, "texture": "#3"},
|
||||||
"south": {"uv": [0, 8, 8, 13.5], "texture": "#4"},
|
"down": {"uv": [8, 8, 16, 12], "texture": "#3"}
|
||||||
"west": {"uv": [0, 8, 2, 13.5], "texture": "#4"},
|
|
||||||
"up": {"uv": [6, 0, 8, 8], "rotation": 270, "texture": "#4"},
|
|
||||||
"down": {"uv": [8, 0, 10, 8], "rotation": 270, "texture": "#4"}
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Down",
|
"from": [1, 5, 4],
|
||||||
"from": [0, 0, 4],
|
"to": [15, 11, 12],
|
||||||
"to": [16, 4, 12],
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [2, 11.5, 6, 13.5], "texture": "#4"},
|
"east": {"uv": [4, 5, 12, 11], "texture": "#8"},
|
||||||
"west": {"uv": [2, 11.5, 6, 13.5], "texture": "#4"},
|
"west": {"uv": [4, 5, 12, 11], "texture": "#8"}
|
||||||
"up": {"uv": [8, 2, 16, 6], "rotation": 180, "texture": "#4"},
|
}
|
||||||
"down": {"uv": [10, 0, 14, 8], "rotation": 270, "texture": "#4"}
|
},
|
||||||
|
{
|
||||||
|
"from": [3, 5, 15.99],
|
||||||
|
"to": [13, 11, -0.03],
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [8, 1.5, 16, 4.5], "texture": "#3"},
|
||||||
|
"west": {"uv": [8, 1.5, 16, 4.5], "texture": "#3"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [1, 11, -0.01],
|
||||||
|
"to": [15, 3, 16.01],
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [8, 0, 16, 4], "rotation": 180, "texture": "#3"},
|
||||||
|
"west": {"uv": [8, 0, 16, 4], "rotation": 180, "texture": "#3"},
|
||||||
|
"up": {"uv": [12.125, 12, 13.875, 14], "texture": "#5"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -2,21 +2,39 @@
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"parent": "block/block",
|
"parent": "block/block",
|
||||||
"textures": {
|
"textures": {
|
||||||
"3": "create:block/brass_casing_belt",
|
"2": "create:block/belt/belt_casing",
|
||||||
|
"4": "create:block/brass_casing_connected",
|
||||||
|
"5": "create:block/belt/belt_casing_3",
|
||||||
"particle": "create:block/brass_casing"
|
"particle": "create:block/brass_casing"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"name": "Casing",
|
|
||||||
"from": [0, 0, 0],
|
"from": [0, 0, 0],
|
||||||
"to": [16, 11, 16],
|
"to": [16, 11, 16],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [0, 8, 8, 13.5], "texture": "#3"},
|
"north": {"uv": [8, 0, 16, 5.5], "texture": "#5"},
|
||||||
"east": {"uv": [0, 8, 8, 13.5], "texture": "#3"},
|
"east": {"uv": [8, 0, 16, 5.5], "texture": "#2"},
|
||||||
"south": {"uv": [0, 8, 8, 13.5], "texture": "#3"},
|
"south": {"uv": [8, 0, 16, 5.5], "texture": "#5"},
|
||||||
"west": {"uv": [0, 8, 8, 13.5], "texture": "#3"},
|
"west": {"uv": [8, 0, 16, 5.5], "texture": "#2"},
|
||||||
"up": {"uv": [0, 0, 8, 8], "rotation": 90, "texture": "#3"},
|
"up": {"uv": [8, 6, 16, 14], "texture": "#2"},
|
||||||
"down": {"uv": [8, 0, 16, 8], "rotation": 90, "texture": "#3"}
|
"down": {"uv": [2, 0, 4, 2], "rotation": 180, "texture": "#4"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [1, 11, -0.01],
|
||||||
|
"to": [15, 3, 16.01],
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [8, 0, 16, 4], "rotation": 180, "texture": "#2"},
|
||||||
|
"west": {"uv": [8, 0, 16, 4], "rotation": 180, "texture": "#2"},
|
||||||
|
"up": {"uv": [12.125, 12, 13.875, 14], "texture": "#4"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [3, 5, 15.99],
|
||||||
|
"to": [13, 11, -0.03],
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [8, 1.5, 16, 4.5], "texture": "#2"},
|
||||||
|
"west": {"uv": [8, 1.5, 16, 4.5], "texture": "#2"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -2,55 +2,57 @@
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"parent": "block/block",
|
"parent": "block/block",
|
||||||
"textures": {
|
"textures": {
|
||||||
"4": "create:block/brass_casing_belt",
|
"3": "create:block/belt/belt_casing",
|
||||||
|
"4": "create:block/belt/belt_casing_3",
|
||||||
|
"5": "create:block/brass_casing_connected",
|
||||||
"8": "create:block/gearbox",
|
"8": "create:block/gearbox",
|
||||||
"particle": "create:block/brass_casing"
|
"particle": "create:block/brass_casing"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"name": "Casing",
|
|
||||||
"from": [1, 5, 2],
|
|
||||||
"to": [15, 11, 14],
|
|
||||||
"faces": {
|
|
||||||
"east": {"uv": [2, 5, 14, 11], "texture": "#8"},
|
|
||||||
"west": {"uv": [2, 5, 14, 11], "texture": "#8"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Right",
|
|
||||||
"from": [0, 0, 0],
|
"from": [0, 0, 0],
|
||||||
"to": [16, 11, 4],
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [0, 8, 8, 13.5], "texture": "#4"},
|
|
||||||
"east": {"uv": [6, 8, 8, 13.5], "texture": "#4"},
|
|
||||||
"south": {"uv": [0, 8, 8, 13.5], "texture": "#4"},
|
|
||||||
"west": {"uv": [0, 8, 2, 13.5], "texture": "#4"},
|
|
||||||
"up": {"uv": [6, 0, 8, 8], "rotation": 270, "texture": "#4"},
|
|
||||||
"down": {"uv": [8, 0, 10, 8], "rotation": 270, "texture": "#4"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Right",
|
|
||||||
"from": [0, 0, 12],
|
|
||||||
"to": [16, 11, 16],
|
"to": [16, 11, 16],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [8, 8, 0, 13.5], "texture": "#4"},
|
"north": {"uv": [8, 0, 16, 5.5], "texture": "#4"},
|
||||||
"east": {"uv": [8, 8, 6, 13.5], "texture": "#4"},
|
"east": {"uv": [0, 0, 8, 5.5], "texture": "#3"},
|
||||||
"south": {"uv": [8, 8, 0, 13.5], "texture": "#4"},
|
"south": {"uv": [8, 0, 16, 5.5], "texture": "#4"},
|
||||||
"west": {"uv": [2, 8, 0, 13.5], "texture": "#4"},
|
"west": {"uv": [0, 0, 8, 5.5], "texture": "#3"},
|
||||||
"up": {"uv": [8, 0, 6, 8], "rotation": 270, "texture": "#4"},
|
"up": {"uv": [0, 8, 8, 16], "texture": "#3"},
|
||||||
"down": {"uv": [10, 0, 8, 8], "rotation": 270, "texture": "#4"}
|
"down": {"uv": [2, 0, 4, 2], "rotation": 180, "texture": "#5"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Down",
|
"from": [0, 5, 12],
|
||||||
"from": [0, 0, 4],
|
"to": [16, 11, 4],
|
||||||
"to": [16, 4, 12],
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [2, 11.5, 6, 13.5], "texture": "#4"},
|
"north": {"uv": [8, 6, 16, 9], "rotation": 180, "texture": "#3"},
|
||||||
"west": {"uv": [2, 11.5, 6, 13.5], "texture": "#4"},
|
"south": {"uv": [8, 6, 16, 9], "rotation": 180, "texture": "#3"},
|
||||||
"up": {"uv": [8, 2, 16, 6], "rotation": 180, "texture": "#4"},
|
"down": {"uv": [8, 6, 16, 10], "texture": "#3"}
|
||||||
"down": {"uv": [10, 0, 14, 8], "rotation": 270, "texture": "#4"}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [1, 5, 4],
|
||||||
|
"to": [15, 11, 12],
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [4, 5, 12, 11], "texture": "#8"},
|
||||||
|
"west": {"uv": [4, 5, 12, 11], "texture": "#8"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [3, 5, 15.99],
|
||||||
|
"to": [13, 11, -0.03],
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [8, 1.5, 16, 4.5], "texture": "#3"},
|
||||||
|
"west": {"uv": [8, 1.5, 16, 4.5], "texture": "#3"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [1, 11, -0.01],
|
||||||
|
"to": [15, 3, 16.01],
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [8, 0, 16, 4], "rotation": 180, "texture": "#3"},
|
||||||
|
"west": {"uv": [8, 0, 16, 4], "rotation": 180, "texture": "#3"},
|
||||||
|
"up": {"uv": [12.125, 12, 13.875, 14], "texture": "#5"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -2,78 +2,57 @@
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"parent": "block/block",
|
"parent": "block/block",
|
||||||
"textures": {
|
"textures": {
|
||||||
"4": "create:block/brass_casing_belt",
|
"3": "create:block/belt/belt_casing",
|
||||||
|
"4": "create:block/belt/belt_casing_3",
|
||||||
|
"5": "create:block/brass_casing_connected",
|
||||||
"8": "create:block/gearbox",
|
"8": "create:block/gearbox",
|
||||||
"particle": "create:block/brass_casing"
|
"particle": "create:block/brass_casing"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
"name": "Casing",
|
|
||||||
"from": [1, 5, 2],
|
|
||||||
"to": [15, 11, 14],
|
|
||||||
"faces": {
|
|
||||||
"east": {"uv": [2, 5, 14, 11], "texture": "#8"},
|
|
||||||
"west": {"uv": [2, 5, 14, 11], "texture": "#8"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Left",
|
|
||||||
"from": [0, 0, 0],
|
"from": [0, 0, 0],
|
||||||
"to": [16, 3, 4],
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [0, 12, 8, 13.5], "texture": "#4"},
|
|
||||||
"east": {"uv": [6, 12, 8, 13.5], "texture": "#4"},
|
|
||||||
"west": {"uv": [0, 12, 2, 13.5], "texture": "#4"},
|
|
||||||
"up": {"uv": [8, 3, 16, 5], "texture": "#4"},
|
|
||||||
"down": {"uv": [6, 0, 8, 8], "rotation": 90, "texture": "#4"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Left",
|
|
||||||
"from": [0, 3, 0],
|
|
||||||
"to": [1, 11, 4],
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [7.5, 8, 8, 12], "texture": "#4"},
|
|
||||||
"east": {"uv": [6, 8, 8, 12], "texture": "#4"},
|
|
||||||
"south": {"uv": [0, 8, 0.5, 12], "texture": "#4"},
|
|
||||||
"west": {"uv": [0, 8, 2, 12], "texture": "#4"},
|
|
||||||
"up": {"uv": [0, 7.5, 2, 8], "rotation": 90, "texture": "#4"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Left",
|
|
||||||
"from": [15, 3, 0],
|
|
||||||
"to": [16, 11, 4],
|
|
||||||
"faces": {
|
|
||||||
"north": {"uv": [8, 8, 7.5, 12], "texture": "#4"},
|
|
||||||
"east": {"uv": [2, 8, 0, 12], "texture": "#4"},
|
|
||||||
"south": {"uv": [0.5, 8, 0, 12], "texture": "#4"},
|
|
||||||
"west": {"uv": [8, 8, 6, 12], "texture": "#4"},
|
|
||||||
"up": {"uv": [0, 8, 2, 7.5], "rotation": 90, "texture": "#4"}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "Right",
|
|
||||||
"from": [0, 0, 12],
|
|
||||||
"to": [16, 11, 16],
|
"to": [16, 11, 16],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [0, 8, 8, 13.5], "texture": "#4"},
|
"north": {"uv": [8, 0, 16, 5.5], "texture": "#4"},
|
||||||
"east": {"uv": [0, 8, 2, 13.5], "texture": "#4"},
|
"east": {"uv": [0, 0, 8, 5.5], "texture": "#3"},
|
||||||
"south": {"uv": [0, 8, 8, 13.5], "texture": "#4"},
|
"south": {"uv": [8, 0, 16, 5.5], "texture": "#4"},
|
||||||
"west": {"uv": [6, 8, 8, 13.5], "texture": "#4"},
|
"west": {"uv": [0, 0, 8, 5.5], "texture": "#3"},
|
||||||
"up": {"uv": [6, 0, 8, 8], "rotation": 90, "texture": "#4"},
|
"up": {"uv": [0, 8, 8, 16], "texture": "#3"},
|
||||||
"down": {"uv": [8, 0, 10, 8], "rotation": 90, "texture": "#4"}
|
"down": {"uv": [2, 0, 4, 2], "rotation": 180, "texture": "#5"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "Down",
|
"from": [0, 5, 12],
|
||||||
"from": [0, 0, 4],
|
"to": [16, 11, 4],
|
||||||
"to": [16, 4, 12],
|
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [2, 11.5, 6, 13.5], "texture": "#4"},
|
"north": {"uv": [8, 6, 16, 9], "rotation": 180, "texture": "#3"},
|
||||||
"west": {"uv": [2, 11.5, 6, 13.5], "texture": "#4"},
|
"south": {"uv": [8, 6, 16, 9], "rotation": 180, "texture": "#3"},
|
||||||
"up": {"uv": [8, 2, 16, 6], "texture": "#4"},
|
"down": {"uv": [8, 6, 16, 10], "texture": "#3"}
|
||||||
"down": {"uv": [10, 0, 14, 8], "rotation": 90, "texture": "#4"}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [1, 5, 4],
|
||||||
|
"to": [15, 11, 12],
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [4, 5, 12, 11], "texture": "#8"},
|
||||||
|
"west": {"uv": [4, 5, 12, 11], "texture": "#8"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [3, 5, 15.99],
|
||||||
|
"to": [13, 11, -0.03],
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [8, 1.5, 16, 4.5], "texture": "#3"},
|
||||||
|
"west": {"uv": [8, 1.5, 16, 4.5], "texture": "#3"}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"from": [1, 11, -0.01],
|
||||||
|
"to": [15, 3, 16.01],
|
||||||
|
"faces": {
|
||||||
|
"east": {"uv": [8, 0, 16, 4], "rotation": 180, "texture": "#3"},
|
||||||
|
"west": {"uv": [8, 0, 16, 4], "rotation": 180, "texture": "#3"},
|
||||||
|
"up": {"uv": [12.125, 12, 13.875, 14], "texture": "#5"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -18,7 +18,7 @@
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [8, 8, 9, 8.5], "rotation": 90, "texture": "#base"},
|
"north": {"uv": [8, 8, 9, 8.5], "rotation": 90, "texture": "#base"},
|
||||||
"east": {"uv": [8, 8, 9, 11], "rotation": 90, "texture": "#base"},
|
"east": {"uv": [8, 8, 9, 11], "rotation": 90, "texture": "#base"},
|
||||||
"west": {"uv": [8, 8, 9, 11], "rotation": 90, "texture": "#base"},
|
"west": {"uv": [8, 13, 9, 16], "rotation": 90, "texture": "#base"},
|
||||||
"down": {"uv": [0, 0, 1, 6], "rotation": 180, "texture": "#block"}
|
"down": {"uv": [0, 0, 1, 6], "rotation": 180, "texture": "#block"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [8, 8, 9, 8.5], "rotation": 90, "texture": "#base"},
|
"north": {"uv": [8, 8, 9, 8.5], "rotation": 90, "texture": "#base"},
|
||||||
"east": {"uv": [8, 8, 9, 11], "rotation": 90, "texture": "#base"},
|
"east": {"uv": [8, 8, 9, 11], "rotation": 90, "texture": "#base"},
|
||||||
"west": {"uv": [8, 8, 9, 11], "rotation": 90, "texture": "#base"},
|
"west": {"uv": [8, 13, 9, 16], "rotation": 90, "texture": "#base"},
|
||||||
"down": {"uv": [15, 0, 16, 6], "rotation": 180, "texture": "#block"}
|
"down": {"uv": [15, 0, 16, 6], "rotation": 180, "texture": "#block"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -42,7 +42,7 @@
|
||||||
"east": {"uv": [11, 0, 8, 9.5], "texture": "#direction"},
|
"east": {"uv": [11, 0, 8, 9.5], "texture": "#direction"},
|
||||||
"south": {"uv": [0, 6.5, 8, 16], "rotation": 180, "texture": "#direction"},
|
"south": {"uv": [0, 6.5, 8, 16], "rotation": 180, "texture": "#direction"},
|
||||||
"west": {"uv": [8, 0, 11, 9.5], "texture": "#direction"},
|
"west": {"uv": [8, 0, 11, 9.5], "texture": "#direction"},
|
||||||
"up": {"uv": [11, 8, 14, 16], "rotation": 90, "texture": "#direction"},
|
"up": {"uv": [8, 10, 16, 13], "texture": "#direction"},
|
||||||
"down": {"uv": [0, 6.5, 8, 9.5], "texture": "#direction"}
|
"down": {"uv": [0, 6.5, 8, 9.5], "texture": "#direction"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -50,9 +50,9 @@
|
||||||
"from": [2, -3, 6],
|
"from": [2, -3, 6],
|
||||||
"to": [14, 10, 0],
|
"to": [14, 10, 0],
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [11, 12.5, 14, 6], "texture": "#base"},
|
"east": {"uv": [13, 6, 16, 12.5], "rotation": 180, "texture": "#base"},
|
||||||
"west": {"uv": [13, 8.5, 16, 16], "texture": "#base"},
|
"west": {"uv": [13, 8.5, 16, 16], "texture": "#base"},
|
||||||
"up": {"uv": [14, 8.5, 11, 14.5], "rotation": 90, "texture": "#base"}
|
"up": {"uv": [16, 8, 13, 14], "rotation": 270, "texture": "#base"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -61,9 +61,9 @@
|
||||||
"to": [13, 13, 14],
|
"to": [13, 13, 14],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, -8, 6]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, -8, 6]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [8.5, 8, 16, 6], "rotation": 90, "texture": "#back"},
|
"east": {"uv": [0, 0, 7.5, 2], "rotation": 90, "texture": "#back"},
|
||||||
"west": {"uv": [8.5, 6, 16, 8], "rotation": 90, "texture": "#back"},
|
"west": {"uv": [0, 2, 7.5, 0], "rotation": 90, "texture": "#back"},
|
||||||
"up": {"uv": [0.5, 8.5, 5.5, 10.5], "rotation": 180, "texture": "#back"}
|
"up": {"uv": [10.5, 3.5, 15.5, 5.5], "rotation": 180, "texture": "#back"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -73,10 +73,10 @@
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, -8, 6]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, -8, 6]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [0, 0, 8, 6], "rotation": 270, "texture": "#base"},
|
"north": {"uv": [0, 0, 8, 6], "rotation": 270, "texture": "#base"},
|
||||||
"east": {"uv": [0.5, 8, 8.5, 6], "rotation": 90, "texture": "#back"},
|
"east": {"uv": [8, 0, 16, 2], "rotation": 90, "texture": "#back"},
|
||||||
"south": {"uv": [8, 0, 16, 6], "rotation": 90, "texture": "#back"},
|
"south": {"uv": [10, 7.5, 16, 15.5], "texture": "#back"},
|
||||||
"west": {"uv": [0.5, 6, 8.5, 8], "rotation": 90, "texture": "#back"},
|
"west": {"uv": [8, 2, 16, 0], "rotation": 90, "texture": "#back"},
|
||||||
"up": {"uv": [6, 0, 8, 6], "rotation": 90, "texture": "#back"}
|
"up": {"uv": [10, 5.5, 16, 7.5], "rotation": 180, "texture": "#back"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -102,7 +102,7 @@
|
||||||
"north": {"uv": [0, 3, 16, 6], "texture": "#block"},
|
"north": {"uv": [0, 3, 16, 6], "texture": "#block"},
|
||||||
"east": {"uv": [7.5, 11, 9, 16], "rotation": 90, "texture": "#base"},
|
"east": {"uv": [7.5, 11, 9, 16], "rotation": 90, "texture": "#base"},
|
||||||
"south": {"uv": [7.5, 8, 9, 16], "rotation": 90, "texture": "#base"},
|
"south": {"uv": [7.5, 8, 9, 16], "rotation": 90, "texture": "#base"},
|
||||||
"west": {"uv": [7.5, 10.5, 9, 16], "rotation": 90, "texture": "#base"},
|
"west": {"uv": [7.5, 8, 9, 13.5], "rotation": 90, "texture": "#base"},
|
||||||
"up": {"uv": [0, 6, 16, 16], "texture": "#block"},
|
"up": {"uv": [0, 6, 16, 16], "texture": "#block"},
|
||||||
"down": {"uv": [0, 6, 16, 16], "rotation": 180, "texture": "#block"}
|
"down": {"uv": [0, 6, 16, 16], "rotation": 180, "texture": "#block"}
|
||||||
}
|
}
|
||||||
|
|
|
@ -29,12 +29,12 @@
|
||||||
"to": [15.9, -2, 16],
|
"to": [15.9, -2, 16],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, -8, 8]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [7, -8, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [7.5, 8, 9, 16], "rotation": 90, "texture": "#base"},
|
"north": {"uv": [0, 10, 16, 13], "texture": "#particle"},
|
||||||
"east": {"uv": [7.5, 8, 9, 9.5], "rotation": 90, "texture": "#base"},
|
"east": {"uv": [7.5, 14.5, 9, 16], "rotation": 90, "texture": "#base"},
|
||||||
"south": {"uv": [7.5, 8, 9, 16], "rotation": 90, "texture": "#base"},
|
"south": {"uv": [7.5, 8, 9, 16], "rotation": 90, "texture": "#base"},
|
||||||
"west": {"uv": [7.5, 8, 9, 9.5], "rotation": 90, "texture": "#base"},
|
"west": {"uv": [7.5, 8, 9, 9.5], "rotation": 90, "texture": "#base"},
|
||||||
"up": {"uv": [6, 8, 7.5, 16], "texture": "#base"},
|
"up": {"uv": [0, 7, 16, 10], "texture": "#particle"},
|
||||||
"down": {"uv": [6, 8, 7.5, 16], "rotation": 90, "texture": "#base"}
|
"down": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#particle"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
"to": [14, 11.9, 14],
|
"to": [14, 11.9, 14],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 6.9, 8]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [7, 6.9, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": {"uv": [12, 9, 14, 15], "rotation": 90, "texture": "#base"}
|
"down": {"uv": [13, 8, 15, 14], "rotation": 90, "texture": "#base"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -51,10 +51,10 @@
|
||||||
"to": [15.05, 14.95, 14],
|
"to": [15.05, 14.95, 14],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 21]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 21]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [0.5, 6.5, 4, 8], "rotation": 90, "texture": "#back"},
|
"east": {"uv": [0, 0.5, 3.5, 2], "rotation": 90, "texture": "#back"},
|
||||||
"south": {"uv": [8, 0, 11.5, 6], "rotation": 90, "texture": "#back"},
|
"south": {"uv": [0, 7.5, 7, 11], "texture": "#back"},
|
||||||
"west": {"uv": [0.5, 6, 4, 7.5], "rotation": 90, "texture": "#back"},
|
"west": {"uv": [0, 2, 3.5, 0.5], "rotation": 90, "texture": "#back"},
|
||||||
"up": {"uv": [6.5, 0, 8, 6], "rotation": 90, "texture": "#back"}
|
"up": {"uv": [0, 5.5, 7, 7], "rotation": 180, "texture": "#back"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -77,9 +77,9 @@
|
||||||
"to": [14.05, 10, 13],
|
"to": [14.05, 10, 13],
|
||||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [0, -3, 13]},
|
"rotation": {"angle": -22.5, "axis": "x", "origin": [0, -3, 13]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [11, 9.5, 14, 16], "texture": "#base"},
|
"east": {"uv": [13, 16, 16, 9.5], "rotation": 180, "texture": "#base"},
|
||||||
"west": {"uv": [13, 12.5, 16, 6], "texture": "#base"},
|
"west": {"uv": [13, 12.5, 16, 6], "texture": "#base"},
|
||||||
"up": {"uv": [11, 9.5, 14, 15.5], "rotation": 270, "texture": "#base"}
|
"up": {"uv": [13, 8, 16, 14], "rotation": 90, "texture": "#base"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -29,12 +29,12 @@
|
||||||
"to": [15.9, -2, 16],
|
"to": [15.9, -2, 16],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, -8, 8]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [7, -8, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [7.5, 8, 9, 16], "rotation": 90, "texture": "#base"},
|
"north": {"uv": [0, 10, 16, 13], "texture": "#particle"},
|
||||||
"east": {"uv": [7.5, 8, 9, 9.5], "rotation": 90, "texture": "#base"},
|
"east": {"uv": [7.5, 8, 9, 9.5], "rotation": 90, "texture": "#base"},
|
||||||
"south": {"uv": [7.5, 8, 9, 16], "rotation": 90, "texture": "#base"},
|
"south": {"uv": [7.5, 8, 9, 16], "rotation": 90, "texture": "#base"},
|
||||||
"west": {"uv": [7.5, 8, 9, 9.5], "rotation": 90, "texture": "#base"},
|
"west": {"uv": [7.5, 14.5, 9, 16], "rotation": 90, "texture": "#base"},
|
||||||
"up": {"uv": [6, 8, 7.5, 16], "texture": "#base"},
|
"up": {"uv": [0, 7, 16, 10], "texture": "#particle"},
|
||||||
"down": {"uv": [6, 8, 7.5, 16], "rotation": 90, "texture": "#base"}
|
"down": {"uv": [0, 13, 16, 16], "rotation": 180, "texture": "#particle"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -43,7 +43,7 @@
|
||||||
"to": [14, 11.9, 14],
|
"to": [14, 11.9, 14],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [7, 6.9, 8]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [7, 6.9, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"down": {"uv": [12, 9.5, 14, 15.5], "rotation": 90, "texture": "#base"}
|
"down": {"uv": [13, 8.5, 15, 14.5], "rotation": 90, "texture": "#base"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -51,10 +51,10 @@
|
||||||
"to": [15.05, 14.95, 14],
|
"to": [15.05, 14.95, 14],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 21]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 21]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [0.5, 6.5, 4, 8], "rotation": 90, "texture": "#back"},
|
"east": {"uv": [0, 0.5, 3.5, 2], "rotation": 90, "texture": "#back"},
|
||||||
"south": {"uv": [8, 0, 11.5, 6], "rotation": 90, "texture": "#back"},
|
"south": {"uv": [0, 7.5, 7, 11], "texture": "#back"},
|
||||||
"west": {"uv": [0.5, 6, 4, 7.5], "rotation": 90, "texture": "#back"},
|
"west": {"uv": [0, 2, 3.5, 0.5], "rotation": 90, "texture": "#back"},
|
||||||
"up": {"uv": [6.5, 0, 8, 6], "rotation": 90, "texture": "#back"}
|
"up": {"uv": [0, 5.5, 7, 7], "rotation": 180, "texture": "#back"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -77,9 +77,9 @@
|
||||||
"to": [14.05, 10, 13],
|
"to": [14.05, 10, 13],
|
||||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [0, -3, 13]},
|
"rotation": {"angle": -22.5, "axis": "x", "origin": [0, -3, 13]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [11, 9.5, 14, 16], "texture": "#base"},
|
"east": {"uv": [13, 6, 16, 12.5], "rotation": 180, "texture": "#base"},
|
||||||
"west": {"uv": [13, 9.5, 16, 16], "texture": "#base"},
|
"west": {"uv": [13, 9.5, 16, 16], "texture": "#base"},
|
||||||
"up": {"uv": [11, 9.5, 14, 15.5], "rotation": 270, "texture": "#base"}
|
"up": {"uv": [13, 7.5, 16, 13.5], "rotation": 90, "texture": "#base"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -50,9 +50,9 @@
|
||||||
"from": [2, -3, 14],
|
"from": [2, -3, 14],
|
||||||
"to": [14, 10, 8],
|
"to": [14, 10, 8],
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [11, 9.5, 14, 16], "texture": "#base"},
|
"east": {"uv": [13, 16, 16, 9.5], "rotation": 180, "texture": "#base"},
|
||||||
"west": {"uv": [13, 12.5, 16, 6], "texture": "#base"},
|
"west": {"uv": [13, 12.5, 16, 6], "texture": "#base"},
|
||||||
"up": {"uv": [14, 9, 11, 15], "rotation": 90, "texture": "#base"}
|
"up": {"uv": [16, 7.5, 13, 13.5], "rotation": 270, "texture": "#base"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -66,7 +66,7 @@
|
||||||
"south": {"uv": [0, 8, 6, 16], "texture": "#base"},
|
"south": {"uv": [0, 8, 6, 16], "texture": "#base"},
|
||||||
"west": {"uv": [0, 0, 6, 16], "rotation": 180, "texture": "#redstone"},
|
"west": {"uv": [0, 0, 6, 16], "rotation": 180, "texture": "#redstone"},
|
||||||
"up": {"uv": [8, 2, 14, 14], "rotation": 270, "texture": "#redstone"},
|
"up": {"uv": [8, 2, 14, 14], "rotation": 270, "texture": "#redstone"},
|
||||||
"down": {"uv": [8, 2, 14, 14], "rotation": 90, "texture": "#redstone"}
|
"down": {"uv": [0, 2, 6, 14], "rotation": 90, "texture": "#redstone"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -97,10 +97,10 @@
|
||||||
"to": [15, 15, 15],
|
"to": [15, 15, 15],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 22]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 22]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [7.5, 0, 16, 0.5], "rotation": 90, "texture": "#back"},
|
"east": {"uv": [7, 7.5, 7.5, 16], "texture": "#back"},
|
||||||
"south": {"uv": [7.5, 0, 16, 6], "rotation": 90, "texture": "#back"},
|
"south": {"uv": [0, 7.5, 7, 16], "texture": "#back"},
|
||||||
"west": {"uv": [7.5, 5.5, 16, 6], "rotation": 90, "texture": "#back"},
|
"west": {"uv": [7, 7.5, 7.5, 16], "texture": "#back"},
|
||||||
"up": {"uv": [7.5, 0, 8, 6], "rotation": 90, "texture": "#back"}
|
"up": {"uv": [0, 5.5, 7, 6], "rotation": 180, "texture": "#back"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"textures": {
|
"textures": {
|
||||||
"4": "create:block/funnel/funnel_back"
|
"4": "create:block/funnel/brass_funnel"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
"to": [14, 10, 10],
|
"to": [14, 10, 10],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [-24.5, -7.5, 9]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [-24.5, -7.5, 9]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [14, 8.5, 12.5, 15], "texture": "#4"},
|
"north": {"uv": [6, 8, 7.5, 14.5], "texture": "#4"},
|
||||||
"east": {"uv": [13.5, 8.5, 14, 15], "texture": "#4"},
|
"east": {"uv": [6, 8, 6.5, 14.5], "texture": "#4"},
|
||||||
"south": {"uv": [12.5, 8.5, 14, 15], "texture": "#4"},
|
"south": {"uv": [7.5, 8, 6, 14.5], "texture": "#4"},
|
||||||
"west": {"uv": [12.5, 8.5, 13, 15], "texture": "#4"},
|
"west": {"uv": [7, 8, 7.5, 14.5], "texture": "#4"},
|
||||||
"up": {"uv": [12.5, 8.5, 14, 9], "texture": "#4"},
|
"up": {"uv": [6, 8, 7.5, 8.5], "rotation": 180, "texture": "#4"},
|
||||||
"down": {"uv": [12.5, 14.5, 14, 15], "texture": "#4"}
|
"down": {"uv": [6, 14, 7.5, 14.5], "rotation": 180, "texture": "#4"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"textures": {
|
"textures": {
|
||||||
"4": "create:block/funnel/funnel_back"
|
"4": "create:block/funnel/brass_funnel"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
"to": [14, 10, 2],
|
"to": [14, 10, 2],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [-24.5, -7.5, 9]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [-24.5, -7.5, 9]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [12.5, 8.5, 14, 15], "texture": "#4"},
|
"north": {"uv": [6, 8, 7.5, 14.5], "texture": "#4"},
|
||||||
"east": {"uv": [12.5, 8.5, 13, 15], "texture": "#4"},
|
"east": {"uv": [6, 8, 6.5, 14.5], "texture": "#4"},
|
||||||
"south": {"uv": [14, 8.5, 12.5, 15], "texture": "#4"},
|
"south": {"uv": [7.5, 8, 6, 14.5], "texture": "#4"},
|
||||||
"west": {"uv": [13.5, 8.5, 14, 15], "texture": "#4"},
|
"west": {"uv": [7, 8, 7.5, 14.5], "texture": "#4"},
|
||||||
"up": {"uv": [12.5, 8.5, 14, 9], "rotation": 180, "texture": "#4"},
|
"up": {"uv": [6, 8, 7.5, 8.5], "rotation": 180, "texture": "#4"},
|
||||||
"down": {"uv": [12.5, 14.5, 14, 15], "rotation": 180, "texture": "#4"}
|
"down": {"uv": [6, 14, 7.5, 14.5], "rotation": 180, "texture": "#4"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"top": "create:block/tunnel/brass_tunnel_top",
|
"top": "create:block/tunnel/brass_tunnel_top",
|
||||||
"direction": "create:block/funnel/brass_funnel_neutral",
|
"direction": "create:block/funnel/brass_funnel_neutral",
|
||||||
"frame": "create:block/funnel/brass_funnel_frame",
|
"frame": "create:block/funnel/brass_funnel_frame",
|
||||||
"back": "create:block/funnel/funnel_back",
|
"back": "create:block/funnel/brass_funnel",
|
||||||
"particle": "create:block/brass_block"
|
"particle": "create:block/brass_block"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
|
@ -63,12 +63,12 @@
|
||||||
"to": [1.5, 10.5, 5],
|
"to": [1.5, 10.5, 5],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [-38.5, -5.5, 2]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [-38.5, -5.5, 2]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [12.5, 8.5, 13, 15], "texture": "#back"},
|
"north": {"uv": [6, 8, 6.5, 14.5], "texture": "#back"},
|
||||||
"east": {"uv": [12.5, 8.5, 14, 15], "rotation": 180, "texture": "#back"},
|
"east": {"uv": [6, 8, 7.5, 14.5], "rotation": 180, "texture": "#back"},
|
||||||
"south": {"uv": [13.5, 8.5, 14, 15], "texture": "#back"},
|
"south": {"uv": [7, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"west": {"uv": [12.5, 8.5, 14, 15], "texture": "#back"},
|
"west": {"uv": [6, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"up": {"uv": [12.5, 9, 14, 8.5], "rotation": 90, "texture": "#back"},
|
"up": {"uv": [6, 8.5, 7.5, 8], "rotation": 90, "texture": "#back"},
|
||||||
"down": {"uv": [12.5, 14.5, 14, 15], "rotation": 270, "texture": "#back"}
|
"down": {"uv": [6, 14, 7.5, 14.5], "rotation": 270, "texture": "#back"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -77,12 +77,12 @@
|
||||||
"to": [1.5, 10.5, 8],
|
"to": [1.5, 10.5, 8],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [-38.5, -5.5, 2]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [-38.5, -5.5, 2]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [12.5, 8.5, 13, 15], "texture": "#back"},
|
"north": {"uv": [6, 8, 6.5, 14.5], "texture": "#back"},
|
||||||
"east": {"uv": [12.5, 8.5, 14, 15], "rotation": 180, "texture": "#back"},
|
"east": {"uv": [6, 8, 7.5, 14.5], "rotation": 180, "texture": "#back"},
|
||||||
"south": {"uv": [13.5, 8.5, 14, 15], "texture": "#back"},
|
"south": {"uv": [7, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"west": {"uv": [12.5, 8.5, 14, 15], "texture": "#back"},
|
"west": {"uv": [6, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"up": {"uv": [12.5, 9, 14, 8.5], "rotation": 90, "texture": "#back"},
|
"up": {"uv": [6, 8.5, 7.5, 8], "rotation": 90, "texture": "#back"},
|
||||||
"down": {"uv": [12.5, 14.5, 14, 15], "rotation": 270, "texture": "#back"}
|
"down": {"uv": [6, 14, 7.5, 14.5], "rotation": 270, "texture": "#back"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -91,82 +91,82 @@
|
||||||
"to": [1.5, 10.5, 11],
|
"to": [1.5, 10.5, 11],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [-38.5, -5.5, 2]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [-38.5, -5.5, 2]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [12.5, 8.5, 13, 15], "texture": "#back"},
|
"north": {"uv": [6, 8, 6.5, 14.5], "texture": "#back"},
|
||||||
"east": {"uv": [12.5, 8.5, 14, 15], "rotation": 180, "texture": "#back"},
|
"east": {"uv": [6, 8, 7.5, 14.5], "rotation": 180, "texture": "#back"},
|
||||||
"south": {"uv": [13.5, 8.5, 14, 15], "texture": "#back"},
|
"south": {"uv": [7, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"west": {"uv": [12.5, 8.5, 14, 15], "texture": "#back"},
|
"west": {"uv": [6, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"up": {"uv": [12.5, 9, 14, 8.5], "rotation": 90, "texture": "#back"},
|
"up": {"uv": [6, 8.5, 7.5, 8], "rotation": 90, "texture": "#back"},
|
||||||
"down": {"uv": [12.5, 14.5, 14, 15], "rotation": 270, "texture": "#back"}
|
"down": {"uv": [6, 14, 7.5, 14.5], "rotation": 270, "texture": "#back"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "F4",
|
"name": "F4",
|
||||||
"from": [0.5, -2.5, 11],
|
"from": [0.5, -2.5, 11],
|
||||||
"to": [1.5, 10.5, 14],
|
"to": [1.5, 10.5, 14],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [12.5, 8.5, 13, 15], "texture": "#back"},
|
"north": {"uv": [6, 8, 6.5, 14.5], "texture": "#back"},
|
||||||
"east": {"uv": [12.5, 8.5, 14, 15], "rotation": 180, "texture": "#back"},
|
"east": {"uv": [6, 8, 7.5, 14.5], "rotation": 180, "texture": "#back"},
|
||||||
"south": {"uv": [13.5, 8.5, 14, 15], "texture": "#back"},
|
"south": {"uv": [7, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"west": {"uv": [12.5, 8.5, 14, 15], "texture": "#back"},
|
"west": {"uv": [6, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"up": {"uv": [12.5, 9, 14, 8.5], "rotation": 90, "texture": "#back"},
|
"up": {"uv": [6, 8.5, 7.5, 8], "rotation": 90, "texture": "#back"},
|
||||||
"down": {"uv": [12.5, 14.5, 14, 15], "rotation": 270, "texture": "#back"}
|
"down": {"uv": [6, 14, 7.5, 14.5], "rotation": 270, "texture": "#back"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "F2",
|
"name": "F2",
|
||||||
"from": [14.5, -2.5, 2],
|
"from": [14.5, -2.5, 11],
|
||||||
"to": [15.5, 10.5, 5],
|
"to": [15.5, 10.5, 14],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 3.5]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [13.5, 8.5, 14, 15], "texture": "#back"},
|
"north": {"uv": [7, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"east": {"uv": [12.5, 8.5, 14, 15], "texture": "#back"},
|
"east": {"uv": [6, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"south": {"uv": [12.5, 8.5, 13, 15], "texture": "#back"},
|
"south": {"uv": [6, 8, 6.5, 14.5], "texture": "#back"},
|
||||||
"west": {"uv": [12.5, 8.5, 14, 15], "rotation": 180, "texture": "#back"},
|
"west": {"uv": [6, 8, 7.5, 14.5], "rotation": 180, "texture": "#back"},
|
||||||
"up": {"uv": [12.5, 9, 14, 8.5], "rotation": 270, "texture": "#back"},
|
"up": {"uv": [6, 8.5, 7.5, 8], "rotation": 270, "texture": "#back"},
|
||||||
"down": {"uv": [12.5, 14.5, 14, 15], "rotation": 90, "texture": "#back"}
|
"down": {"uv": [6, 14, 7.5, 14.5], "rotation": 90, "texture": "#back"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "F3",
|
"name": "F3",
|
||||||
"from": [14.5, -2.5, 5],
|
"from": [14.5, -2.5, 8],
|
||||||
"to": [15.5, 10.5, 8],
|
"to": [15.5, 10.5, 11],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 6.5]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [13.5, 8.5, 14, 15], "texture": "#back"},
|
"north": {"uv": [7, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"east": {"uv": [12.5, 8.5, 14, 15], "texture": "#back"},
|
"east": {"uv": [6, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"south": {"uv": [12.5, 8.5, 13, 15], "texture": "#back"},
|
"south": {"uv": [6, 8, 6.5, 14.5], "texture": "#back"},
|
||||||
"west": {"uv": [12.5, 8.5, 14, 15], "rotation": 180, "texture": "#back"},
|
"west": {"uv": [6, 8, 7.5, 14.5], "rotation": 180, "texture": "#back"},
|
||||||
"up": {"uv": [12.5, 9, 14, 8.5], "rotation": 270, "texture": "#back"},
|
"up": {"uv": [6, 8.5, 7.5, 8], "rotation": 270, "texture": "#back"},
|
||||||
"down": {"uv": [12.5, 14.5, 14, 15], "rotation": 90, "texture": "#back"}
|
"down": {"uv": [6, 14, 7.5, 14.5], "rotation": 90, "texture": "#back"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "F4",
|
"name": "F4",
|
||||||
"from": [14.5, -2.5, 8],
|
"from": [14.5, -2.5, 5],
|
||||||
"to": [15.5, 10.5, 11],
|
"to": [15.5, 10.5, 8],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 9.5]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [13.5, 8.5, 14, 15], "texture": "#back"},
|
"north": {"uv": [7, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"east": {"uv": [12.5, 8.5, 14, 15], "texture": "#back"},
|
"east": {"uv": [6, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"south": {"uv": [12.5, 8.5, 13, 15], "texture": "#back"},
|
"south": {"uv": [6, 8, 6.5, 14.5], "texture": "#back"},
|
||||||
"west": {"uv": [12.5, 8.5, 14, 15], "rotation": 180, "texture": "#back"},
|
"west": {"uv": [6, 8, 7.5, 14.5], "rotation": 180, "texture": "#back"},
|
||||||
"up": {"uv": [12.5, 9, 14, 8.5], "rotation": 270, "texture": "#back"},
|
"up": {"uv": [6, 8.5, 7.5, 8], "rotation": 270, "texture": "#back"},
|
||||||
"down": {"uv": [12.5, 14.5, 14, 15], "rotation": 90, "texture": "#back"}
|
"down": {"uv": [6, 14, 7.5, 14.5], "rotation": 90, "texture": "#back"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "F5",
|
"name": "F5",
|
||||||
"from": [14.5, -2.5, 11],
|
"from": [14.5, -2.5, 2],
|
||||||
"to": [15.5, 10.5, 14],
|
"to": [15.5, 10.5, 5],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [15, 4, 12.5]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, 8, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [13.5, 8.5, 14, 15], "texture": "#back"},
|
"north": {"uv": [7, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"east": {"uv": [12.5, 8.5, 14, 15], "texture": "#back"},
|
"east": {"uv": [6, 8, 7.5, 14.5], "texture": "#back"},
|
||||||
"south": {"uv": [12.5, 8.5, 13, 15], "texture": "#back"},
|
"south": {"uv": [6, 8, 6.5, 14.5], "texture": "#back"},
|
||||||
"west": {"uv": [12.5, 8.5, 14, 15], "rotation": 180, "texture": "#back"},
|
"west": {"uv": [6, 8, 7.5, 14.5], "rotation": 180, "texture": "#back"},
|
||||||
"up": {"uv": [12.5, 9, 14, 8.5], "rotation": 270, "texture": "#back"},
|
"up": {"uv": [6, 8.5, 7.5, 8], "rotation": 270, "texture": "#back"},
|
||||||
"down": {"uv": [12.5, 14.5, 14, 15], "rotation": 90, "texture": "#back"}
|
"down": {"uv": [6, 14, 7.5, 14.5], "rotation": 90, "texture": "#back"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -17,9 +17,9 @@
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 4]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 4]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [0, 9, 16, 12], "texture": "#block"},
|
"north": {"uv": [0, 9, 16, 12], "texture": "#block"},
|
||||||
"east": {"uv": [9, 8, 7.5, 10], "rotation": 270, "texture": "#base"},
|
"east": {"uv": [9, 16, 7.5, 14], "rotation": 270, "texture": "#base"},
|
||||||
"south": {"uv": [7.5, 8, 9, 16], "rotation": 90, "texture": "#base"},
|
"south": {"uv": [7.5, 8, 9, 16], "rotation": 90, "texture": "#base"},
|
||||||
"west": {"uv": [9, 8, 7.5, 10], "rotation": 270, "texture": "#base"},
|
"west": {"uv": [9, 10, 7.5, 8], "rotation": 270, "texture": "#base"},
|
||||||
"up": {"uv": [0, 5, 16, 9], "rotation": 180, "texture": "#block"},
|
"up": {"uv": [0, 5, 16, 9], "rotation": 180, "texture": "#block"},
|
||||||
"down": {"uv": [0, 12, 16, 16], "rotation": 180, "texture": "#block"}
|
"down": {"uv": [0, 12, 16, 16], "rotation": 180, "texture": "#block"}
|
||||||
}
|
}
|
||||||
|
@ -29,10 +29,10 @@
|
||||||
"to": [15.05, 14.95, 14],
|
"to": [15.05, 14.95, 14],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 21]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 21]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [0.5, 7.5, 4, 6], "rotation": 90, "texture": "#back"},
|
"east": {"uv": [0, 0.5, 3.5, 2], "rotation": 90, "texture": "#back"},
|
||||||
"south": {"uv": [8, 0, 11.5, 6], "rotation": 90, "texture": "#back"},
|
"south": {"uv": [0, 7.5, 7, 11], "texture": "#back"},
|
||||||
"west": {"uv": [0.5, 6, 4, 7.5], "rotation": 90, "texture": "#back"},
|
"west": {"uv": [0, 2, 3.5, 0.5], "rotation": 90, "texture": "#back"},
|
||||||
"up": {"uv": [6, 0, 7.5, 6], "rotation": 270, "texture": "#back"}
|
"up": {"uv": [0, 5.5, 7, 7], "rotation": 180, "texture": "#back"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -64,9 +64,9 @@
|
||||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 12]},
|
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 12]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [0, 0, 8, 8], "texture": "#direction"},
|
"north": {"uv": [0, 0, 8, 8], "texture": "#direction"},
|
||||||
"east": {"uv": [11, 8, 14, 0], "rotation": 180, "texture": "#direction"},
|
"east": {"uv": [11, 16, 14, 8], "rotation": 180, "texture": "#direction"},
|
||||||
"south": {"uv": [0, 8, 8, 16], "rotation": 180, "texture": "#direction"},
|
"south": {"uv": [0, 8, 8, 16], "rotation": 180, "texture": "#direction"},
|
||||||
"west": {"uv": [11, 0, 14, 8], "texture": "#direction"},
|
"west": {"uv": [11, 8, 14, 16], "texture": "#direction"},
|
||||||
"up": {"uv": [11, 0, 14, 8], "rotation": 90, "texture": "#direction"},
|
"up": {"uv": [11, 0, 14, 8], "rotation": 90, "texture": "#direction"},
|
||||||
"down": {"uv": [0, 7, 8, 10], "texture": "#direction"}
|
"down": {"uv": [0, 7, 8, 10], "texture": "#direction"}
|
||||||
}
|
}
|
||||||
|
@ -76,9 +76,9 @@
|
||||||
"to": [14, 10, 12],
|
"to": [14, 10, 12],
|
||||||
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 12]},
|
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 0, 12]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [11, 11, 14, 16], "texture": "#base"},
|
"east": {"uv": [13, 6, 16, 11], "rotation": 180, "texture": "#base"},
|
||||||
"west": {"uv": [13, 11, 16, 16], "texture": "#base"},
|
"west": {"uv": [13, 11, 16, 16], "texture": "#base"},
|
||||||
"up": {"uv": [11, 9, 14, 15], "rotation": 270, "texture": "#base"}
|
"up": {"uv": [13, 8, 16, 14], "rotation": 90, "texture": "#base"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
@ -92,9 +92,9 @@
|
||||||
"to": [15.95, 4, 11],
|
"to": [15.95, 4, 11],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [0, 3, 8, 5.5], "texture": "#direction"},
|
"north": {"uv": [0, 7, 8, 9.5], "texture": "#direction"},
|
||||||
"east": {"uv": [2.5, 0.5, 5.5, 3], "texture": "#direction"},
|
"east": {"uv": [2.5, 0.5, 5.5, 3], "texture": "#direction"},
|
||||||
"south": {"uv": [0, 3, 8, 5.5], "texture": "#direction"},
|
"south": {"uv": [0, 7, 8, 9.5], "texture": "#direction"},
|
||||||
"west": {"uv": [2.5, 0.5, 5.5, 3], "texture": "#direction"},
|
"west": {"uv": [2.5, 0.5, 5.5, 3], "texture": "#direction"},
|
||||||
"down": {"uv": [8, 6.5, 0, 9.5], "texture": "#direction"}
|
"down": {"uv": [8, 6.5, 0, 9.5], "texture": "#direction"}
|
||||||
}
|
}
|
||||||
|
@ -105,9 +105,9 @@
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [8, 0, 8]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [2.5, 0.5, 5.5, 3], "texture": "#direction"},
|
"north": {"uv": [2.5, 0.5, 5.5, 3], "texture": "#direction"},
|
||||||
"east": {"uv": [0, 3, 8, 5.5], "texture": "#direction"},
|
"east": {"uv": [0, 7, 8, 9.5], "texture": "#direction"},
|
||||||
"south": {"uv": [2.5, 0.5, 5.5, 3], "texture": "#direction"},
|
"south": {"uv": [2.5, 0.5, 5.5, 3], "texture": "#direction"},
|
||||||
"west": {"uv": [0, 3, 8, 5.5], "texture": "#direction"},
|
"west": {"uv": [0, 7, 8, 9.5], "texture": "#direction"},
|
||||||
"down": {"uv": [8, 6.5, 0, 9.5], "rotation": 90, "texture": "#direction"}
|
"down": {"uv": [8, 6.5, 0, 9.5], "rotation": 90, "texture": "#direction"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,8 +6,8 @@
|
||||||
"direction": "create:block/funnel/brass_funnel_pull",
|
"direction": "create:block/funnel/brass_funnel_pull",
|
||||||
"redstone": "create:block/funnel/brass_funnel_unpowered",
|
"redstone": "create:block/funnel/brass_funnel_unpowered",
|
||||||
"open": "create:block/funnel/funnel_closed",
|
"open": "create:block/funnel/funnel_closed",
|
||||||
"particle": "create:block/brass_block",
|
"frame": "create:block/funnel/brass_funnel_frame",
|
||||||
"frame": "create:block/funnel/brass_funnel_frame"
|
"particle": "create:block/brass_block"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
|
@ -66,10 +66,10 @@
|
||||||
"from": [0, 4, 0],
|
"from": [0, 4, 0],
|
||||||
"to": [16, 10, 16],
|
"to": [16, 10, 16],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [11, 0, 14, 8], "rotation": 90, "texture": "#direction"},
|
"north": {"uv": [11, 8, 14, 16], "rotation": 90, "texture": "#direction"},
|
||||||
"east": {"uv": [11, 0, 14, 8], "rotation": 90, "texture": "#direction"},
|
"east": {"uv": [11, 8, 14, 16], "rotation": 90, "texture": "#direction"},
|
||||||
"south": {"uv": [11, 0, 14, 8], "rotation": 90, "texture": "#direction"},
|
"south": {"uv": [11, 8, 14, 16], "rotation": 90, "texture": "#direction"},
|
||||||
"west": {"uv": [11, 0, 14, 8], "rotation": 90, "texture": "#direction"},
|
"west": {"uv": [11, 8, 14, 16], "rotation": 90, "texture": "#direction"},
|
||||||
"up": {"uv": [0, 0, 16, 16], "texture": "#frame"},
|
"up": {"uv": [0, 0, 16, 16], "texture": "#frame"},
|
||||||
"down": {"uv": [0, 0, 16, 16], "texture": "#frame"}
|
"down": {"uv": [0, 0, 16, 16], "texture": "#frame"}
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"credit": "Made with Blockbench",
|
"credit": "Made with Blockbench",
|
||||||
"textures": {
|
"textures": {
|
||||||
"4": "create:block/funnel/funnel_back"
|
"4": "create:block/funnel/brass_funnel"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
|
@ -10,12 +10,12 @@
|
||||||
"to": [14, 10, 10],
|
"to": [14, 10, 10],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [-24.5, -7.5, 9]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [-24.5, -7.5, 9]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [14, 8.5, 12.5, 13.5], "texture": "#4"},
|
"north": {"uv": [6, 9.5, 7.5, 14.5], "texture": "#4"},
|
||||||
"east": {"uv": [13.5, 8.5, 14, 13.5], "texture": "#4"},
|
"east": {"uv": [6, 9.5, 6.5, 14.5], "texture": "#4"},
|
||||||
"south": {"uv": [12.5, 8.5, 14, 13.5], "texture": "#4"},
|
"south": {"uv": [7.5, 9.5, 6, 14.5], "texture": "#4"},
|
||||||
"west": {"uv": [12.5, 8.5, 13, 13.5], "texture": "#4"},
|
"west": {"uv": [7, 9.5, 7.5, 14.5], "texture": "#4"},
|
||||||
"up": {"uv": [12.5, 8.5, 14, 9], "texture": "#4"},
|
"up": {"uv": [6, 8, 7.5, 8.5], "rotation": 180, "texture": "#4"},
|
||||||
"down": {"uv": [12.5, 14.5, 14, 15], "texture": "#4"}
|
"down": {"uv": [6, 14, 7.5, 14.5], "rotation": 180, "texture": "#4"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
|
@ -112,7 +112,7 @@
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [8, 14.5, 7, 16], "texture": "#missing"},
|
"east": {"uv": [8, 14.5, 7, 16], "texture": "#missing"},
|
||||||
"south": {"uv": [7.5, 15.5, 9, 16], "rotation": 90, "texture": "#base"},
|
"south": {"uv": [7.5, 15.5, 9, 16], "rotation": 90, "texture": "#base"},
|
||||||
"west": {"uv": [7.5, 9, 9, 8], "rotation": 90, "texture": "#base"},
|
"west": {"uv": [7.5, 8, 9, 9], "rotation": 90, "texture": "#base"},
|
||||||
"up": {"uv": [1, 14, 0, 16], "texture": "#block"},
|
"up": {"uv": [1, 14, 0, 16], "texture": "#block"},
|
||||||
"down": {"uv": [15, 14, 16, 16], "rotation": 180, "texture": "#block"}
|
"down": {"uv": [15, 14, 16, 16], "rotation": 180, "texture": "#block"}
|
||||||
}
|
}
|
||||||
|
@ -122,10 +122,10 @@
|
||||||
"to": [15, 15, 15],
|
"to": [15, 15, 15],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 22]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [9, 6, 22]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"east": {"uv": [7.5, 0, 16, 0.5], "rotation": 90, "texture": "#back"},
|
"east": {"uv": [7, 7.5, 7.5, 16], "texture": "#back"},
|
||||||
"south": {"uv": [7.5, 0, 16, 6], "rotation": 90, "texture": "#back"},
|
"south": {"uv": [0, 7.5, 7, 16], "texture": "#back"},
|
||||||
"west": {"uv": [7.5, 0, 16, 0.5], "rotation": 90, "texture": "#back"},
|
"west": {"uv": [7, 7.5, 7.5, 16], "texture": "#back"},
|
||||||
"up": {"uv": [6, 0, 6.5, 6], "rotation": 90, "texture": "#back"}
|
"up": {"uv": [0, 7, 7, 7.5], "rotation": 180, "texture": "#back"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
@ -134,54 +134,54 @@
|
||||||
"to": [14, 10, 10],
|
"to": [14, 10, 10],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [-24.5, -7.5, 9]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [-24.5, -7.5, 9]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [14, 8.5, 12.5, 15], "texture": "#back"},
|
"north": {"uv": [6, 8, 7.5, 14.5], "texture": "#base"},
|
||||||
"east": {"uv": [13.5, 8.5, 14, 15], "texture": "#back"},
|
"east": {"uv": [6, 8, 6.5, 14.5], "texture": "#base"},
|
||||||
"south": {"uv": [12.5, 8.5, 14, 15], "texture": "#back"},
|
"south": {"uv": [7.5, 8, 6, 14.5], "texture": "#base"},
|
||||||
"west": {"uv": [12.5, 8.5, 13, 15], "texture": "#back"},
|
"west": {"uv": [7, 8, 7.5, 14.5], "texture": "#base"},
|
||||||
"up": {"uv": [12.5, 8.5, 14, 9], "texture": "#back"},
|
"up": {"uv": [6, 8, 7.5, 8.5], "rotation": 180, "texture": "#base"},
|
||||||
"down": {"uv": [12.5, 14.5, 14, 15], "texture": "#back"}
|
"down": {"uv": [6, 14, 7.5, 14.5], "rotation": 180, "texture": "#base"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "F5",
|
"name": "F5",
|
||||||
"from": [8, -3, 9],
|
"from": [8, -3, 9],
|
||||||
"to": [11, 10, 10],
|
"to": [11, 10, 10],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [-27.5, -7.5, 9]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [-24.5, -7.5, 9]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [14, 8.5, 12.5, 15], "texture": "#back"},
|
"north": {"uv": [6, 8, 7.5, 14.5], "texture": "#base"},
|
||||||
"east": {"uv": [13.5, 8.5, 14, 15], "texture": "#back"},
|
"east": {"uv": [6, 8, 6.5, 14.5], "texture": "#base"},
|
||||||
"south": {"uv": [12.5, 8.5, 14, 15], "texture": "#back"},
|
"south": {"uv": [7.5, 8, 6, 14.5], "texture": "#base"},
|
||||||
"west": {"uv": [12.5, 8.5, 13, 15], "texture": "#back"},
|
"west": {"uv": [7, 8, 7.5, 14.5], "texture": "#base"},
|
||||||
"up": {"uv": [12.5, 8.5, 14, 9], "texture": "#back"},
|
"up": {"uv": [6, 8, 7.5, 8.5], "rotation": 180, "texture": "#base"},
|
||||||
"down": {"uv": [12.5, 14.5, 14, 15], "texture": "#back"}
|
"down": {"uv": [6, 14, 7.5, 14.5], "rotation": 180, "texture": "#base"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "F6",
|
"name": "F6",
|
||||||
"from": [5, -3, 9],
|
"from": [5, -3, 9],
|
||||||
"to": [8, 10, 10],
|
"to": [8, 10, 10],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [-30.5, -7.5, 9]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [-24.5, -7.5, 9]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [14, 8.5, 12.5, 15], "texture": "#back"},
|
"north": {"uv": [6, 8, 7.5, 14.5], "texture": "#base"},
|
||||||
"east": {"uv": [13.5, 8.5, 14, 15], "texture": "#back"},
|
"east": {"uv": [6, 8, 6.5, 14.5], "texture": "#base"},
|
||||||
"south": {"uv": [12.5, 8.5, 14, 15], "texture": "#back"},
|
"south": {"uv": [7.5, 8, 6, 14.5], "texture": "#base"},
|
||||||
"west": {"uv": [12.5, 8.5, 13, 15], "texture": "#back"},
|
"west": {"uv": [7, 8, 7.5, 14.5], "texture": "#base"},
|
||||||
"up": {"uv": [12.5, 8.5, 14, 9], "texture": "#back"},
|
"up": {"uv": [6, 8, 7.5, 8.5], "rotation": 180, "texture": "#base"},
|
||||||
"down": {"uv": [12.5, 14.5, 14, 15], "texture": "#back"}
|
"down": {"uv": [6, 14, 7.5, 14.5], "rotation": 180, "texture": "#base"}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "F7",
|
"name": "F7",
|
||||||
"from": [2, -3, 9],
|
"from": [2, -3, 9],
|
||||||
"to": [5, 10, 10],
|
"to": [5, 10, 10],
|
||||||
"rotation": {"angle": 0, "axis": "y", "origin": [-33.5, -7.5, 9]},
|
"rotation": {"angle": 0, "axis": "y", "origin": [-24.5, -7.5, 9]},
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [14, 8.5, 12.5, 15], "texture": "#back"},
|
"north": {"uv": [6, 8, 7.5, 14.5], "texture": "#base"},
|
||||||
"east": {"uv": [13.5, 8.5, 14, 15], "texture": "#back"},
|
"east": {"uv": [6, 8, 6.5, 14.5], "texture": "#base"},
|
||||||
"south": {"uv": [12.5, 8.5, 14, 15], "texture": "#back"},
|
"south": {"uv": [7.5, 8, 6, 14.5], "texture": "#base"},
|
||||||
"west": {"uv": [12.5, 8.5, 13, 15], "texture": "#back"},
|
"west": {"uv": [7, 8, 7.5, 14.5], "texture": "#base"},
|
||||||
"up": {"uv": [12.5, 8.5, 14, 9], "texture": "#back"},
|
"up": {"uv": [6, 8, 7.5, 8.5], "rotation": 180, "texture": "#base"},
|
||||||
"down": {"uv": [12.5, 14.5, 14, 15], "texture": "#back"}
|
"down": {"uv": [6, 14, 7.5, 14.5], "rotation": 180, "texture": "#base"}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
@ -246,25 +246,7 @@
|
||||||
"name": "flap",
|
"name": "flap",
|
||||||
"origin": [8, 8, 8],
|
"origin": [8, 8, 8],
|
||||||
"color": 0,
|
"color": 0,
|
||||||
"children": [10]
|
"children": [10, 11, 12, 13]
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "flap",
|
|
||||||
"origin": [8, 8, 8],
|
|
||||||
"color": 0,
|
|
||||||
"children": [11]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "flap",
|
|
||||||
"origin": [8, 8, 8],
|
|
||||||
"color": 0,
|
|
||||||
"children": [12]
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "flap",
|
|
||||||
"origin": [8, 8, 8],
|
|
||||||
"color": 0,
|
|
||||||
"children": [13]
|
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
|
@ -7,7 +7,7 @@
|
||||||
"redstone": "create:block/funnel/brass_funnel_unpowered",
|
"redstone": "create:block/funnel/brass_funnel_unpowered",
|
||||||
"particle": "create:block/funnel/brass_funnel_frame",
|
"particle": "create:block/funnel/brass_funnel_frame",
|
||||||
"frame": "create:block/funnel/brass_funnel_frame",
|
"frame": "create:block/funnel/brass_funnel_frame",
|
||||||
"direction": "create:block/funnel/brass_funnel_pull"
|
"direction": "create:block/funnel/brass_funnel_neutral"
|
||||||
},
|
},
|
||||||
"elements": [
|
"elements": [
|
||||||
{
|
{
|
||||||
|
@ -135,10 +135,10 @@
|
||||||
"from": [0, 9, 0],
|
"from": [0, 9, 0],
|
||||||
"to": [16, 15, 16],
|
"to": [16, 15, 16],
|
||||||
"faces": {
|
"faces": {
|
||||||
"north": {"uv": [0, 0, 8, 3], "texture": "#direction"},
|
"north": {"uv": [8, 13, 16, 16], "texture": "#direction"},
|
||||||
"east": {"uv": [0, 0, 8, 3], "texture": "#direction"},
|
"east": {"uv": [8, 13, 16, 16], "texture": "#direction"},
|
||||||
"south": {"uv": [0, 0, 8, 3], "texture": "#direction"},
|
"south": {"uv": [8, 13, 16, 16], "texture": "#direction"},
|
||||||
"west": {"uv": [0, 0, 8, 3], "texture": "#direction"},
|
"west": {"uv": [8, 13, 16, 16], "texture": "#direction"},
|
||||||
"up": {"uv": [0, 0, 16, 16], "texture": "#frame"},
|
"up": {"uv": [0, 0, 16, 16], "texture": "#frame"},
|
||||||
"down": {"uv": [0, 0, 16, 16], "texture": "#frame"}
|
"down": {"uv": [0, 0, 16, 16], "texture": "#frame"}
|
||||||
}
|
}
|
||||||
|
|
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 846 B |
After Width: | Height: | Size: 585 B |
Before Width: | Height: | Size: 6.3 KiB After Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 1.4 KiB After Width: | Height: | Size: 4 KiB |
Before Width: | Height: | Size: 8.5 KiB After Width: | Height: | Size: 9.4 KiB |
Before Width: | Height: | Size: 5.9 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 8.1 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 6.1 KiB After Width: | Height: | Size: 7 KiB |
Before Width: | Height: | Size: 8 KiB After Width: | Height: | Size: 9 KiB |
Before Width: | Height: | Size: 7.7 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 725 B After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 7.5 KiB After Width: | Height: | Size: 7.9 KiB |
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 5.5 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 6.6 KiB |
Before Width: | Height: | Size: 152 B |
Before Width: | Height: | Size: 466 B |
Before Width: | Height: | Size: 645 B |
Before Width: | Height: | Size: 262 B |
Before Width: | Height: | Size: 739 B |
Before Width: | Height: | Size: 963 B |
Before Width: | Height: | Size: 191 B |
Before Width: | Height: | Size: 716 B |
Before Width: | Height: | Size: 684 B |
Before Width: | Height: | Size: 201 B |
Before Width: | Height: | Size: 575 B |
Before Width: | Height: | Size: 612 B |
Before Width: | Height: | Size: 208 B After Width: | Height: | Size: 1.6 KiB |