fishing.json
0 B
Empty File
{
"type": "minecraft:fishing",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:loot_table",
"quality": -2,
"value": "minecraft:gameplay/fishing/junk",
"weight": 10
},
{
"type": "minecraft:loot_table",
"conditions": [
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"type_specific": {
"type": "minecraft:fishing_hook",
"in_open_water": true
}
}
}
],
"quality": 2,
"value": "minecraft:gameplay/fishing/treasure",
"weight": 5
},
{
"type": "minecraft:loot_table",
"quality": -1,
"value": "minecraft:gameplay/fishing/fish",
"weight": 85
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:gameplay/fishing"
}