spit and shine part 4: tech support

added scaffolding models and textures

continued texture tweaks
This commit is contained in:
Kryppers 2022-11-01 13:11:28 +00:00
parent 29a777653c
commit b458b02c94
25 changed files with 269 additions and 265 deletions

View file

@ -2,48 +2,40 @@
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"3": "create:block/belt/belt_casing",
"3": "create:block/belt/brass_belt_casing_horizontal",
"5": "create:block/brass_casing_connected",
"6": "create:block/belt/belt_casing_2",
"7": "create:block/belt/belt_casing_3",
"6": "create:block/belt/brass_belt_casing_diagonal",
"8": "create:block/gearbox",
"particle": "create:block/brass_casing"
},
"elements": [
{
"name": "1",
"from": [0, 0, 0],
"to": [16, 11, 10],
"to": [16, 11, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]},
"faces": {
"north": {"uv": [8, 0, 16, 5.5], "texture": "#7"},
"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"},
"north": {"uv": [8, 10.5, 16, 16], "texture": "#3"},
"east": {"uv": [2, 0, 8, 5.5], "texture": "#3"},
"west": {"uv": [0, 0, 6, 5.5], "texture": "#3"},
"up": {"uv": [0, 8, 8, 14], "texture": "#3"},
"down": {"uv": [2, 0.75, 4, 2], "texture": "#5"}
}
},
{
"from": [1, 11, -0.01],
"to": [15, 3, 10],
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]},
"faces": {
"east": {"uv": [0, 0, 5, 4], "rotation": 180, "texture": "#3"},
"west": {"uv": [3, 0, 8, 4], "rotation": 180, "texture": "#3"},
"up": {"uv": [12.125, 12.75, 13.875, 14], "texture": "#5"}
}
},
{
"name": "2",
"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"}
"south": {"uv": [8, 6.5, 16, 9.5], "texture": "#3"},
"down": {"uv": [0, 5.5, 8, 9.5], "texture": "#3"}
}
},
{
"from": [1, 5, 4],
"to": [15, 11, 12],
"name": "3",
"from": [1.1, 5, 4],
"to": [14.9, 11, 12],
"rotation": {"angle": 0, "axis": "y", "origin": [16, 0, 0]},
"faces": {
"east": {"uv": [4, 5, 12, 11], "texture": "#8"},
@ -51,29 +43,18 @@
}
},
{
"name": "Top Diagonal",
"name": "4",
"from": [-0.1, 2, 11.303],
"to": [16.1, 11, 19.328],
"rotation": {"angle": 45, "axis": "x", "origin": [39, 8, 8]},
"faces": {
"north": {"uv": [8, 5.5, 16, 10], "texture": "#3"},
"north": {"uv": [8, 4.5, 16, 9], "texture": "#6"},
"east": {"uv": [11.975, 0, 16, 4.5], "texture": "#6"},
"south": {"uv": [0, 4.5, 8, 9], "texture": "#6"},
"west": {"uv": [0, 0, 4, 4.5], "texture": "#6"},
"up": {"uv": [8, 5.5, 16, 9.5], "texture": "#3"},
"up": {"uv": [8, 4.5, 16, 8.5], "texture": "#6"},
"down": {"uv": [6, 0, 8, 1], "texture": "#5"}
}
},
{
"name": "Top Diagonal",
"from": [13.05, 4, 11.303],
"to": [2.95, 11, 19.328],
"rotation": {"angle": 45, "axis": "x", "origin": [39, 8, 8]},
"faces": {
"east": {"uv": [12, 12, 12.875, 13], "rotation": 270, "texture": "#5"},
"west": {"uv": [12, 12, 12.875, 13], "rotation": 90, "texture": "#5"},
"down": {"uv": [6.375, 0, 7.625, 1], "texture": "#5"}
}
}
]
}

View file

@ -2,8 +2,7 @@
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"3": "create:block/belt/belt_casing_2",
"5": "create:block/belt/belt_casing",
"3": "create:block/belt/brass_belt_casing_diagonal",
"6": "create:block/brass_casing_connected",
"particle": "create:block/brass_casing"
},
@ -15,9 +14,9 @@
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 4.5, 8, 9], "texture": "#3"},
"east": {"uv": [8, 11.5, 13.5, 16], "texture": "#3"},
"west": {"uv": [2.5, 11.5, 8, 16], "texture": "#3"},
"up": {"uv": [8, 5.5, 16, 11], "texture": "#5"},
"east": {"uv": [14, 11.5, 8.5, 16], "texture": "#3"},
"west": {"uv": [0.5, 11.5, 6, 16], "texture": "#3"},
"up": {"uv": [8, 4.5, 16, 10], "texture": "#3"},
"down": {"uv": [6, 0, 8, 1.375], "texture": "#6"}
}
},
@ -27,34 +26,12 @@
"to": [16.1, 16.43588, 21.55162],
"rotation": {"angle": 45, "axis": "x", "origin": [8, 13.43588, 2.56412]},
"faces": {
"east": {"uv": [2.5, 11.5, 8, 16], "texture": "#3"},
"east": {"uv": [6, 11.5, 0.5, 16], "texture": "#3"},
"south": {"uv": [0, 4.5, 8, 9], "texture": "#3"},
"west": {"uv": [8, 11.5, 13.5, 16], "texture": "#3"},
"up": {"uv": [8, 5.5, 16, 11], "rotation": 180, "texture": "#5"},
"west": {"uv": [8.5, 11.5, 14, 16], "texture": "#3"},
"up": {"uv": [8, 4.5, 16, 10], "texture": "#3"},
"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"}
}
}
]
}

View file

@ -2,16 +2,16 @@
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"3": "create:block/belt/belt_casing_2",
"5": "create:block/belt/belt_casing",
"3": "create:block/belt/brass_belt_casing_diagonal",
"6": "create:block/brass_casing_connected",
"7": "create:block/belt/belt_casing_3",
"7": "create:block/belt/brass_belt_casing_sideways",
"8": "create:block/gearbox",
"9": "create:block/belt/brass_belt_casing_horizontal",
"particle": "create:block/brass_casing"
},
"elements": [
{
"name": "Top Diagonal",
"name": "1",
"from": [-0.1, 2, -3.325],
"to": [16.1, 11, 7.9875],
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
@ -19,12 +19,12 @@
"north": {"uv": [0, 4.5, 8, 9], "texture": "#3"},
"east": {"uv": [8, 0, 13.5, 4.5], "texture": "#3"},
"west": {"uv": [2.5, 0, 8, 4.5], "texture": "#3"},
"up": {"uv": [8, 4.5, 16, 10], "texture": "#3"},
"up": {"uv": [0, 6.5, 8, 12], "texture": "#9"},
"down": {"uv": [6, 0, 8, 1.375], "texture": "#6"}
}
},
{
"name": "Top Diagonal",
"name": "2",
"from": [-0.1, 7.43588, 10.23912],
"to": [16.1, 16.43588, 21.55162],
"rotation": {"angle": 45, "axis": "x", "origin": [8, 13.43588, 2.56412]},
@ -32,23 +32,23 @@
"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"},
"up": {"uv": [0, 6.5, 8, 12], "rotation": 180, "texture": "#9"},
"down": {"uv": [6, 0.25, 8, 1.625], "texture": "#6"}
}
},
{
"name": "Top Diagonal",
"name": "3",
"from": [-0.1, 11, 3.85],
"to": [16.1, 5, 12.15],
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [8, 4.5, 16, 7.5], "texture": "#3"},
"south": {"uv": [8, 4.5, 16, 7.5], "texture": "#3"},
"up": {"uv": [8, 5.5, 16, 9.5], "texture": "#5"}
"north": {"uv": [8, 6.5, 16, 9.5], "rotation": 180, "texture": "#9"},
"south": {"uv": [8, 6.5, 16, 9.5], "rotation": 180, "texture": "#9"},
"up": {"uv": [0, 5.5, 8, 9.5], "texture": "#9"}
}
},
{
"name": "Top Diagonal",
"name": "4",
"from": [0.9, 5, 3.85],
"to": [15.1, 11, 12.15],
"rotation": {"angle": 45, "axis": "x", "origin": [8, 8, 8]},
@ -58,32 +58,11 @@
}
},
{
"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"}
}
},
{
"name": "5",
"from": [0, 0, 0],
"to": [16, 8, 8],
"faces": {
"north": {"uv": [6, 0.25, 8, 1.25], "texture": "#6"},
"north": {"uv": [6, 0.125, 8, 1.125], "rotation": 180, "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"}

View file

@ -2,80 +2,57 @@
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"3": "create:block/belt/belt_casing",
"4": "create:block/belt/brass_belt_casing_horizontal",
"5": "create:block/brass_casing_connected",
"6": "create:block/belt/belt_casing_2",
"7": "create:block/belt/belt_casing_3",
"6": "create:block/belt/brass_belt_casing_diagonal",
"8": "create:block/gearbox",
"particle": "create:block/brass_casing"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 11, 16],
"rotation": {"angle": 0, "axis": "y", "origin": [-15, 0, 0]},
"faces": {
"north": {"uv": [6, 0, 8, 1.375], "texture": "#5"},
"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"}
}
},
{
"from": [1, 11, 0],
"to": [15, 3, 16.01],
"rotation": {"angle": 0, "axis": "y", "origin": [-15, 0, 0]},
"faces": {
"east": {"uv": [0, 0, 8, 4], "rotation": 180, "texture": "#3"},
"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": "1",
"from": [-0.1, 2, -3.325],
"to": [16.1, 11, 4.7],
"rotation": {"angle": 45, "axis": "x", "origin": [-22, 8, 8]},
"faces": {
"north": {"uv": [0, 4.5, 8, 9], "texture": "#6"},
"east": {"uv": [0, 0, 4, 4.5], "texture": "#6"},
"south": {"uv": [8, 5.5, 16, 10], "texture": "#3"},
"south": {"uv": [0, 5.5, 8, 10], "rotation": 180, "texture": "#4"},
"west": {"uv": [12, 0, 16, 4.5], "texture": "#6"},
"up": {"uv": [8, 5.5, 16, 9.5], "rotation": 180, "texture": "#3"},
"up": {"uv": [0, 6, 8, 10], "texture": "#4"},
"down": {"uv": [6, 0, 8, 1], "texture": "#5"}
}
},
{
"name": "Top Diagonal",
"from": [13.05, 4, -3.325],
"to": [2.95, 11, 4.7],
"rotation": {"angle": 45, "axis": "x", "origin": [24, 8, 8]},
"name": "2",
"from": [0, 0, 0],
"to": [16, 11, 16],
"faces": {
"east": {"uv": [12.125, 12.25, 13, 13.25], "rotation": 270, "texture": "#5"},
"west": {"uv": [12, 12.25, 12.875, 13.25], "rotation": 90, "texture": "#5"},
"down": {"uv": [6.375, 0.25, 7.625, 1.25], "texture": "#5"}
"north": {"uv": [6, 0, 8, 1.375], "texture": "#5"},
"east": {"uv": [0, 0, 8, 5.5], "texture": "#4"},
"south": {"uv": [8, 10.5, 16, 16], "texture": "#4"},
"west": {"uv": [0, 0, 8, 5.5], "texture": "#4"},
"up": {"uv": [0, 8, 8, 16], "texture": "#4"},
"down": {"uv": [2, 0, 4, 2], "rotation": 180, "texture": "#5"}
}
},
{
"name": "3",
"from": [0, 5, 12],
"to": [16, 11, 4],
"faces": {
"north": {"uv": [8, 6.5, 16, 9.5], "texture": "#4"},
"south": {"uv": [8, 6.5, 16, 9.5], "texture": "#4"},
"down": {"uv": [0, 5.5, 8, 9.5], "texture": "#4"}
}
},
{
"name": "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"}
}
}
]

View file

@ -2,58 +2,43 @@
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"3": "create:block/belt/belt_casing",
"4": "create:block/belt/belt_casing_3",
"5": "create:block/brass_casing_connected",
"6": "create:block/belt/brass_belt_casing_horizontal",
"8": "create:block/gearbox",
"particle": "create:block/brass_casing"
},
"elements": [
{
"name": "1",
"from": [0, 0, 0],
"to": [16, 11, 16],
"faces": {
"north": {"uv": [8, 0, 16, 5.5], "texture": "#4"},
"east": {"uv": [0, 0, 8, 5.5], "texture": "#3"},
"south": {"uv": [8, 0, 16, 5.5], "texture": "#4"},
"west": {"uv": [0, 0, 8, 5.5], "texture": "#3"},
"up": {"uv": [0, 8, 8, 16], "texture": "#3"},
"north": {"uv": [8, 10.5, 16, 16], "texture": "#6"},
"east": {"uv": [0, 0, 8, 5.5], "texture": "#6"},
"south": {"uv": [8, 10.5, 16, 16], "texture": "#6"},
"west": {"uv": [0, 0, 8, 5.5], "texture": "#6"},
"up": {"uv": [0, 8, 8, 16], "texture": "#6"},
"down": {"uv": [2, 0, 4, 2], "rotation": 180, "texture": "#5"}
}
},
{
"name": "2",
"from": [0, 5, 12],
"to": [16, 11, 4],
"faces": {
"north": {"uv": [8, 13, 16, 16], "rotation": 180, "texture": "#3"},
"south": {"uv": [8, 13, 16, 16], "rotation": 180, "texture": "#3"},
"down": {"uv": [8, 8, 16, 12], "texture": "#3"}
"north": {"uv": [8, 6.5, 16, 9.5], "texture": "#6"},
"south": {"uv": [8, 6.5, 16, 9.5], "texture": "#6"},
"down": {"uv": [0, 5.5, 8, 9.5], "texture": "#6"}
}
},
{
"name": "3",
"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"}
}
}
]
}

View file

@ -2,39 +2,22 @@
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"2": "create:block/belt/belt_casing",
"4": "create:block/brass_casing_connected",
"5": "create:block/belt/belt_casing_3",
"6": "create:block/belt/brass_belt_casing_horizontal",
"particle": "create:block/brass_casing"
},
"elements": [
{
"name": "1",
"from": [0, 0, 0],
"to": [16, 11, 16],
"faces": {
"north": {"uv": [8, 0, 16, 5.5], "texture": "#5"},
"east": {"uv": [8, 0, 16, 5.5], "texture": "#2"},
"south": {"uv": [8, 0, 16, 5.5], "texture": "#5"},
"west": {"uv": [8, 0, 16, 5.5], "texture": "#2"},
"up": {"uv": [8, 6, 16, 14], "texture": "#2"},
"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"}
"north": {"uv": [8, 10.5, 16, 16], "texture": "#6"},
"east": {"uv": [8, 0, 16, 5.5], "texture": "#6"},
"south": {"uv": [8, 10.5, 16, 16], "texture": "#6"},
"west": {"uv": [8, 0, 16, 5.5], "texture": "#6"},
"up": {"uv": [0, 5.5, 8, 9.5], "texture": "#6"},
"down": {"uv": [6, 0, 8, 2], "rotation": 180, "texture": "#4"}
}
}
]

View file

@ -2,58 +2,43 @@
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"3": "create:block/belt/belt_casing",
"4": "create:block/belt/belt_casing_3",
"5": "create:block/brass_casing_connected",
"6": "create:block/belt/brass_belt_casing_horizontal",
"8": "create:block/gearbox",
"particle": "create:block/brass_casing"
},
"elements": [
{
"name": "1",
"from": [0, 0, 0],
"to": [16, 11, 16],
"faces": {
"north": {"uv": [8, 0, 16, 5.5], "texture": "#4"},
"east": {"uv": [0, 0, 8, 5.5], "texture": "#3"},
"south": {"uv": [8, 0, 16, 5.5], "texture": "#4"},
"west": {"uv": [0, 0, 8, 5.5], "texture": "#3"},
"up": {"uv": [0, 8, 8, 16], "texture": "#3"},
"down": {"uv": [2, 0, 4, 2], "rotation": 180, "texture": "#5"}
"north": {"uv": [8, 10.5, 16, 16], "texture": "#6"},
"east": {"uv": [0, 0, 8, 5.5], "texture": "#6"},
"south": {"uv": [8, 10.5, 16, 16], "texture": "#6"},
"west": {"uv": [0, 0, 8, 5.5], "texture": "#6"},
"up": {"uv": [0, 8, 8, 16], "texture": "#6"},
"down": {"uv": [6, 0, 8, 2], "rotation": 180, "texture": "#5"}
}
},
{
"name": "2",
"from": [0, 5, 12],
"to": [16, 11, 4],
"faces": {
"north": {"uv": [8, 6, 16, 9], "rotation": 180, "texture": "#3"},
"south": {"uv": [8, 6, 16, 9], "rotation": 180, "texture": "#3"},
"down": {"uv": [8, 6, 16, 10], "texture": "#3"}
"north": {"uv": [8, 6.5, 16, 9.5], "texture": "#6"},
"south": {"uv": [8, 6.5, 16, 9.5], "texture": "#6"},
"down": {"uv": [0, 5.5, 8, 9.5], "texture": "#6"}
}
},
{
"name": "3",
"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"}
}
}
]
}

View file

@ -2,58 +2,43 @@
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"3": "create:block/belt/belt_casing",
"4": "create:block/belt/belt_casing_3",
"5": "create:block/brass_casing_connected",
"6": "create:block/belt/brass_belt_casing_horizontal",
"8": "create:block/gearbox",
"particle": "create:block/brass_casing"
},
"elements": [
{
"name": "1",
"from": [0, 0, 0],
"to": [16, 11, 16],
"faces": {
"north": {"uv": [8, 0, 16, 5.5], "texture": "#4"},
"east": {"uv": [0, 0, 8, 5.5], "texture": "#3"},
"south": {"uv": [8, 0, 16, 5.5], "texture": "#4"},
"west": {"uv": [0, 0, 8, 5.5], "texture": "#3"},
"up": {"uv": [0, 8, 8, 16], "texture": "#3"},
"down": {"uv": [2, 0, 4, 2], "rotation": 180, "texture": "#5"}
"north": {"uv": [8, 10.5, 16, 16], "texture": "#6"},
"east": {"uv": [0, 0, 8, 5.5], "texture": "#6"},
"south": {"uv": [8, 10.5, 16, 16], "texture": "#6"},
"west": {"uv": [0, 0, 8, 5.5], "texture": "#6"},
"up": {"uv": [0, 8, 8, 16], "texture": "#6"},
"down": {"uv": [4, 0, 6, 2], "rotation": 180, "texture": "#5"}
}
},
{
"name": "2",
"from": [0, 5, 12],
"to": [16, 11, 4],
"faces": {
"north": {"uv": [8, 6, 16, 9], "rotation": 180, "texture": "#3"},
"south": {"uv": [8, 6, 16, 9], "rotation": 180, "texture": "#3"},
"down": {"uv": [8, 6, 16, 10], "texture": "#3"}
"north": {"uv": [8, 6.5, 16, 9.5], "texture": "#6"},
"south": {"uv": [8, 6.5, 16, 9.5], "texture": "#6"},
"down": {"uv": [0, 5.5, 8, 9.5], "texture": "#6"}
}
},
{
"name": "3",
"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"}
}
}
]
}

View file

@ -0,0 +1,30 @@
{
"credit": "Made with Blockbench",
"textures": {
"side": "create:block/scaffold/brass_scaffold",
"top": "create:block/brass_casing_connected",
"particle": "create:block/brass_casing"
},
"elements": [
{
"from": [0, 8, 0],
"to": [16, 16, 16],
"faces": {
"east": {"uv": [16, 8, 8, 12], "texture": "#side"},
"south": {"uv": [0, 0, 8, 4], "texture": "#side"},
"west": {"uv": [8, 8, 16, 12], "texture": "#side"},
"up": {"uv": [2, 0, 4, 2], "texture": "#top"}
}
},
{
"from": [16, 8, 0],
"to": [0, 16, 16],
"faces": {
"east": {"uv": [16, 8, 8, 12], "texture": "#side"},
"south": {"uv": [0, 0, 8, 4], "texture": "#side"},
"west": {"uv": [8, 8, 16, 12], "texture": "#side"},
"up": {"uv": [2, 0, 4, 2], "texture": "#top"}
}
}
]
}

View file

@ -0,0 +1,28 @@
{
"credit": "Made with Blockbench",
"textures": {
"side": "create:block/scaffold/brass_scaffold",
"top": "create:block/brass_casing_connected",
"particle": "create:block/brass_casing"
},
"elements": [
{
"from": [0, 8, 0],
"to": [16, 16, 16],
"faces": {
"east": {"uv": [8, 8, 0, 12], "texture": "#side"},
"west": {"uv": [0, 8, 8, 12], "texture": "#side"},
"up": {"uv": [6, 0, 8, 2], "texture": "#top"}
}
},
{
"from": [16, 8, 0],
"to": [0, 16, 16],
"faces": {
"east": {"uv": [8, 8, 0, 12], "texture": "#side"},
"west": {"uv": [0, 8, 8, 12], "texture": "#side"},
"up": {"uv": [6, 0, 8, 2], "texture": "#top"}
}
}
]
}

View file

@ -0,0 +1,32 @@
{
"credit": "Made with Blockbench",
"textures": {
"side": "create:block/scaffold/brass_scaffold",
"top": "create:block/brass_casing_connected",
"particle": "create:block/brass_casing"
},
"elements": [
{
"from": [0, 8, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 8, 4], "texture": "#side"},
"east": {"uv": [8, 0, 0, 4], "texture": "#side"},
"south": {"uv": [0, 0, 8, 4], "texture": "#side"},
"west": {"uv": [0, 0, 8, 4], "texture": "#side"},
"up": {"uv": [0, 0, 2, 2], "texture": "#top"}
}
},
{
"from": [16, 8, 0],
"to": [0, 16, 16],
"faces": {
"north": {"uv": [0, 0, 8, 4], "texture": "#side"},
"east": {"uv": [8, 0, 0, 4], "texture": "#side"},
"south": {"uv": [0, 0, 8, 4], "texture": "#side"},
"west": {"uv": [0, 0, 8, 4], "texture": "#side"},
"up": {"uv": [0, 0, 2, 2], "texture": "#top"}
}
}
]
}

View file

@ -0,0 +1,30 @@
{
"credit": "Made with Blockbench",
"textures": {
"side": "create:block/scaffold/brass_scaffold",
"top": "create:block/brass_casing_connected",
"particle": "create:block/brass_casing"
},
"elements": [
{
"from": [0, 8, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 8, 4], "texture": "#side"},
"east": {"uv": [16, 0, 8, 4], "texture": "#side"},
"west": {"uv": [8, 0, 16, 4], "texture": "#side"},
"up": {"uv": [4, 0, 6, 2], "texture": "#top"}
}
},
{
"from": [16, 8, 0],
"to": [0, 16, 16],
"faces": {
"north": {"uv": [0, 0, 8, 4], "texture": "#side"},
"east": {"uv": [16, 0, 8, 4], "texture": "#side"},
"west": {"uv": [8, 0, 16, 4], "texture": "#side"},
"up": {"uv": [4, 0, 6, 2], "texture": "#top"}
}
}
]
}

View file

@ -0,0 +1,32 @@
{
"credit": "Made with Blockbench",
"textures": {
"side": "create:block/scaffold/brass_scaffold",
"top": "create:block/funnel/brass_funnel_frame",
"particle": "create:block/brass_casing"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 8, 8], "texture": "#side"},
"east": {"uv": [0, 0, 8, 8], "texture": "#side"},
"south": {"uv": [0, 0, 8, 8], "texture": "#side"},
"west": {"uv": [0, 0, 8, 8], "texture": "#side"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top"}
}
},
{
"from": [0, 0, 16],
"to": [16, 16, 0],
"faces": {
"north": {"uv": [0, 0, 8, 8], "texture": "#side"},
"east": {"uv": [0, 0, 8, 8], "texture": "#side"},
"south": {"uv": [0, 0, 8, 8], "texture": "#side"},
"west": {"uv": [0, 0, 8, 8], "texture": "#side"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top"}
}
}
]
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 846 B

After

Width:  |  Height:  |  Size: 3.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 585 B

After

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 797 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.6 KiB

After

Width:  |  Height:  |  Size: 399 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 418 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 660 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 550 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.2 KiB