minecraft-src/data/minecraft/loot_table/spawners/trial_chamber/key.json
2025-07-04 01:41:11 +03:00

16 lines
No EOL
291 B
JSON

{
"type": "minecraft:chest",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:trial_key"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:spawners/trial_chamber/key"
}