neuralgia/kubejs/data/tfg/loot_tables/blocks/reflector.json
Redeix 2c5658a185
Reflector block and some other fixes (#1575)
* Reflector block and some other fixes

* Updated Changelog
2025-08-10 11:39:10 +01:00

20 lines
273 B
JSON

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