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

41 lines
931 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"credit": "Made with Blockbench",
"parent": "block/cross_tall_down",
"ambientocclusion": false,
"texture_size": [16, 32],
"textures": {
"2": "block/pitcher_plant_2",
"particle": "block/pitcher_plant",
"1_cross": "block/pitcher_plant"
},
"elements": [
{
"from": [8, -16, 0.8],
"to": [8, 16, 15.2],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"east": {"uv": [0, 0, 16, 16], "texture": "#2"},
"west": {"uv": [16, 0, 0, 16], "texture": "#1_cross"}
}
},
{
"from": [0.8, -16, 8],
"to": [15.2, 16, 8],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 8, 8]},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#1_cross"},
"south": {"uv": [16, 0, 0, 16], "texture": "#2"}
}
}
],
"groups": [
{
"name": "cross_tall_down",
"origin": [8, 8, 8],
"color": 0,
"children": [0, 1]
}
]
}