neuralgia/kubejs/data/tfg/loot_tables/blocks/piglin_disguise_block.json
Redeix 64c4cce30a
Update piglin_disguise_block.json (#1151)
Fixed loot table for piglin disguise

Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>
2025-06-09 22:11:34 +01:00

20 lines
279 B
JSON

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