neuralgia/kubejs/data/tfg/loot_tables/blocks/glacian_log.json
2025-09-21 17:45:43 +01:00

20 lines
No EOL
279 B
JSON

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