neuralgia/kubejs/data/tfg/loot_tables/blocks/dry_ice.json
2026-01-10 22:32:01 +00:00

20 lines
271 B
JSON

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