neuralgia/kubejs/data/tfg/loot_tables/blocks/ash_pile.json
2025-05-07 21:03:32 +01:00

47 lines
No EOL
726 B
JSON

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