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

20 lines
No EOL
385 B
JSON

{
"type": "minecraft:fishing",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:name_tag"
},
{
"type": "minecraft:item",
"name": "minecraft:saddle"
}
],
"rolls": 1.0
}
],
"random_sequence": "minecraft:gameplay/fishing/treasure"
}