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

63 lines
No EOL
1.4 KiB
JSON

{
"type": "minecraft:fishing",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "tfc:plant/water_lily",
"weight": 17
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"damage": {
"type": "minecraft:uniform",
"max": 0.9,
"min": 0.0
},
"function": "minecraft:set_damage"
}
],
"name": "minecraft:leather_boots",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:leather",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:bone",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:bowl",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:stick",
"weight": 5
},
{
"type": "minecraft:item",
"name": "minecraft:tripwire_hook",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:rotten_flesh",
"weight": 10
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:gameplay/fishing/junk"
}