- Added loot table to piglin disguise and updated its texture. (#1123)

- Reformated lootjs file
This commit is contained in:
Redeix 2025-06-02 16:17:52 -05:00 committed by GitHub
parent 52dcc54089
commit 6a26c9b6e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 24 additions and 4 deletions

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "tfg:piglin_disguise_block"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}