neuralgia/kubejs/data/betterend/loot_tables/blocks/cave_pumpkin_wild.json
2025-10-28 19:50:50 +00:00

20 lines
No EOL
293 B
JSON

{
"type": "minecraft:block",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "betterend:cave_pumpkin_plant_seeds"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}