From 59f892186059d909d8c4da2f77034c6aa7384d67 Mon Sep 17 00:00:00 2001 From: BuildTools Date: Fri, 10 Jul 2020 00:46:38 +1000 Subject: more dungeons garbo --- items/LUCK_OF_THE_SEA.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'items/LUCK_OF_THE_SEA.json') diff --git a/items/LUCK_OF_THE_SEA.json b/items/LUCK_OF_THE_SEA.json index 0463a547..ba4f44d0 100644 --- a/items/LUCK_OF_THE_SEA.json +++ b/items/LUCK_OF_THE_SEA.json @@ -1,17 +1,17 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck of the Sea IV\",1:\"§7Increases the chance of fishing\",2:\"§7treasure by §a4%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{luck_of_the_sea:4}}}", + "displayname": "§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck of the Sea VI\",1:\"§7Increases the chance of fishing\",2:\"§7treasure by §a6%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{luck_of_the_sea:6}}}", "damage": 0, "lore": [ - "§9Luck of the Sea IV", + "§9Luck of the Sea VI", "§7Increases the chance of fishing", - "§7treasure by §a4%§7.", + "§7treasure by §a6%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", "", - "§f§lCOMMON" + "§9§lRARE" ], "recipe": { "A1": "WATER_BUCKET:1", -- cgit