Spit and Shine part 3: The Purge
Replaced textures on models referencing redundant assets First batch of redundant assets removed Minor model optimisations.
|
@ -716,6 +716,7 @@ public class AllBlocks {
|
|||
.register();
|
||||
|
||||
public static final BlockEntry<ChuteBlock> CHUTE = REGISTRATE.block("chute", ChuteBlock::new)
|
||||
.addLayer(() -> RenderType::cutoutMipped)
|
||||
.initialProperties(SharedProperties::softMetal)
|
||||
.properties(p -> p.color(MaterialColor.COLOR_GRAY))
|
||||
.properties(p -> p.sound(SoundType.NETHERITE_BLOCK))
|
||||
|
@ -727,6 +728,7 @@ public class AllBlocks {
|
|||
.register();
|
||||
|
||||
public static final BlockEntry<SmartChuteBlock> SMART_CHUTE = REGISTRATE.block("smart_chute", SmartChuteBlock::new)
|
||||
.addLayer(() -> RenderType::cutoutMipped)
|
||||
.initialProperties(SharedProperties::softMetal)
|
||||
.properties(p -> p.color(MaterialColor.COLOR_GRAY))
|
||||
.properties(p -> p.sound(SoundType.NETHERITE_BLOCK))
|
||||
|
|
|
@ -2,13 +2,10 @@
|
|||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"5": "create:block/brass_casing_inner",
|
||||
"7": "create:block/brass_casing_connected",
|
||||
"8": "create:block/content_observer",
|
||||
"9": "create:block/content_observer_inner",
|
||||
"10": "create:block/filtered_detector_top",
|
||||
"brass_casing": "create:block/brass_casing",
|
||||
"particle": "create:block/brass_casing_side",
|
||||
"1_brass_casing": "create:block/brass_casing_side",
|
||||
"end": "create:block/filtered_detector_front"
|
||||
},
|
||||
"elements": [
|
||||
|
@ -22,7 +19,7 @@
|
|||
"south": {"uv": [0, 10, 16, 16], "texture": "#8"},
|
||||
"west": {"uv": [0, 10, 16, 16], "texture": "#8"},
|
||||
"up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#9"},
|
||||
"down": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#brass_casing"}
|
||||
"down": {"uv": [0, 0, 2, 2], "rotation": 270, "texture": "#7"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -30,12 +27,12 @@
|
|||
"from": [0.9, 2, 0.9],
|
||||
"to": [15.1, 14, 15.1],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 12, 15], "rotation": 90, "texture": "#5"},
|
||||
"east": {"uv": [0, 1, 12, 15], "rotation": 90, "texture": "#5"},
|
||||
"south": {"uv": [0, 1, 12, 15], "rotation": 90, "texture": "#5"},
|
||||
"west": {"uv": [0, 1, 12, 15], "rotation": 90, "texture": "#5"},
|
||||
"up": {"uv": [0, 0, 14, 14], "rotation": 90, "texture": "#5"},
|
||||
"down": {"uv": [0, 0, 14, 14], "rotation": 270, "texture": "#5"}
|
||||
"north": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"},
|
||||
"east": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"},
|
||||
"south": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"},
|
||||
"west": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#7"},
|
||||
"up": {"uv": [0, 0, 14, 14], "rotation": 90, "texture": "#missing"},
|
||||
"down": {"uv": [0, 0, 14, 14], "rotation": 270, "texture": "#missing"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -55,12 +52,12 @@
|
|||
"from": [0, 14, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 2], "texture": "#1_brass_casing"},
|
||||
"east": {"uv": [0, 0, 16, 2], "texture": "#1_brass_casing"},
|
||||
"south": {"uv": [0, 0, 16, 2], "texture": "#1_brass_casing"},
|
||||
"west": {"uv": [0, 0, 16, 2], "texture": "#1_brass_casing"},
|
||||
"north": {"uv": [0, 6, 2.125, 6.25], "texture": "#7"},
|
||||
"east": {"uv": [0, 6, 2.125, 6.25], "texture": "#7"},
|
||||
"south": {"uv": [0, 6, 2.125, 6.25], "texture": "#7"},
|
||||
"west": {"uv": [0, 6, 2.125, 6.25], "texture": "#7"},
|
||||
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#10"},
|
||||
"down": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#brass_casing"}
|
||||
"down": {"uv": [0, 0, 2, 2], "rotation": 270, "texture": "#7"}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -74,6 +71,7 @@
|
|||
{
|
||||
"name": "stockpile_switch",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,10 +4,9 @@
|
|||
"textures": {
|
||||
"5": "create:block/creative_casing",
|
||||
"6": "create:block/creative_motor",
|
||||
"7": "create:block/gearbox",
|
||||
"8": "block/polished_andesite",
|
||||
"9": "create:block/andesite_bricks",
|
||||
"particle": "#5"
|
||||
"7": "create:block/flap_display_front",
|
||||
"particle": "create:block/creative_casing",
|
||||
"1_0": "create:block/axis"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -42,11 +41,11 @@
|
|||
"to": [11, 11, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [14, 4, 20, 10], "texture": "#6"},
|
||||
"east": {"uv": [10, 6, 16, 10], "rotation": 270, "texture": "#6"},
|
||||
"east": {"uv": [10, 6, 16, 10], "rotation": 90, "texture": "#6"},
|
||||
"south": {"uv": [10, 0, 16, 6], "texture": "#6"},
|
||||
"west": {"uv": [10, 6, 16, 10], "rotation": 90, "texture": "#6"},
|
||||
"up": {"uv": [10, 6, 16, 10], "rotation": 180, "texture": "#6"},
|
||||
"down": {"uv": [10, 6, 16, 10], "texture": "#6"}
|
||||
"west": {"uv": [10, 6, 16, 10], "rotation": 270, "texture": "#6"},
|
||||
"up": {"uv": [10, 6, 16, 10], "texture": "#6"},
|
||||
"down": {"uv": [10, 6, 16, 10], "rotation": 180, "texture": "#6"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -66,78 +65,95 @@
|
|||
"to": [12, 12, 11],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 4, 8, 14], "rotation": 180, "texture": "#5"},
|
||||
"east": {"uv": [4, 3, 12, 12], "rotation": 270, "texture": "#5"},
|
||||
"east": {"uv": [4, 3, 12, 12], "rotation": 90, "texture": "#5"},
|
||||
"south": {"uv": [3, 3, 11, 11], "rotation": 180, "texture": "#5"},
|
||||
"west": {"uv": [4, 3, 12, 12], "rotation": 90, "texture": "#5"},
|
||||
"up": {"uv": [4, 3, 12, 12], "rotation": 180, "texture": "#5"},
|
||||
"down": {"uv": [4, 3, 12, 12], "rotation": 180, "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 12, 0],
|
||||
"to": [14, 14, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [16, 10, 14, 12], "texture": "#6"},
|
||||
"east": {"uv": [6, 15, 8, 0], "rotation": 270, "texture": "#1_0"},
|
||||
"south": {"uv": [14, 12, 16, 10], "rotation": 90, "texture": "#6"},
|
||||
"west": {"uv": [8, 16, 10, 1], "rotation": 90, "texture": "#1_0"},
|
||||
"up": {"uv": [9, 0, 7, 15], "texture": "#1_0"},
|
||||
"down": {"uv": [8, 1, 6, 16], "texture": "#1_0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 12, 0],
|
||||
"to": [4, 14, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [14, 10, 16, 12], "texture": "#6"},
|
||||
"east": {"uv": [14, 0, 16, 15], "rotation": 270, "texture": "#7"},
|
||||
"south": {"uv": [14, 10, 16, 12], "rotation": 90, "texture": "#6"},
|
||||
"west": {"uv": [0, 1, 2, 16], "rotation": 270, "texture": "#7"},
|
||||
"up": {"uv": [1, 0, 16, 2], "rotation": 90, "texture": "#7"},
|
||||
"down": {"uv": [0, 14, 15, 16], "rotation": 90, "texture": "#7"}
|
||||
"north": {"uv": [16, 10, 14, 12], "texture": "#6"},
|
||||
"east": {"uv": [6, 15, 8, 0], "rotation": 270, "texture": "#1_0"},
|
||||
"south": {"uv": [14, 12, 16, 10], "rotation": 90, "texture": "#6"},
|
||||
"west": {"uv": [8, 16, 10, 1], "rotation": 90, "texture": "#1_0"},
|
||||
"up": {"uv": [9, 0, 7, 15], "texture": "#1_0"},
|
||||
"down": {"uv": [8, 1, 6, 16], "texture": "#1_0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 2, 0],
|
||||
"to": [4, 4, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [14, 12, 16, 10], "texture": "#6"},
|
||||
"east": {"uv": [16, 0, 14, 15], "rotation": 270, "texture": "#7"},
|
||||
"south": {"uv": [16, 10, 14, 12], "rotation": 90, "texture": "#6"},
|
||||
"west": {"uv": [2, 1, 0, 16], "rotation": 270, "texture": "#7"},
|
||||
"up": {"uv": [15, 14, 0, 16], "rotation": 90, "texture": "#7"},
|
||||
"down": {"uv": [16, 0, 1, 2], "rotation": 90, "texture": "#7"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 12, 0],
|
||||
"to": [14, 14, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [16, 10, 14, 12], "texture": "#6"},
|
||||
"east": {"uv": [0, 16, 2, 1], "rotation": 270, "texture": "#7"},
|
||||
"east": {"uv": [6, 15, 8, 0], "rotation": 270, "texture": "#1_0"},
|
||||
"south": {"uv": [14, 12, 16, 10], "rotation": 90, "texture": "#6"},
|
||||
"west": {"uv": [14, 15, 16, 0], "rotation": 270, "texture": "#7"},
|
||||
"up": {"uv": [1, 2, 16, 0], "rotation": 90, "texture": "#7"},
|
||||
"down": {"uv": [0, 16, 15, 14], "rotation": 90, "texture": "#7"}
|
||||
"west": {"uv": [8, 16, 10, 1], "rotation": 90, "texture": "#1_0"},
|
||||
"up": {"uv": [9, 0, 7, 15], "texture": "#1_0"},
|
||||
"down": {"uv": [8, 1, 6, 16], "texture": "#1_0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 2, 0],
|
||||
"to": [14, 4, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [16, 12, 14, 10], "texture": "#6"},
|
||||
"east": {"uv": [2, 16, 0, 1], "rotation": 270, "texture": "#7"},
|
||||
"south": {"uv": [16, 12, 14, 10], "rotation": 90, "texture": "#6"},
|
||||
"west": {"uv": [16, 15, 14, 0], "rotation": 270, "texture": "#7"},
|
||||
"up": {"uv": [15, 16, 0, 14], "rotation": 90, "texture": "#7"},
|
||||
"down": {"uv": [16, 2, 1, 0], "rotation": 90, "texture": "#7"}
|
||||
"north": {"uv": [16, 10, 14, 12], "texture": "#6"},
|
||||
"east": {"uv": [6, 15, 8, 0], "rotation": 270, "texture": "#1_0"},
|
||||
"south": {"uv": [14, 12, 16, 10], "rotation": 90, "texture": "#6"},
|
||||
"west": {"uv": [8, 16, 10, 1], "rotation": 90, "texture": "#1_0"},
|
||||
"up": {"uv": [9, 0, 7, 15], "texture": "#1_0"},
|
||||
"down": {"uv": [8, 1, 6, 16], "texture": "#1_0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 0, 3],
|
||||
"to": [15, 3, 10],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 14, 3], "texture": "#9"},
|
||||
"east": {"uv": [8, 0, 15, 3], "texture": "#9"},
|
||||
"south": {"uv": [1, 0, 15, 3], "texture": "#9"},
|
||||
"west": {"uv": [8, 0, 15, 3], "texture": "#9"},
|
||||
"up": {"uv": [1, 4, 15, 11], "texture": "#8"},
|
||||
"down": {"uv": [1, 4, 15, 11], "texture": "#8"}
|
||||
"north": {"uv": [0, 0, 14, 3], "texture": "#7"},
|
||||
"east": {"uv": [8, 0, 15, 3], "texture": "#7"},
|
||||
"south": {"uv": [1, 0, 15, 3], "texture": "#7"},
|
||||
"west": {"uv": [8, 0, 15, 3], "texture": "#7"},
|
||||
"up": {"uv": [1, 2, 8, 16], "rotation": 90, "texture": "#7"},
|
||||
"down": {"uv": [1, 4, 15, 11], "texture": "#7"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"groups": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
"display": {
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
{
|
||||
"name": "shaft",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
|
|
|
@ -4,12 +4,63 @@
|
|||
"textures": {
|
||||
"5": "create:block/creative_casing",
|
||||
"6": "create:block/creative_motor",
|
||||
"7": "create:block/gearbox",
|
||||
"8": "block/polished_andesite",
|
||||
"9": "create:block/andesite_bricks",
|
||||
"particle": "#5"
|
||||
"7": "create:block/flap_display_front",
|
||||
"particle": "create:block/creative_casing",
|
||||
"1_0": "create:block/axis"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"from": [12, 0, 2],
|
||||
"to": [14, 15, 4],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 0, 7, 15], "rotation": 180, "texture": "#1_0"},
|
||||
"east": {"uv": [6, 15, 8, 0], "texture": "#1_0"},
|
||||
"south": {"uv": [8, 1, 6, 16], "texture": "#1_0"},
|
||||
"west": {"uv": [8, 16, 10, 1], "texture": "#1_0"},
|
||||
"up": {"uv": [14, 12, 16, 10], "rotation": 90, "texture": "#6"},
|
||||
"down": {"uv": [16, 10, 14, 12], "rotation": 180, "texture": "#6"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 0, 2],
|
||||
"to": [4, 15, 4],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 0, 7, 15], "rotation": 180, "texture": "#1_0"},
|
||||
"east": {"uv": [6, 15, 8, 0], "texture": "#1_0"},
|
||||
"south": {"uv": [8, 1, 6, 16], "texture": "#1_0"},
|
||||
"west": {"uv": [8, 16, 10, 1], "texture": "#1_0"},
|
||||
"up": {"uv": [14, 12, 16, 10], "rotation": 90, "texture": "#6"},
|
||||
"down": {"uv": [16, 10, 14, 12], "rotation": 180, "texture": "#6"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 0, 12],
|
||||
"to": [4, 15, 14],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 0, 7, 15], "rotation": 180, "texture": "#1_0"},
|
||||
"east": {"uv": [6, 15, 8, 0], "texture": "#1_0"},
|
||||
"south": {"uv": [8, 1, 6, 16], "texture": "#1_0"},
|
||||
"west": {"uv": [8, 16, 10, 1], "texture": "#1_0"},
|
||||
"up": {"uv": [14, 12, 16, 10], "rotation": 90, "texture": "#6"},
|
||||
"down": {"uv": [16, 10, 14, 12], "rotation": 180, "texture": "#6"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 0, 12],
|
||||
"to": [14, 15, 14],
|
||||
"rotation": {"angle": 0, "axis": "x", "origin": [8, 8, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [9, 0, 7, 15], "rotation": 180, "texture": "#1_0"},
|
||||
"east": {"uv": [6, 15, 8, 0], "texture": "#1_0"},
|
||||
"south": {"uv": [8, 1, 6, 16], "texture": "#1_0"},
|
||||
"west": {"uv": [8, 16, 10, 1], "texture": "#1_0"},
|
||||
"up": {"uv": [14, 12, 16, 10], "rotation": 90, "texture": "#6"},
|
||||
"down": {"uv": [16, 10, 14, 12], "rotation": 180, "texture": "#6"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Back",
|
||||
"from": [3, 12, 3],
|
||||
|
@ -61,65 +112,40 @@
|
|||
"down": {"uv": [0, 4, 8, 14], "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 0, 12],
|
||||
"to": [4, 15, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 14, 16, 16], "rotation": 90, "texture": "#7"},
|
||||
"east": {"uv": [0, 0, 2, 15], "rotation": 180, "texture": "#7"},
|
||||
"south": {"uv": [0, 0, 15, 2], "rotation": 270, "texture": "#7"},
|
||||
"west": {"uv": [14, 1, 16, 16], "texture": "#7"},
|
||||
"up": {"uv": [16, 12, 14, 10], "texture": "#6"},
|
||||
"down": {"uv": [16, 12, 14, 10], "rotation": 270, "texture": "#6"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 0, 2],
|
||||
"to": [4, 15, 4],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 2, 15, 0], "rotation": 270, "texture": "#7"},
|
||||
"east": {"uv": [2, 0, 0, 15], "rotation": 180, "texture": "#7"},
|
||||
"south": {"uv": [1, 16, 16, 14], "rotation": 90, "texture": "#7"},
|
||||
"west": {"uv": [16, 1, 14, 16], "texture": "#7"},
|
||||
"up": {"uv": [16, 10, 14, 12], "texture": "#6"},
|
||||
"down": {"uv": [14, 12, 16, 10], "rotation": 270, "texture": "#6"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 0, 12],
|
||||
"to": [14, 15, 14],
|
||||
"faces": {
|
||||
"north": {"uv": [1, 16, 16, 14], "rotation": 90, "texture": "#7"},
|
||||
"east": {"uv": [16, 1, 14, 16], "texture": "#7"},
|
||||
"south": {"uv": [0, 2, 15, 0], "rotation": 270, "texture": "#7"},
|
||||
"west": {"uv": [2, 0, 0, 15], "rotation": 180, "texture": "#7"},
|
||||
"up": {"uv": [14, 12, 16, 10], "texture": "#6"},
|
||||
"down": {"uv": [16, 10, 14, 12], "rotation": 270, "texture": "#6"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 0, 2],
|
||||
"to": [14, 15, 4],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 15, 2], "rotation": 270, "texture": "#7"},
|
||||
"east": {"uv": [14, 1, 16, 16], "texture": "#7"},
|
||||
"south": {"uv": [1, 14, 16, 16], "rotation": 90, "texture": "#7"},
|
||||
"west": {"uv": [0, 0, 2, 15], "rotation": 180, "texture": "#7"},
|
||||
"up": {"uv": [14, 10, 16, 12], "texture": "#6"},
|
||||
"down": {"uv": [14, 10, 16, 12], "rotation": 270, "texture": "#6"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [3, 0.2, 3],
|
||||
"to": [13, 4, 13],
|
||||
"faces": {
|
||||
"north": {"uv": [5, 0, 15, 4], "texture": "#9"},
|
||||
"east": {"uv": [5, 0, 15, 4], "texture": "#9"},
|
||||
"south": {"uv": [5, 0, 15, 4], "texture": "#9"},
|
||||
"west": {"uv": [5, 0, 15, 4], "texture": "#9"},
|
||||
"up": {"uv": [11, 14, 1, 4], "rotation": 90, "texture": "#8"},
|
||||
"north": {"uv": [5, 0, 15, 4], "texture": "#7"},
|
||||
"east": {"uv": [5, 0, 15, 4], "texture": "#7"},
|
||||
"south": {"uv": [5, 0, 15, 4], "texture": "#7"},
|
||||
"west": {"uv": [3, 0, 13, 4], "rotation": 180, "texture": "#7"},
|
||||
"up": {"uv": [10, 10, 0, 0], "rotation": 90, "texture": "#6"},
|
||||
"down": {"uv": [10, 10, 0, 0], "rotation": 180, "texture": "#6"}
|
||||
}
|
||||
}
|
||||
],
|
||||
"display": {
|
||||
"gui": {
|
||||
"rotation": [30, 45, 0],
|
||||
"scale": [0.625, 0.625, 0.625]
|
||||
}
|
||||
},
|
||||
"groups": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
{
|
||||
"name": "shaft",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
|
@ -4,12 +4,10 @@
|
|||
"textures": {
|
||||
"5": "create:block/creative_casing",
|
||||
"6": "create:block/creative_motor",
|
||||
"7": "create:block/gearbox",
|
||||
"8": "block/polished_andesite",
|
||||
"9": "create:block/andesite_bricks",
|
||||
"7": "create:block/flap_display_front",
|
||||
"particle": "create:block/creative_casing",
|
||||
"1_0": "create:block/axis",
|
||||
"1_1": "create:block/axis_top",
|
||||
"particle": "#5"
|
||||
"1_1": "create:block/axis_top"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -75,64 +73,64 @@
|
|||
"down": {"uv": [4, 3, 12, 12], "rotation": 180, "texture": "#5"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 12, 0],
|
||||
"to": [14, 14, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [16, 10, 14, 12], "texture": "#6"},
|
||||
"east": {"uv": [6, 15, 8, 0], "rotation": 270, "texture": "#1_0"},
|
||||
"south": {"uv": [14, 12, 16, 10], "rotation": 90, "texture": "#6"},
|
||||
"west": {"uv": [8, 16, 10, 1], "rotation": 90, "texture": "#1_0"},
|
||||
"up": {"uv": [9, 0, 7, 15], "texture": "#1_0"},
|
||||
"down": {"uv": [8, 1, 6, 16], "texture": "#1_0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 12, 0],
|
||||
"to": [4, 14, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [14, 10, 16, 12], "texture": "#6"},
|
||||
"east": {"uv": [14, 1, 16, 16], "rotation": 270, "texture": "#7"},
|
||||
"south": {"uv": [14, 10, 16, 12], "rotation": 90, "texture": "#6"},
|
||||
"west": {"uv": [0, 0, 2, 15], "rotation": 270, "texture": "#7"},
|
||||
"up": {"uv": [0, 0, 15, 2], "rotation": 90, "texture": "#7"},
|
||||
"down": {"uv": [1, 14, 16, 16], "rotation": 90, "texture": "#7"}
|
||||
"north": {"uv": [16, 10, 14, 12], "texture": "#6"},
|
||||
"east": {"uv": [6, 15, 8, 0], "rotation": 270, "texture": "#1_0"},
|
||||
"south": {"uv": [14, 12, 16, 10], "rotation": 90, "texture": "#6"},
|
||||
"west": {"uv": [8, 16, 10, 1], "rotation": 90, "texture": "#1_0"},
|
||||
"up": {"uv": [9, 0, 7, 15], "texture": "#1_0"},
|
||||
"down": {"uv": [8, 1, 6, 16], "texture": "#1_0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 2, 0],
|
||||
"to": [4, 4, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [14, 12, 16, 10], "texture": "#6"},
|
||||
"east": {"uv": [16, 1, 14, 16], "rotation": 270, "texture": "#7"},
|
||||
"south": {"uv": [16, 10, 14, 12], "rotation": 90, "texture": "#6"},
|
||||
"west": {"uv": [2, 0, 0, 15], "rotation": 270, "texture": "#7"},
|
||||
"up": {"uv": [16, 14, 1, 16], "rotation": 90, "texture": "#7"},
|
||||
"down": {"uv": [15, 0, 0, 2], "rotation": 90, "texture": "#7"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 12, 0],
|
||||
"to": [14, 14, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [16, 10, 14, 12], "texture": "#6"},
|
||||
"east": {"uv": [0, 15, 2, 0], "rotation": 270, "texture": "#7"},
|
||||
"east": {"uv": [6, 15, 8, 0], "rotation": 270, "texture": "#1_0"},
|
||||
"south": {"uv": [14, 12, 16, 10], "rotation": 90, "texture": "#6"},
|
||||
"west": {"uv": [14, 16, 16, 1], "rotation": 270, "texture": "#7"},
|
||||
"up": {"uv": [0, 2, 15, 0], "rotation": 90, "texture": "#7"},
|
||||
"down": {"uv": [1, 16, 16, 14], "rotation": 90, "texture": "#7"}
|
||||
"west": {"uv": [8, 16, 10, 1], "rotation": 90, "texture": "#1_0"},
|
||||
"up": {"uv": [9, 0, 7, 15], "texture": "#1_0"},
|
||||
"down": {"uv": [8, 1, 6, 16], "texture": "#1_0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [12, 2, 0],
|
||||
"to": [14, 4, 15],
|
||||
"faces": {
|
||||
"north": {"uv": [16, 12, 14, 10], "texture": "#6"},
|
||||
"east": {"uv": [2, 15, 0, 0], "rotation": 270, "texture": "#7"},
|
||||
"south": {"uv": [16, 12, 14, 10], "rotation": 90, "texture": "#6"},
|
||||
"west": {"uv": [16, 16, 14, 1], "rotation": 270, "texture": "#7"},
|
||||
"up": {"uv": [16, 16, 1, 14], "rotation": 90, "texture": "#7"},
|
||||
"down": {"uv": [15, 2, 0, 0], "rotation": 90, "texture": "#7"}
|
||||
"north": {"uv": [16, 10, 14, 12], "texture": "#6"},
|
||||
"east": {"uv": [6, 15, 8, 0], "rotation": 270, "texture": "#1_0"},
|
||||
"south": {"uv": [14, 12, 16, 10], "rotation": 90, "texture": "#6"},
|
||||
"west": {"uv": [8, 16, 10, 1], "rotation": 90, "texture": "#1_0"},
|
||||
"up": {"uv": [9, 0, 7, 15], "texture": "#1_0"},
|
||||
"down": {"uv": [8, 1, 6, 16], "texture": "#1_0"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 0, 3],
|
||||
"to": [15, 3, 10],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 14, 3], "texture": "#9"},
|
||||
"east": {"uv": [8, 0, 15, 3], "texture": "#9"},
|
||||
"south": {"uv": [1, 0, 15, 3], "texture": "#9"},
|
||||
"west": {"uv": [8, 0, 15, 3], "texture": "#9"},
|
||||
"up": {"uv": [1, 4, 15, 11], "texture": "#8"},
|
||||
"down": {"uv": [1, 4, 15, 11], "texture": "#8"}
|
||||
"north": {"uv": [0, 0, 14, 3], "texture": "#7"},
|
||||
"east": {"uv": [8, 0, 15, 3], "texture": "#7"},
|
||||
"south": {"uv": [1, 0, 15, 3], "texture": "#7"},
|
||||
"west": {"uv": [8, 0, 15, 3], "texture": "#7"},
|
||||
"up": {"uv": [1, 2, 8, 16], "rotation": 90, "texture": "#7"},
|
||||
"down": {"uv": [1, 4, 15, 11], "texture": "#7"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -156,10 +154,21 @@
|
|||
"scale": [0.625, 0.625, 0.625]
|
||||
}
|
||||
},
|
||||
"groups": [0, 1, 2, 3, 4, 5, 6, 7, 8, 9,
|
||||
"groups": [
|
||||
0,
|
||||
1,
|
||||
2,
|
||||
3,
|
||||
4,
|
||||
5,
|
||||
6,
|
||||
7,
|
||||
8,
|
||||
9,
|
||||
{
|
||||
"name": "shaft",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": [10]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
"east": {"uv": [11, 0, 14, 8], "rotation": 180, "texture": "#direction"},
|
||||
"south": {"uv": [0, 8, 8, 16], "rotation": 180, "texture": "#direction"},
|
||||
"west": {"uv": [11, 0, 14, 8], "texture": "#direction"},
|
||||
"up": {"uv": [11, 0, 14, 7.5], "rotation": 90, "texture": "#direction"},
|
||||
"up": {"uv": [11, 0, 14, 8], "rotation": 90, "texture": "#direction"},
|
||||
"down": {"uv": [0, 8, 8, 11], "texture": "#direction"}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"textures": {
|
||||
"4": "create:block/brass_funnel_back"
|
||||
"4": "create:block/funnel/funnel_back"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
|
|
@ -1,136 +0,0 @@
|
|||
{
|
||||
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"oak_planks": "minecraft:block/oak_planks",
|
||||
"rail": "create:block/reinforced_rail_top",
|
||||
"particle": "create:block/reinforced_rail_top"
|
||||
},
|
||||
"display": {
|
||||
"gui": {
|
||||
"rotation": [ 30, 45, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 0.625, 0.625, 0.625 ]
|
||||
},
|
||||
"ground": {
|
||||
"rotation": [ 0, 0, 0 ],
|
||||
"translation": [ 0, 3, 0 ],
|
||||
"scale": [ 0.25, 0.25, 0.25 ]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [ 0, 180, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [ 0, 180, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 315, 0 ],
|
||||
"translation": [ 0, 2.5, 0 ],
|
||||
"scale": [ 0.4, 0.4, 0.4 ]
|
||||
},
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [ 75, 315, 0 ],
|
||||
"translation": [ 0, 2.5, 0 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 0, -2, 0 ],
|
||||
"to": [ 16, 1, 16 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 1, 2, 15, 1 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 1, 16, 4 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 1, 1, 16, 4 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 3 ] },
|
||||
"up": { "texture": "#rail", "uv": [ 0, 0, 16, 16 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 1, 0, 16, 16 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ -1, 0, 0 ],
|
||||
"to": [ 1, 2, 16 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 16 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 15, 0, 0 ],
|
||||
"to": [ 17, 2, 16 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 16 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 16, 7, -2 ],
|
||||
"to": [ 17, 9, 7 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 5, 11 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 9 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 16, 7, 7 ],
|
||||
"to": [ 17, 9, 18 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 12, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 11, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 11 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 11 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ -1, 7, 7 ],
|
||||
"to": [ 0, 9, 18 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 11, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 11, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 11 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 11 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ -1, 7, -2 ],
|
||||
"to": [ 0, 9, 7 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 9 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 9 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,160 +0,0 @@
|
|||
{
|
||||
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"oak_planks": "minecraft:block/oak_planks",
|
||||
"rail": "create:block/reinforced_rail_top",
|
||||
"particle": "create:block/reinforced_rail_top"
|
||||
},
|
||||
"display": {
|
||||
"gui": {
|
||||
"rotation": [ 30, 45, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 0.625, 0.625, 0.625 ]
|
||||
},
|
||||
"ground": {
|
||||
"rotation": [ 0, 0, 0 ],
|
||||
"translation": [ 0, 3, 0 ],
|
||||
"scale": [ 0.25, 0.25, 0.25 ]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [ 0, 180, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [ 0, 180, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 315, 0 ],
|
||||
"translation": [ 0, 2.5, 0 ],
|
||||
"scale": [ 0.4, 0.4, 0.4 ]
|
||||
},
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [ 75, 315, 0 ],
|
||||
"translation": [ 0, 2.5, 0 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 0, -2, 0 ],
|
||||
"to": [ 16, 1, 16 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 1, 2, 15, 1 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 1, 16, 4 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 1, 1, 16, 4 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 3 ] },
|
||||
"up": { "texture": "#rail", "uv": [ 0, 0, 16, 16 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 1, 0, 16, 16 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ -1, 0, 0 ],
|
||||
"to": [ 1, 2, 16 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 16 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 15, 0, 0 ],
|
||||
"to": [ 17, 2, 16 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 16 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 16, 7, -2 ],
|
||||
"to": [ 17, 9, 7 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 5, 11 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 9 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 16, 7, 7 ],
|
||||
"to": [ 17, 9, 18 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 12, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 11, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 11 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 11 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ -1, 7, 7 ],
|
||||
"to": [ 0, 9, 18 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 11, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 11, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 11 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 11 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ -1, 7, -2 ],
|
||||
"to": [ 0, 9, 7 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 9 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 9 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "connection_n",
|
||||
"from": [ -1, 7, 0 ],
|
||||
"to": [ 0, 9, 8 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 8, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 8 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 5, 7 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "connection_n",
|
||||
"from": [ 16, 7, 0 ],
|
||||
"to": [ 17, 9, 8 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 8, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 8, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 8 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 8 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,160 +0,0 @@
|
|||
{
|
||||
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"oak_planks": "minecraft:block/oak_planks",
|
||||
"rail": "create:block/reinforced_rail_top",
|
||||
"particle": "create:block/reinforced_rail_top"
|
||||
},
|
||||
"display": {
|
||||
"gui": {
|
||||
"rotation": [ 30, 45, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 0.625, 0.625, 0.625 ]
|
||||
},
|
||||
"ground": {
|
||||
"rotation": [ 0, 0, 0 ],
|
||||
"translation": [ 0, 3, 0 ],
|
||||
"scale": [ 0.25, 0.25, 0.25 ]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [ 0, 180, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [ 0, 180, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 315, 0 ],
|
||||
"translation": [ 0, 2.5, 0 ],
|
||||
"scale": [ 0.4, 0.4, 0.4 ]
|
||||
},
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [ 75, 315, 0 ],
|
||||
"translation": [ 0, 2.5, 0 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 0, -2, 0 ],
|
||||
"to": [ 16, 1, 16 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 1, 2, 15, 1 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 1, 16, 4 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 1, 1, 16, 4 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 3 ] },
|
||||
"up": { "texture": "#rail", "uv": [ 0, 0, 16, 16 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 1, 0, 16, 16 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ -1, 0, 0 ],
|
||||
"to": [ 1, 2, 16 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 16 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 15, 0, 0 ],
|
||||
"to": [ 17, 2, 16 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 16 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 16, 7, -2 ],
|
||||
"to": [ 17, 9, 7 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 5, 11 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 9 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 16, 7, 7 ],
|
||||
"to": [ 17, 9, 18 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 12, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 11, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 11 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 11 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ -1, 7, 7 ],
|
||||
"to": [ 0, 9, 18 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 11, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 11, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 11 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 11 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ -1, 7, -2 ],
|
||||
"to": [ 0, 9, 7 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 9 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 9 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "connection_s",
|
||||
"from": [ -1, 7, 8 ],
|
||||
"to": [ 0, 9, 16 ],
|
||||
"faces": {
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 11, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 10, 1 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 8 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 4, 7 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "connection_s",
|
||||
"from": [ 16, 7, 8 ],
|
||||
"to": [ 17, 9, 16 ],
|
||||
"faces": {
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 8, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 8, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 8 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 8 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,184 +0,0 @@
|
|||
{
|
||||
"__comment": "Model generated using MrCrayfish's Model Creator (https://mrcrayfish.com/tools?id=mc)",
|
||||
"ambientocclusion": false,
|
||||
"textures": {
|
||||
"oak_planks": "minecraft:block/oak_planks",
|
||||
"rail": "create:block/reinforced_rail_top",
|
||||
"particle": "create:block/reinforced_rail_top"
|
||||
},
|
||||
"display": {
|
||||
"gui": {
|
||||
"rotation": [ 30, 45, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 0.625, 0.625, 0.625 ]
|
||||
},
|
||||
"ground": {
|
||||
"rotation": [ 0, 0, 0 ],
|
||||
"translation": [ 0, 3, 0 ],
|
||||
"scale": [ 0.25, 0.25, 0.25 ]
|
||||
},
|
||||
"fixed": {
|
||||
"rotation": [ 0, 180, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
},
|
||||
"head": {
|
||||
"rotation": [ 0, 180, 0 ],
|
||||
"translation": [ 0, 0, 0 ],
|
||||
"scale": [ 1, 1, 1 ]
|
||||
},
|
||||
"firstperson_righthand": {
|
||||
"rotation": [ 0, 315, 0 ],
|
||||
"translation": [ 0, 2.5, 0 ],
|
||||
"scale": [ 0.4, 0.4, 0.4 ]
|
||||
},
|
||||
"thirdperson_righthand": {
|
||||
"rotation": [ 75, 315, 0 ],
|
||||
"translation": [ 0, 2.5, 0 ],
|
||||
"scale": [ 0.375, 0.375, 0.375 ]
|
||||
}
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 0, -2, 0 ],
|
||||
"to": [ 16, 1, 16 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 1, 2, 15, 1 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 1, 16, 4 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 1, 1, 16, 4 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 3 ] },
|
||||
"up": { "texture": "#rail", "uv": [ 0, 0, 16, 16 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 1, 0, 16, 16 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ -1, 0, 0 ],
|
||||
"to": [ 1, 2, 16 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 16 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 15, 0, 0 ],
|
||||
"to": [ 17, 2, 16 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 16, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 16 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 16, 7, -2 ],
|
||||
"to": [ 17, 9, 7 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 5, 11 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 9 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ 16, 7, 7 ],
|
||||
"to": [ 17, 9, 18 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 12, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 11, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 11 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 11 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ -1, 7, 7 ],
|
||||
"to": [ 0, 9, 18 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": 45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 11, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 11, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 11 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 11 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Cube",
|
||||
"from": [ -1, 7, -2 ],
|
||||
"to": [ 0, 9, 7 ],
|
||||
"rotation": { "origin": [ 8, 8, 8 ], "axis": "x", "angle": -45.0 },
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 9 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 9 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "connection_n",
|
||||
"from": [ -1, 7, 0 ],
|
||||
"to": [ 0, 9, 8 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 8, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 9, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 8 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 5, 7 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "connection_s",
|
||||
"from": [ -1, 7, 8 ],
|
||||
"to": [ 0, 9, 16 ],
|
||||
"faces": {
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 11, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 10, 1 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 2, 8 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 4, 7 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "connection_s",
|
||||
"from": [ 16, 7, 8 ],
|
||||
"to": [ 17, 9, 16 ],
|
||||
"faces": {
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 8, 2 ] },
|
||||
"south": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 8, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 8 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 8 ] }
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "connection_n",
|
||||
"from": [ 16, 7, 0 ],
|
||||
"to": [ 17, 9, 8 ],
|
||||
"faces": {
|
||||
"north": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 2 ] },
|
||||
"east": { "texture": "#oak_planks", "uv": [ 0, 0, 8, 2 ] },
|
||||
"west": { "texture": "#oak_planks", "uv": [ 0, 0, 8, 2 ] },
|
||||
"up": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 8 ] },
|
||||
"down": { "texture": "#oak_planks", "uv": [ 0, 0, 1, 8 ] }
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -3,10 +3,10 @@
|
|||
"parent": "create:block/large_wheels",
|
||||
"textures": {
|
||||
"0": "create:block/rotation_speed_controller",
|
||||
"3": "create:block/brass_funnel_plating",
|
||||
"4": "create:block/brass_gearbox",
|
||||
"5": "create:block/rotation_speed_controller_top",
|
||||
"6": "create:block/brass_block",
|
||||
"7": "create:block/funnel/brass_funnel_neutral",
|
||||
"particle": "create:block/brass_gearbox"
|
||||
},
|
||||
"elements": [
|
||||
|
@ -30,7 +30,7 @@
|
|||
"north": {"uv": [6, 6, 11, 0], "texture": "#0"},
|
||||
"east": {"uv": [0, 10, 16, 16], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 5, 6], "texture": "#0"},
|
||||
"west": {"uv": [0, 0, 8, 3], "texture": "#3"},
|
||||
"west": {"uv": [0, 0, 8, 3], "texture": "#7"},
|
||||
"up": {"uv": [0, 0, 5, 16], "texture": "#5"},
|
||||
"down": {"uv": [0, 0, 5, 16], "texture": "#6"}
|
||||
}
|
||||
|
@ -53,7 +53,7 @@
|
|||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 18, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 5, 6], "texture": "#0"},
|
||||
"east": {"uv": [0, 0, 8, 3], "texture": "#3"},
|
||||
"east": {"uv": [0, 0, 8, 3], "texture": "#7"},
|
||||
"south": {"uv": [6, 6, 11, 0], "texture": "#0"},
|
||||
"west": {"uv": [0, 10, 16, 16], "texture": "#4"},
|
||||
"up": {"uv": [11, 0, 16, 16], "texture": "#5"},
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
"parent": "block/block",
|
||||
"textures": {
|
||||
"2": "create:block/brass_casing",
|
||||
"3": "create:block/brass_casing_side",
|
||||
"4": "create:block/brass_block",
|
||||
"5": "create:block/rotation_speed_controller_bracket",
|
||||
"6": "create:block/rotation_speed_controller",
|
||||
|
@ -63,11 +62,11 @@
|
|||
"to": [13.5, 14, 4.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20, 14, -16]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"east": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"south": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"west": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"up": {"uv": [13, 9, 14, 10], "texture": "#3"},
|
||||
"north": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"east": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"south": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"west": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"up": {"uv": [13, 9, 14, 10], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 0], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
|
@ -88,11 +87,11 @@
|
|||
"to": [3.5, 14, 4.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 14, -16]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"east": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"south": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"west": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"up": {"uv": [13, 9, 14, 10], "texture": "#3"},
|
||||
"north": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"east": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"south": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"west": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"up": {"uv": [13, 9, 14, 10], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 0], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
|
@ -149,11 +148,11 @@
|
|||
"to": [13.5, 14, 12.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [20, 14, -8]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"east": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"south": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"west": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"up": {"uv": [13, 9, 14, 10], "texture": "#3"},
|
||||
"north": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"east": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"south": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"west": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"up": {"uv": [13, 9, 14, 10], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 0], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
|
@ -174,11 +173,11 @@
|
|||
"to": [3.5, 14, 12.5],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [10, 14, -8]},
|
||||
"faces": {
|
||||
"north": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"east": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"south": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"west": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#3"},
|
||||
"up": {"uv": [13, 9, 14, 10], "texture": "#3"},
|
||||
"north": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"east": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"south": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"west": {"uv": [6, 13, 14, 14], "rotation": 90, "texture": "#2"},
|
||||
"up": {"uv": [13, 9, 14, 10], "texture": "#2"},
|
||||
"down": {"uv": [0, 0, 0, 0], "texture": "#4"}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -5,10 +5,10 @@
|
|||
"0": "create:block/axis",
|
||||
"3": "create:block/axis_top",
|
||||
"4": "create:block/brass_gearbox",
|
||||
"7": "create:block/funnel/brass_funnel_neutral",
|
||||
"9": "create:block/brass_block",
|
||||
"particle": "create:block/brass_gearbox",
|
||||
"1_0": "create:block/rotation_speed_controller",
|
||||
"1_3": "create:block/brass_funnel_plating",
|
||||
"1_5": "create:block/rotation_speed_controller_top"
|
||||
},
|
||||
"elements": [
|
||||
|
@ -45,7 +45,7 @@
|
|||
"north": {"uv": [6, 6, 11, 0], "texture": "#1_0"},
|
||||
"east": {"uv": [0, 10, 16, 16], "texture": "#4"},
|
||||
"south": {"uv": [0, 0, 5, 6], "texture": "#1_0"},
|
||||
"west": {"uv": [0, 0, 8, 3], "texture": "#1_3"},
|
||||
"west": {"uv": [0, 0, 8, 3], "texture": "#7"},
|
||||
"up": {"uv": [0, 0, 5, 16], "texture": "#1_5"},
|
||||
"down": {"uv": [0, 0, 5, 16], "texture": "#9"}
|
||||
}
|
||||
|
@ -68,7 +68,7 @@
|
|||
"rotation": {"angle": 0, "axis": "y", "origin": [19, 18, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 5, 6], "texture": "#1_0"},
|
||||
"east": {"uv": [0, 0, 8, 3], "texture": "#1_3"},
|
||||
"east": {"uv": [0, 0, 8, 3], "texture": "#7"},
|
||||
"south": {"uv": [6, 6, 11, 0], "texture": "#1_0"},
|
||||
"west": {"uv": [0, 10, 16, 16], "texture": "#4"},
|
||||
"up": {"uv": [11, 0, 16, 16], "texture": "#1_5"},
|
||||
|
@ -100,10 +100,12 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"groups": [0,
|
||||
"groups": [
|
||||
0,
|
||||
{
|
||||
"name": "block",
|
||||
"origin": [8, 8, 8],
|
||||
"color": 0,
|
||||
"children": [1, 2, 3, 4, 5, 6]
|
||||
}
|
||||
]
|
||||
|
|
|
@ -3,11 +3,11 @@
|
|||
"parent": "block/block",
|
||||
"textures": {
|
||||
"1": "create:block/chute_diagonal",
|
||||
"2": "create:block/brass_funnel_plating",
|
||||
"3": "create:block/brass_block",
|
||||
"5": "create:block/brass_funnel_tall",
|
||||
"13": "create:block/chute",
|
||||
"particle": "block/hopper_outside"
|
||||
"redstone": "create:block/funnel/brass_funnel_unpowered",
|
||||
"particle": "create:block/funnel/brass_funnel_frame",
|
||||
"frame": "create:block/funnel/brass_funnel_frame",
|
||||
"direction": "create:block/funnel/brass_funnel_pull"
|
||||
},
|
||||
"elements": [
|
||||
{
|
||||
|
@ -119,64 +119,28 @@
|
|||
"down": {"uv": [9.5, 9.5, 14.5, 14.5], "texture": "#13"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 9, 0],
|
||||
"to": [2, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 22, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [7, 0, 8, 3], "texture": "#2"},
|
||||
"south": {"uv": [0, 0, 1, 3], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 8, 3], "texture": "#2"},
|
||||
"up": {"uv": [0, 0, 2, 16], "texture": "#3"},
|
||||
"down": {"uv": [0, 0, 2, 16], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 9, 0],
|
||||
"to": [14, 15, 2],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 22, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 0, 7, 3], "texture": "#2"},
|
||||
"east": {"uv": [7, 0, 8, 3], "texture": "#2"},
|
||||
"west": {"uv": [0, 0, 1, 3], "texture": "#2"},
|
||||
"up": {"uv": [0, 2, 2, 14], "rotation": 90, "texture": "#3"},
|
||||
"down": {"uv": [0, 2, 2, 14], "rotation": 270, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [2, 9, 14],
|
||||
"to": [14, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 22, 8]},
|
||||
"faces": {
|
||||
"east": {"uv": [8, 0, 7, 3], "texture": "#2"},
|
||||
"south": {"uv": [7, 0, 1, 3], "texture": "#2"},
|
||||
"west": {"uv": [1, 0, 0, 3], "texture": "#2"},
|
||||
"up": {"uv": [2, 2, 0, 14], "rotation": 90, "texture": "#3"},
|
||||
"down": {"uv": [2, 2, 0, 14], "rotation": 270, "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [14, 9, 0],
|
||||
"to": [16, 15, 16],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [8, 22, 8]},
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 1, 3], "texture": "#2"},
|
||||
"east": {"uv": [8, 0, 0, 3], "texture": "#2"},
|
||||
"south": {"uv": [7, 0, 8, 3], "texture": "#2"},
|
||||
"up": {"uv": [2, 0, 0, 16], "texture": "#3"},
|
||||
"down": {"uv": [2, 0, 0, 16], "texture": "#3"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [1, 7, 1],
|
||||
"to": [15, 9, 15],
|
||||
"rotation": {"angle": 0, "axis": "y", "origin": [21, 18, 9]},
|
||||
"faces": {
|
||||
"north": {"uv": [1, 4, 15, 6], "texture": "#5"},
|
||||
"east": {"uv": [1, 4, 15, 6], "texture": "#5"},
|
||||
"south": {"uv": [1, 4, 15, 6], "texture": "#5"},
|
||||
"west": {"uv": [1, 4, 15, 6], "texture": "#5"},
|
||||
"down": {"uv": [1, 1, 15, 15], "texture": "#3"}
|
||||
"north": {"uv": [1, 1, 3, 15], "rotation": 270, "texture": "#redstone"},
|
||||
"east": {"uv": [1, 1, 3, 15], "rotation": 270, "texture": "#redstone"},
|
||||
"south": {"uv": [1, 1, 3, 15], "rotation": 270, "texture": "#redstone"},
|
||||
"west": {"uv": [1, 1, 3, 15], "rotation": 270, "texture": "#redstone"},
|
||||
"down": {"uv": [1, 1, 15, 15], "texture": "#frame"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"from": [0, 9, 0],
|
||||
"to": [16, 15, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 8, 3], "texture": "#direction"},
|
||||
"east": {"uv": [0, 0, 8, 3], "texture": "#direction"},
|
||||
"south": {"uv": [0, 0, 8, 3], "texture": "#direction"},
|
||||
"west": {"uv": [0, 0, 8, 3], "texture": "#direction"},
|
||||
"up": {"uv": [0, 0, 16, 16], "texture": "#frame"},
|
||||
"down": {"uv": [0, 0, 16, 16], "texture": "#frame"}
|
||||
}
|
||||
}
|
||||
],
|
||||
|
@ -184,11 +148,17 @@
|
|||
{
|
||||
"name": "ChuteTop",
|
||||
"origin": [9, 16, -7],
|
||||
"color": 0,
|
||||
"children": [0, 1, 2, 3, 4]
|
||||
},
|
||||
{
|
||||
"name": "ChuteBase",
|
||||
"origin": [8, 8, -7],
|
||||
"color": 0,
|
||||
"children": [5, 6, 7, 8]
|
||||
}, 9, 10, 11, 12, 13, 14]
|
||||
},
|
||||
9,
|
||||
10,
|
||||
11
|
||||
]
|
||||
}
|
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
"credit": "Made with Blockbench",
|
||||
"parent": "create:block/smart_chute/block",
|
||||
"textures": {
|
||||
"5": "create:block/brass_funnel_tall_powered"
|
||||
"redstone": "create:block/funnel/brass_funnel_powered"
|
||||
}
|
||||
}
|
|
@ -2,12 +2,9 @@
|
|||
"credit": "Made with Blockbench",
|
||||
"parent": "block/block",
|
||||
"textures": {
|
||||
"5": "create:block/brass_casing_inner",
|
||||
"6": "create:block/brass_casing",
|
||||
"7": "create:block/filtered_detector_top",
|
||||
"8": "create:block/brass_casing_connected",
|
||||
"indicator": "create:block/indicator/0",
|
||||
"particle": "create:block/brass_casing_side",
|
||||
"brass_casing": "create:block/brass_casing_side",
|
||||
"end": "create:block/filtered_detector_front"
|
||||
},
|
||||
"elements": [
|
||||
|
@ -16,12 +13,12 @@
|
|||
"from": [0, 0, 0],
|
||||
"to": [16, 2, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 14, 16, 16], "texture": "#brass_casing"},
|
||||
"east": {"uv": [0, 14, 16, 16], "texture": "#brass_casing"},
|
||||
"south": {"uv": [0, 14, 16, 16], "texture": "#brass_casing"},
|
||||
"west": {"uv": [0, 14, 16, 16], "texture": "#brass_casing"},
|
||||
"up": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#6"},
|
||||
"down": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#6"}
|
||||
"north": {"uv": [0, 7.75, 2.125, 8], "texture": "#8"},
|
||||
"east": {"uv": [0, 7.75, 2.125, 8], "texture": "#8"},
|
||||
"south": {"uv": [0, 7.75, 2.125, 8], "texture": "#8"},
|
||||
"west": {"uv": [0, 7.75, 2.125, 8], "texture": "#8"},
|
||||
"up": {"uv": [0, 0, 2, 2], "rotation": 270, "texture": "#8"},
|
||||
"down": {"uv": [0, 0, 2, 2], "rotation": 270, "texture": "#8"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -29,12 +26,12 @@
|
|||
"from": [0, 14, 0],
|
||||
"to": [16, 16, 16],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 0, 16, 2], "texture": "#brass_casing"},
|
||||
"east": {"uv": [0, 0, 16, 2], "texture": "#brass_casing"},
|
||||
"south": {"uv": [0, 0, 16, 2], "texture": "#brass_casing"},
|
||||
"west": {"uv": [0, 0, 16, 2], "texture": "#brass_casing"},
|
||||
"north": {"uv": [0, 6, 2.125, 6.25], "texture": "#8"},
|
||||
"east": {"uv": [0, 6, 2.125, 6.25], "texture": "#8"},
|
||||
"south": {"uv": [0, 6, 2.125, 6.25], "texture": "#8"},
|
||||
"west": {"uv": [0, 6, 2.125, 6.25], "texture": "#8"},
|
||||
"up": {"uv": [0, 0, 16, 16], "rotation": 180, "texture": "#7"},
|
||||
"down": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#6"}
|
||||
"down": {"uv": [0, 0, 2, 2], "rotation": 270, "texture": "#8"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
@ -42,12 +39,25 @@
|
|||
"from": [0.9, 2, 0.9],
|
||||
"to": [15.1, 14, 15.1],
|
||||
"faces": {
|
||||
"north": {"uv": [0, 1, 12, 15], "rotation": 90, "texture": "#5"},
|
||||
"east": {"uv": [0, 1, 12, 15], "rotation": 90, "texture": "#5"},
|
||||
"south": {"uv": [0, 1, 12, 15], "rotation": 90, "texture": "#5"},
|
||||
"west": {"uv": [0, 1, 12, 15], "rotation": 90, "texture": "#5"},
|
||||
"up": {"uv": [0, 0, 14, 14], "rotation": 90, "texture": "#5"},
|
||||
"down": {"uv": [0, 0, 14, 14], "rotation": 270, "texture": "#5"}
|
||||
"north": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"},
|
||||
"east": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"},
|
||||
"south": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"},
|
||||
"west": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#8"},
|
||||
"up": {"uv": [0, 0, 14, 14], "rotation": 90, "texture": "#missing"},
|
||||
"down": {"uv": [0, 0, 14, 14], "rotation": 270, "texture": "#missing"}
|
||||
}
|
||||
},
|
||||
{
|
||||
"name": "Center",
|
||||
"from": [0.9, 2, 0.9],
|
||||
"to": [15.1, 14, 15.1],
|
||||
"faces": {
|
||||
"north": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#missing"},
|
||||
"east": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#missing"},
|
||||
"south": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#missing"},
|
||||
"west": {"uv": [12, 12.125, 13.625, 13.875], "rotation": 90, "texture": "#missing"},
|
||||
"up": {"uv": [0, 0, 14, 14], "rotation": 90, "texture": "#missing"},
|
||||
"down": {"uv": [0, 0, 14, 14], "rotation": 270, "texture": "#missing"}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Before Width: | Height: | Size: 289 B |
Before Width: | Height: | Size: 651 B |
Before Width: | Height: | Size: 224 B |
Before Width: | Height: | Size: 286 B |
Before Width: | Height: | Size: 744 B |
Before Width: | Height: | Size: 296 B |
Before Width: | Height: | Size: 492 B |
Before Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 290 B |
Before Width: | Height: | Size: 288 B |
Before Width: | Height: | Size: 239 B |
Before Width: | Height: | Size: 280 B |
Before Width: | Height: | Size: 287 B |
Before Width: | Height: | Size: 898 B |
Before Width: | Height: | Size: 242 B |
Before Width: | Height: | Size: 297 B |
Before Width: | Height: | Size: 222 B |
Before Width: | Height: | Size: 266 B |
Before Width: | Height: | Size: 254 B |
Before Width: | Height: | Size: 692 B |
Before Width: | Height: | Size: 236 B |
Before Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 256 B |
Before Width: | Height: | Size: 231 B |
Before Width: | Height: | Size: 230 B |
Before Width: | Height: | Size: 254 B |
Before Width: | Height: | Size: 244 B |
Before Width: | Height: | Size: 249 B |
Before Width: | Height: | Size: 653 B |
Before Width: | Height: | Size: 246 B |
Before Width: | Height: | Size: 436 B |
Before Width: | Height: | Size: 281 B |
Before Width: | Height: | Size: 661 B |
Before Width: | Height: | Size: 599 B |
Before Width: | Height: | Size: 509 B |
Before Width: | Height: | Size: 502 B |
Before Width: | Height: | Size: 681 B |
Before Width: | Height: | Size: 276 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 626 B |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 618 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 596 B |
Before Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 621 B |
Before Width: | Height: | Size: 2.3 KiB |
Before Width: | Height: | Size: 503 B |
Before Width: | Height: | Size: 207 B |
Before Width: | Height: | Size: 2 KiB |
Before Width: | Height: | Size: 585 B |
Before Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 600 B |
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 2.1 KiB |
Before Width: | Height: | Size: 460 B |
Before Width: | Height: | Size: 480 B |
Before Width: | Height: | Size: 392 B |