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

36 lines
1.3 KiB
JSON

{
"parent": "block/block",
"textures": {
"bottom": "block/pumpkin_bottom",
"side": "block/pumpkin_side",
"top": "block/pumpkin_top",
"break": "block/air",
"particle": "block/pumpkin_particle"
},
"elements": [
{
"from": [0, 0, 0],
"to": [16, 16, 16],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#side", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#top", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#bottom", "cullface": "down"}
}
},
{
"from": [-0.1, -0.1, -0.1],
"to": [16.1, 16.1, 16.1],
"faces": {
"north": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "north"},
"east": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "east"},
"south": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "south"},
"west": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "west"},
"up": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "up"},
"down": {"uv": [0, 0, 16, 16], "texture": "#break", "cullface": "down"}
}
}
]
}