Files
2023-10-11 18:28:36 +02:00

25 lines
477 B
JSON

{
"type": "minecraft:block_pile",
"config": {
"state_provider": {
"type": "minecraft:weighted_state_provider",
"entries": [
{
"data": {
"Name": "minecraft:pumpkin"
},
"weight": 19
},
{
"data": {
"Name": "minecraft:jack_o_lantern",
"Properties": {
"facing": "north"
}
},
"weight": 1
}
]
}
}
}