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

41 lines
964 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"parent": "block/block",
"ambientocclusion": false,
"texture_size": [16, 32],
"textures": {
"2": "block/big_dripleaf_tip",
"particle": "block/big_dripleaf_top",
"top": "block/big_dripleaf_top",
"stem": "block/big_dripleaf_stem"
},
"elements": [
{
"from": [0, -16, 12],
"to": [16, 13, 12],
"shade": false,
"faces": {
"north": {"uv": [0, 1.5, 16, 16], "texture": "#stem"},
"south": {"uv": [0, 1.5, 16, 16], "texture": "#stem"}
}
},
{
"from": [0, 15, 0],
"to": [16, 15, 16],
"shade": false,
"rotation": {"angle": -22.5, "axis": "x", "origin": [8, 15, 16]},
"faces": {
"up": {"uv": [0, 0, 16, 16], "texture": "#top"},
"down": {"uv": [16, 16, 0, 0], "texture": "#top"}
}
},
{
"from": [0, 4.86018, 1.23357],
"to": [16, 8.86018, 1.23357],
"shade": false,
"faces": {
"north": {"uv": [0, 0, 16, 4], "texture": "#2"},
"south": {"uv": [0, 0, 16, 4], "texture": "#2"}
}
}
]
}