ploof-pack/faithless/assets/minecraft/blockstates/jack_o_lantern.json

20 lines
674 B
JSON
Raw Normal View History

2023-12-06 21:06:52 -05:00
{
"variants": {
"facing=east": [
{ "model": "minecraft:block/jack_o_lantern", "y": 90, "weight": 8 },
{ "model": "minecraft:block/jack_o_lantern_2", "y": 90, "weight": 1 }
],
"facing=north": [
{ "model": "minecraft:block/jack_o_lantern", "weight": 8 },
{ "model": "minecraft:block/jack_o_lantern_2", "weight": 1 }
],
"facing=south": [
{ "model": "minecraft:block/jack_o_lantern", "y": 180, "weight": 8 },
{ "model": "minecraft:block/jack_o_lantern_2", "y": 180, "weight": 1 }
],
"facing=west": [
{ "model": "minecraft:block/jack_o_lantern", "y": 270, "weight": 8 },
{ "model": "minecraft:block/jack_o_lantern_2", "y": 270, "weight": 1 }
]
}
}