neuralgia/kubejs/data/tfg/loot_tables/blocks/spice.json
2025-08-26 00:00:43 +01:00

20 lines
278 B
JSON

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