Files
minecraft-assets/data/minecraft/loot_tables/gameplay/fishing.json
2022-04-20 18:35:50 +00:00

41 lines
966 B
JSON

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