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

62 lines
1.8 KiB
JSON

{
"credit": "Model generated using MrCrayfish's Model Creator (http://mrcrayfish.com/modelcreator/)",
"parent": "block/block",
"textures": {
"0": "create:block/andesite_casing_piston",
"1": "create:block/piston_bottom",
"2": "create:block/gearbox",
"3": "create:block/piston_inner",
"4": "create:block/andesite_casing",
"particle": "create:block/andesite_casing_piston"
},
"elements": [
{
"name": "Bottom",
"from": [0, 0, 0],
"to": [16, 2, 16],
"faces": {
"north": {"uv": [0, 14, 16, 16], "texture": "#0"},
"east": {"uv": [0, 14, 16, 16], "texture": "#0"},
"south": {"uv": [0, 14, 16, 16], "texture": "#0"},
"west": {"uv": [0, 14, 16, 16], "texture": "#0"},
"up": {"uv": [0, 0, 16, 16], "texture": "#4"},
"down": {"uv": [0, 0, 16, 16], "texture": "#1"}
}
},
{
"name": "Inner",
"from": [2, 2, 0.95],
"to": [14, 12, 15.05],
"faces": {
"north": {"uv": [2, 4, 14, 14], "texture": "#2"},
"south": {"uv": [2, 4, 14, 14], "texture": "#2"},
"up": {"uv": [2, 1, 14, 15], "texture": "#3"},
"down": {"uv": [0, 0, 12, 14], "texture": "#2"}
}
},
{
"name": "Side",
"from": [0, 2, 0],
"to": [2, 12, 16],
"faces": {
"north": {"uv": [14, 4, 16, 14], "texture": "#0"},
"east": {"uv": [0, 4, 16, 14], "texture": "#0"},
"south": {"uv": [0, 4, 2, 14], "texture": "#0"},
"west": {"uv": [0, 4, 16, 14], "texture": "#0"},
"up": {"uv": [0, 2, 16, 0], "rotation": 270, "texture": "#0"}
}
},
{
"name": "Side2",
"from": [14, 2, 0],
"to": [16, 12, 16],
"faces": {
"north": {"uv": [0, 4, 2, 14], "texture": "#0"},
"east": {"uv": [0, 4, 16, 14], "texture": "#0"},
"south": {"uv": [14, 4, 16, 14], "texture": "#0"},
"west": {"uv": [0, 4, 16, 14], "texture": "#0"},
"up": {"uv": [0, 0, 16, 2], "rotation": 270, "texture": "#0"}
}
}
]
}