ploof-pack/assets/minecraft/models/block/iron_bars_side_alt.json

47 lines
1.7 KiB
JSON

{
"textures": {
"particle": "block/iron_bars_model",
"iron_bars": "block/iron_bars_model"
},
"elements": [
{
"__comment": "Box2",
"from": [ 7, 7, 8 ],
"to": [ 9, 9, 16 ],
"faces": {
"down": { "uv": [ 8, 8, 16, 9 ], "texture": "#iron_bars", "rotation": 270 },
"up": { "uv": [ 8, 8, 16, 7 ], "texture": "#iron_bars", "rotation": 90 },
"north": { "uv": [ 8, 7, 9, 9 ], "texture": "#iron_bars", "cullface": "north" },
"south": { "uv": [ 16, 7, 15, 9 ], "texture": "#iron_bars", "cullface": "south" },
"west": { "uv": [ 8, 7, 16, 9 ], "texture": "#iron_bars" },
"east": { "uv": [ 16, 7, 8, 9 ], "texture": "#iron_bars" }
}
},
{
"__comment": "Box4",
"from": [ 7.5, 0, 9 ],
"to": [ 8.5, 16, 11 ],
"faces": {
"down": { "uv": [ 8, 15, 10, 16 ], "texture": "#iron_bars", "rotation": 270 },
"up": { "uv": [ 8, 1, 10, 0 ], "texture": "#iron_bars", "rotation": 90 },
"north": { "uv": [ 8, 0, 9, 16 ], "texture": "#iron_bars" },
"south": { "uv": [ 10, 16, 9, 0 ], "texture": "#iron_bars", "rotation": 180 },
"west": { "uv": [ 8, 0, 10, 16 ], "texture": "#iron_bars" },
"east": { "uv": [ 10, 0, 8, 16 ], "texture": "#iron_bars" }
}
},
{
"__comment": "Box5",
"from": [ 7.5, 0, 13 ],
"to": [ 8.5, 16, 15 ],
"faces": {
"down": { "uv": [ 12, 15, 14, 16 ], "texture": "#iron_bars", "rotation": 270 },
"up": { "uv": [ 12, 1, 14, 0 ], "texture": "#iron_bars", "rotation": 90 },
"north": { "uv": [ 12, 0, 13, 16 ], "texture": "#iron_bars" },
"south": { "uv": [ 14, 16, 13, 0 ], "texture": "#iron_bars", "rotation": 180 },
"west": { "uv": [ 12, 0, 14, 16 ], "texture": "#iron_bars" },
"east": { "uv": [ 14, 0, 12, 16 ], "texture": "#iron_bars" }
}
}
]
}