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

29 lines
664 B
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "block/chain",
"cross": "block/chain"
},
"elements": [
{
"from": [5.5, 0, 8],
"to": [10.5, 16, 8],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [3, 0, 8, 16], "texture": "#cross"},
"south": {"uv": [3, 0, 8, 16], "texture": "#cross"}
}
},
{
"from": [8, 0, 6.5],
"to": [8, 16, 9.5],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"east": {"uv": [0, 0, 3, 16], "texture": "#cross"},
"west": {"uv": [0, 0, 3, 16], "texture": "#cross"}
}
}
]
}