neuralgia/kubejs/data/tfg/loot_tables/blocks/ash_pile.json
2025-06-07 16:05:46 +01:00

20 lines
No EOL
278 B
JSON

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