neuralgia/kubejs/data/minecraft/loot_tables/blocks/mushroom_stem.json
Pyritie 468d1d0e01 added mars trees to the tree chop mod
loot tables for mars "leaves", recipes for plant balls/biomass
2025-10-04 23:59:19 +01:00

20 lines
No EOL
282 B
JSON

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