The God’s Fishing Rod has a full set of all possible enchantments for this item of the highest level (depending on the version, this is from 255 to 1000 levels!).
The commands for obtaining this fishing rod on different versions of Minecraft work differently:
TIP! How to work with commands via chat:
- Open chat via T button.
- Insert a command that starts with / and ends with square brackets ]
- Press enter and get the result.
For 1.21.x (maximum level 255!):
- /give @a fishing_rod[enchantments={luck_of_the_sea:255,lure:255,mending:1,unbreaking:255}]
For 1.20.x (maximum level 255!):
- /give @a fishing_rod[enchantments={levels:{luck_of_the_sea:255,lure:255,mending:1,unbreaking:255}}]
For 1.19.x / 1.18.x / 1.17.x (maximum level 255!):
- /give @a fishing_rod{Enchantments:[{lvl:255,id:luck_of_the_sea},{lvl:255,id:lure},{lvl:1,id:mending},{lvl:255,id:unbreaking}]}
For 1.16.x (maximum level 1000!):
- /give @a fishing_rod{Enchantments:[{lvl:1000,id:luck_of_the_sea},{lvl:1000,id:lure},{lvl:1,id:mending},{lvl:1000,id:unbreaking}]}
Be the first to comment