Files
minecraft-assets/data/minecraft/loot_tables/gameplay/fishing/fish.json
2018-12-21 06:38:40 +00:00

29 lines
729 B
JSON

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