fix bulbkin plants not dropping seeds

This commit is contained in:
Pyritie 2025-10-28 19:50:50 +00:00
parent 503cb9e4d3
commit 7cf97960d9
2 changed files with 21 additions and 0 deletions

View file

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