Files
minecraft-assets/data/minecraft/loot_table/gameplay/fishing/fish.json
2024-10-09 18:32:42 +02:00

32 lines
670 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
}
],
"random_sequence": "minecraft:gameplay/fishing/fish"
}