minecraft-assets/assets/minecraft/loot_tables/gameplay/fishing.json

27 lines
738 B
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:gameplay/fishing/junk",
"weight": 10,
"quality": -2
},
{
"type": "loot_table",
"name": "minecraft:gameplay/fishing/treasure",
"weight": 5,
"quality": 2
},
{
"type": "loot_table",
"name": "minecraft:gameplay/fishing/fish",
"weight": 85,
"quality": -1
}
]
}
]
}