minecraft-src/data/minecraft/loot_table/gameplay/panda_sneeze.json
2025-07-04 01:41:11 +03:00

20 lines
No EOL
368 B
JSON

{
"type": "minecraft:gift",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:slime_ball"
},
{
"type": "minecraft:empty",
"weight": 699
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:gameplay/panda_sneeze"
}