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

49 lines
1.2 KiB
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"ambientocclusion": false,
"textures": {
"2": "block/pumpkin_stem",
"3": "block/pumpkin_side",
"4": "block/pumpkin_top",
"particle": "block/pumpkin_stem_particle"
},
"elements": [
{
"from": [0, -1, 8],
"to": [16, 15, 8],
"shade": false,
"rotation": {"angle": -45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [2, 11.75, 4, 15.75], "texture": "#2"}
}
},
{
"from": [0, -1, 8],
"to": [16, 15, 8],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"east": {"uv": [4, 11.75, 2, 15.75], "texture": "#2"},
"south": {"uv": [4, 11.75, 2, 15.75], "texture": "#2"}
}
},
{
"from": [0, -1, 8],
"to": [16, 31, 8],
"shade": false,
"faces": {
"north": {"uv": [0, 8, 2, 16], "texture": "#2"},
"south": {"uv": [2, 8, 0, 16], "texture": "#2"}
}
},
{
"from": [-16, -0.1, -0.1],
"to": [0.1, 16.1, 16.1],
"faces": {
"north": {"uv": [0, 0, 16, 16], "rotation": 270, "texture": "#3"},
"east": {"uv": [0, 0, 16, 16], "texture": "#4"},
"south": {"uv": [0, 0, 16, 16], "rotation": 90, "texture": "#3"},
"up": {"uv": [0, 16, 16, 0], "rotation": 270, "texture": "#3"}
}
}
]
}