minecraft-assets/assets/minecraft/models/block/pitcher_plant_bottom.json

40 lines
1.3 KiB
JSON

{
"ambientocclusion": false,
"textures": {
"particle": "block/pitcher_crop_bottom_stage_4",
"bottom": "block/pitcher_crop_bottom_stage_4"
},
"elements": [
{
"name": "pitcher_plant_bottom",
"from": [8, -5, 0],
"to": [8, 11, 16],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 3, 8]},
"faces": {
"north": {"uv": [0, 0, 0, 16], "texture": "#bottom"},
"east": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
"south": {"uv": [0, 0, 0, 16], "texture": "#bottom"},
"west": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
"up": {"uv": [0, 0, 16, 0], "rotation": 90, "texture": "#bottom"},
"down": {"uv": [0, 0, 16, 0], "rotation": 270, "texture": "#bottom"}
}
},
{
"name": "pitcher_plant_bottom",
"from": [0, -5, 8],
"to": [16, 11, 8],
"shade": false,
"rotation": {"angle": 45, "axis": "y", "origin": [8, 3, 8]},
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
"east": {"uv": [0, 0, 0, 16], "texture": "#bottom"},
"south": {"uv": [0, 0, 16, 16], "texture": "#bottom"},
"west": {"uv": [0, 0, 0, 16], "texture": "#bottom"},
"up": {"uv": [0, 0, 16, 0], "texture": "#bottom"},
"down": {"uv": [0, 0, 16, 0], "texture": "#bottom"}
}
}
]
}