neuralgia/kubejs/data/minecraft/loot_tables/gameplay/fishing/fish.json
2024-03-21 21:38:43 +07:00

68 lines
No EOL
1.5 KiB
JSON

{
"type": "minecraft:fishing",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "tfc:food/cod",
"weight": 8
},
{
"type": "minecraft:item",
"name": "tfc:food/tropical_fish",
"weight": 8
},
{
"type": "minecraft:item",
"name": "tfc:food/calamari",
"weight": 8
},
{
"type": "minecraft:item",
"name": "tfc:food/shellfish",
"weight": 8
},
{
"type": "minecraft:item",
"name": "tfc:food/bluegill",
"weight": 8
},
{
"type": "minecraft:item",
"name": "tfc:food/crappie",
"weight": 8
},
{
"type": "minecraft:item",
"name": "tfc:food/lake_trout",
"weight": 8
},
{
"type": "minecraft:item",
"name": "tfc:food/largemouth_bass",
"weight": 8
},
{
"type": "minecraft:item",
"name": "tfc:food/rainbow_trout",
"weight": 8
},
{
"type": "minecraft:item",
"name": "tfc:food/salmon",
"weight": 8
},
{
"type": "minecraft:item",
"name": "tfc:food/smallmouth_bass",
"weight": 8
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:gameplay/fishing/fish"
}