CreateMod/src/main/resources/assets/create/models/block/sequenced_gearshift/idle.json
simibubi 9c0c058fc0 SeamsBad
- Pushed surfaces around by fractions of a pixel to cover up misaligned geometry from mc's model rendering
2023-05-15 01:12:38 +02:00

76 lines
2.1 KiB
JSON

{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"1": "create:block/brass_gearbox",
"4": "create:block/sequenced_gearshift",
"particle": "create:block/brass_gearbox"
},
"elements": [
{
"name": "Bottom",
"from": [0, 14, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 2], "texture": "#1"},
"east": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#4"},
"south": {"uv": [0, 0, 16, 2], "texture": "#1"},
"west": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#4"},
"up": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#4"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"name": "Core",
"from": [1, 2, 0.95],
"to": [15, 14, 15.05],
"faces": {
"north": {"uv": [1, 2, 15, 14], "texture": "#1"},
"south": {"uv": [1, 2, 15, 14], "texture": "#1"}
}
},
{
"name": "Top",
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#1"},
"east": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#4"},
"south": {"uv": [0, 14, 16, 16], "texture": "#1"},
"west": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#4"},
"up": {"uv": [0, 0, 16, 16], "texture": "#1"},
"down": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#4"}
}
},
{
"name": "SideWest",
"from": [0, 2, 0],
"to": [2, 14, 16],
"faces": {
"north": {"uv": [14, 2, 16, 14], "texture": "#1"},
"east": {"uv": [0, 2, 16, 14], "rotation": 180, "texture": "#1"},
"south": {"uv": [0, 2, 2, 14], "texture": "#1"},
"west": {"uv": [0, 2, 16, 14], "rotation": 180, "texture": "#4"}
}
},
{
"name": "SideEast",
"from": [14, 2, 0],
"to": [16, 14, 16],
"faces": {
"north": {"uv": [0, 2, 2, 14], "texture": "#1"},
"east": {"uv": [0, 2, 16, 14], "rotation": 180, "texture": "#4"},
"south": {"uv": [14, 2, 16, 14], "texture": "#1"},
"west": {"uv": [0, 2, 16, 14], "rotation": 180, "texture": "#1"}
}
}
],
"groups": [
{
"name": "block",
"origin": [8, 8, 8],
"color": 0,
"children": [0, 1, 2, 3, 4]
}
]
}