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

31 lines
614 B
JSON

{
"type": "minecraft:fishing",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:cod",
"weight": 60
},
{
"type": "minecraft:item",
"name": "minecraft:salmon",
"weight": 25
},
{
"type": "minecraft:item",
"name": "minecraft:tropical_fish",
"weight": 2
},
{
"type": "minecraft:item",
"name": "minecraft:pufferfish",
"weight": 13
}
],
"rolls": 1.0
}
]
}