Data Packs Adventure

Fishing drops op items

  • 5.7k views 0 today
  • save_alt 1k downloads
Compatibility
Minecraft 1.16
Changes include
  • Loot Tables
  • 5
  • 2
  • 4
GOODMAKER
Lvl 28Expert Miner
16
FIshing drop op items It drops random items like Diamond blocks or netherite and if it doesn't work please contact me I will be happy to fix it
if u want to the script for it here it is
{
"type": "minecraft:fishing",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:diamond_block",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 64
}
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:iron_block",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 64
}
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:obsidian",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 64
}
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:netherite_block",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 64
}
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:oak_log",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 64
}
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:gold_block",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 64
}
}
]
},
{
"type": "minecraft:item",
"name": "minecraft:book",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 64
}
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:shulker_shell",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 64
}
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:villager_spawn_egg",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 64
}
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:golden_apple",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 64
}
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:enchanted_golden_apple",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 64
}
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:experience_bottle",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 64
}
}
]
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:elytra"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:totem_of_undying"
},
{
"type": "minecraft:item",
"weight": 1,
"name": "minecraft:emerald_block",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1,
"max": 64
}
}
]
}
]
}
]
}
Enjoy!

More like this

  Have something to say?

Technopathic759
05/05/2021 2:56 am
Level 39 : Artisan Mage
i downloaded it, it doesn't appears at all
1
vipbest
04/28/2021 1:42 am
Level 1 : New Miner
i wish there was a button to dislike datapacks bcz this doesnt even show up
1
AASHWIN
04/12/2021 2:19 pm
Level 1 : New Miner
I'm trying to use this datapack in 1.16.5 but it doesnt work. It doesnt even show up in the datapack folder.
1
TheLastShadow
04/05/2021 3:03 pm
Level 1 : New Miner
I'm trying to use the data pack on 1.16.5 but it won't show up in the datapack folder. I've been doing everything correctly but nothing works.
2

Welcome