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

82 lines
2.3 KiB
JSON

{
"credit": "Made with Blockbench",
"parent": "block/block",
"textures": {
"0": "create:block/contact_front",
"1": "create:block/elevator_contact_side",
"3": "create:block/rose_quartz_lamp",
"particle": "create:block/elevator_contact_side"
},
"elements": [
{
"name": "Center",
"from": [2, 0, 2],
"to": [14, 15.05, 14],
"faces": {
"up": {"uv": [2, 2, 14, 14], "texture": "#0"},
"down": {"uv": [2, 2, 14, 14], "texture": "#3"}
}
},
{
"name": "Side",
"from": [0, 0, 0],
"to": [2, 16, 16],
"faces": {
"north": {"uv": [14, 0, 16, 16], "texture": "#1"},
"east": {"uv": [0, 0, 16, 16], "texture": "#1"},
"south": {"uv": [0, 0, 2, 16], "texture": "#1"},
"west": {"uv": [0, 0, 16, 16], "texture": "#1"},
"up": {"uv": [0, 0, 2, 16], "texture": "#0"},
"down": {"uv": [0, 0, 2, 16], "texture": "#3"}
}
},
{
"name": "Side",
"from": [14, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 2, 16], "texture": "#1"},
"east": {"uv": [0, 0, 16, 16], "texture": "#1"},
"south": {"uv": [14, 0, 16, 16], "texture": "#1"},
"west": {"uv": [0, 0, 16, 16], "texture": "#1"},
"up": {"uv": [14, 0, 16, 16], "texture": "#0"},
"down": {"uv": [14, 0, 16, 16], "texture": "#3"}
}
},
{
"name": "Short Side",
"from": [2, 0, 0],
"to": [14, 16, 2],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#1"},
"south": {"uv": [2, 0, 14, 16], "texture": "#1"},
"up": {"uv": [2, 0, 14, 2], "texture": "#0"},
"down": {"uv": [2, 14, 14, 16], "texture": "#3"}
}
},
{
"name": "Short Side",
"from": [2, 0, 14],
"to": [14, 16, 16],
"faces": {
"north": {"uv": [2, 0, 14, 16], "texture": "#1"},
"south": {"uv": [2, 0, 14, 16], "texture": "#1"},
"up": {"uv": [2, 14, 14, 16], "texture": "#0"},
"down": {"uv": [2, 0, 14, 2], "texture": "#3"}
}
},
{
"name": "Contact",
"from": [6, 15, 6],
"to": [10, 16, 10],
"shade": false,
"faces": {
"north": {"uv": [6, 6, 10, 7], "rotation": 180, "texture": "#0"},
"east": {"uv": [9, 6, 10, 10], "rotation": 90, "texture": "#0"},
"south": {"uv": [9, 6, 10, 10], "rotation": 270, "texture": "#0"},
"west": {"uv": [6, 6, 10, 7], "texture": "#0"},
"up": {"uv": [6, 6, 10, 10], "texture": "#0"}
}
}
]
}