Merge branch 'dev' into feature/create-6

This commit is contained in:
Pyritie 2025-06-02 22:43:49 +01:00
commit ed33568944
14 changed files with 139 additions and 59 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"
}
]
}
]
}