CreateMod/src/main/resources/assets/create/models/block/mechanical_drill/block.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

78 lines
2.1 KiB
JSON

{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"4": "create:block/mechanical_drill_top",
"10": "create:block/andesite_casing_very_short",
"gearbox_top": "create:block/gearbox_top",
"particle": "create:block/gearbox",
"gearbox": "create:block/gearbox"
},
"elements": [
{
"name": "Body",
"from": [2, 0.95, 2],
"to": [14, 9.05, 14],
"faces": {
"up": {"uv": [2, 2, 14, 14], "texture": "#4"},
"down": {"uv": [2, 2, 14, 14], "rotation": 180, "texture": "#gearbox"}
}
},
{
"name": "Bottom",
"from": [0, 0, 14],
"to": [16, 10, 16],
"faces": {
"north": {"uv": [0, 6, 16, 16], "texture": "#10"},
"east": {"uv": [0, 6, 2, 16], "texture": "#10"},
"south": {"uv": [0, 6, 16, 16], "texture": "#10"},
"west": {"uv": [14, 6, 16, 16], "texture": "#10"},
"up": {"uv": [0, 14, 16, 16], "texture": "#4"},
"down": {"uv": [0, 14, 16, 16], "rotation": 180, "texture": "#gearbox_top"}
}
},
{
"name": "Top",
"from": [0, 0, 0],
"to": [16, 10, 2],
"faces": {
"north": {"uv": [0, 6, 16, 16], "texture": "#10"},
"east": {"uv": [2, 6, 0, 16], "texture": "#10"},
"south": {"uv": [0, 6, 16, 16], "texture": "#10"},
"west": {"uv": [0, 6, 2, 16], "texture": "#10"},
"up": {"uv": [0, 0, 16, 2], "texture": "#4"},
"down": {"uv": [0, 0, 16, 2], "rotation": 180, "texture": "#gearbox_top"}
}
},
{
"name": "Side",
"from": [0, 0, 2],
"to": [2, 10, 14],
"faces": {
"east": {"uv": [2, 6, 14, 16], "texture": "#10"},
"west": {"uv": [2, 6, 14, 16], "texture": "#10"},
"up": {"uv": [0, 2, 2, 14], "texture": "#4"},
"down": {"uv": [14, 2, 16, 14], "rotation": 180, "texture": "#gearbox_top"}
}
},
{
"name": "Side",
"from": [14, 0, 2],
"to": [16, 10, 14],
"faces": {
"east": {"uv": [2, 6, 14, 16], "texture": "#10"},
"west": {"uv": [2, 6, 14, 16], "texture": "#10"},
"up": {"uv": [14, 2, 16, 14], "texture": "#4"},
"down": {"uv": [0, 2, 2, 14], "rotation": 180, "texture": "#gearbox_top"}
}
}
],
"groups": [
{
"name": "casing",
"origin": [8, 8, 8],
"color": 0,
"children": [0, 1, 2, 3, 4]
}
]
}