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

76 lines
1.9 KiB
JSON

{
"ambientocclusion": false,
"textures": {
"3": "block/cactus_parts",
"bottom": "block/cactus_bottom",
"top": "block/cactus_top",
"particle": "block/cactus_bottom",
"side": "block/cactus_side"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [0, 0, 1],
"to": [16, 16, 15],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#side"},
"south": {"uv": [0, 0, 16, 16], "texture": "#side"}
}
},
{
"from": [1, 0, 0],
"to": [15, 16, 16],
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#side"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side"}
}
},
{
"from": [4, 16, 2],
"to": [12, 16, 8],
"shade": false,
"rotation": {"angle": 22.5, "axis": "x", "origin": [8, 16, 8]},
"faces": {
"up": {"uv": [0, 0, 4, 2.5], "texture": "#3"},
"down": {"uv": [0, 0, 4, 2.5], "rotation": 180, "texture": "#3"}
}
},
{
"from": [4, 16, 8],
"to": [12, 16, 14],
"shade": false,
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 16, 8]},
"faces": {
"up": {"uv": [0, 0, 4, 2.5], "rotation": 180, "texture": "#3"},
"down": {"uv": [0, 0, 4, 2.5], "texture": "#3"}
}
},
{
"from": [8, 16, 4],
"to": [14, 16, 12],
"shade": false,
"rotation": {"angle": 22.5, "axis": "z", "origin": [8, 16, 8]},
"faces": {
"up": {"uv": [0, 0, 4, 2.5], "rotation": 90, "texture": "#3"},
"down": {"uv": [0, 0, 4, 2.5], "rotation": 90, "texture": "#3"}
}
},
{
"from": [2, 16, 4],
"to": [8, 16, 12],
"shade": false,
"rotation": {"angle": -22.5, "axis": "z", "origin": [8, 16, 8]},
"faces": {
"up": {"uv": [0, 0, 4, 2.5], "rotation": 270, "texture": "#3"},
"down": {"uv": [0, 0, 4, 2.5], "rotation": 270, "texture": "#3"}
}
}
]
}