neuralgia/kubejs/data/tfg/loot_tables/blocks/grass/sangnum_mycelium.json
2025-07-24 12:03:09 +01:00

20 lines
No EOL
278 B
JSON

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