Files
IMoO/loot_tables/gameplay/fishing/jungle_fish.json
T
2022-01-23 21:24:12 +03:00

19 lines
290 B
JSON

{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "item",
"name": "minecraft:fish",
"weight": 60
},
{
"type": "item",
"name": "minecraft:salmon",
"weight": 40
}
]
}
]
}