ploof-pack/faithless/assets/minecraft/models/block/brick_wall_side2.json

20 lines
626 B
JSON

{
"textures": {
"2": "block/brick_wall",
"particle": "block/bricks"
},
"elements": [
{
"from": [5, 0, 0],
"to": [11, 14, 16],
"faces": {
"north": {"uv": [14.5, 6.5, 16, 10], "texture": "#2", "cullface": "north"},
"east": {"uv": [10.25, 6.5, 14.25, 10], "texture": "#2"},
"south": {"uv": [8.5, 6.5, 10, 10], "texture": "#2", "cullface": "south"},
"west": {"uv": [4.25, 6.5, 8.25, 10], "texture": "#2"},
"up": {"uv": [4.25, 4.25, 8.25, 5.75], "rotation": 90, "texture": "#2"},
"down": {"uv": [10.25, 4.25, 14.25, 5.75], "rotation": 90, "texture": "#2", "cullface": "down"}
}
}
]
}