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

28 lines
727 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{ "ambientocclusion": false,
"textures": {
"particle": "#cross",
"cross": "#cross"
},
"elements": [
{
"from": [0.8, -16, 8],
"to": [15.2, 32, 8],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": false},
"faces": {
"north": {"uv": [0, 0, 5.3333, 16], "texture": "#cross"},
"south": {"uv": [0, 0, 5.3333, 16], "texture": "#cross"}
}
},
{
"from": [8, -16, 0.8],
"to": [8, 32, 15.2],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8], "rescale": false},
"faces": {
"east": {"uv": [0, 0, 5.3333, 16], "texture": "#cross"},
"west": {"uv": [0, 0, 5.3333, 16], "texture": "#cross"}
}
}
]
}