egg 🥚🍳🦖🦕

This commit is contained in:
Pyritie 2025-10-12 01:01:33 +01:00
parent c1d17780d8
commit 92a47d7d1a
7 changed files with 54 additions and 11 deletions

View file

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