grandtheftmc/vice-master@f8937e1dbf1/loot_tables/gameplay/fishing.json

27 lines
738 B
JSON
Raw Normal View History

2022-09-13 00:34:05 +02:00
{
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "loot_table",
"name": "minecraft:gameplay/fishing/junk",
"weight": 10,
"quality": -2
},
{
"type": "loot_table",
"name": "minecraft:gameplay/fishing/treasure",
"weight": 5,
"quality": 2
},
{
"type": "loot_table",
"name": "minecraft:gameplay/fishing/fish",
"weight": 85,
"quality": -1
}
]
}
]
}