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

42 lines
964 B
JSON

{
"ambientocclusion": false,
"textures": {
"0": "block/iron_bars",
"1": "block/iron_bars_top",
"particle": "block/iron_bars"
},
"elements": [
{
"from": [8, 0, 8],
"to": [16, 16, 8],
"faces": {
"north": {"uv": [0, 0, 8, 16], "texture": "#0"},
"south": {"uv": [8, 0, 16, 16], "texture": "#0"}
}
},
{
"from": [9, 0, 7],
"to": [16, 16, 9],
"faces": {
"up": {"uv": [9, 0, 7, 7], "rotation": 90, "texture": "#1", "cullface": "up"},
"down": {"uv": [9, 9, 7, 16], "rotation": 270, "texture": "#1", "cullface": "down"}
}
},
{
"from": [7, 0, 0],
"to": [9, 16, 16],
"faces": {
"up": {"uv": [7, 0, 9, 16], "texture": "#1", "cullface": "up"},
"down": {"uv": [7, 0, 9, 16], "texture": "#1", "cullface": "down"}
}
},
{
"from": [8, 0, 0],
"to": [8, 16, 16],
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#0"},
"west": {"uv": [0, 0, 16, 16], "texture": "#0"}
}
}
]
}