neuralgia/kubejs/data/minecraft/loot_tables/blocks/sniffer_egg.json
Pyritie 92a47d7d1a egg 🥚🍳🦖🦕
2025-10-12 01:01:33 +01:00

20 lines
No EOL
274 B
JSON

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