diff options
Diffstat (limited to 'items/ENCHANTED_BREAD.json')
-rw-r--r-- | items/ENCHANTED_BREAD.json | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/items/ENCHANTED_BREAD.json b/items/ENCHANTED_BREAD.json index ff830a0b..b1b0116d 100644 --- a/items/ENCHANTED_BREAD.json +++ b/items/ENCHANTED_BREAD.json @@ -1,12 +1,14 @@ { "itemid": "minecraft:bread", "displayname": "§fEnchanted Bread", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7increases the speed of\",1:\"§7your minion by §a5%§7\",2:\"§7for 12 hours§7!\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fEnchanted Bread\"},ExtraAttributes:{id:\"ENCHANTED_BREAD\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§8Collection Item\",1:\"\",2:\"§7Increases the speed of\",3:\"§7your minion by §a5%§7 for 12\",4:\"§7hours§7!\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fEnchanted Bread\"},ExtraAttributes:{id:\"ENCHANTED_BREAD\"}}", "damage": 0, "lore": [ - "§7increases the speed of", - "§7your minion by §a5%§7", - "§7for 12 hours§7!", + "§7§8Collection Item", + "", + "§7Increases the speed of", + "§7your minion by §a5%§7 for 12", + "§7hours§7!", "", "§f§lCOMMON" ], @@ -23,7 +25,7 @@ }, "internalname": "ENCHANTED_BREAD", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.2.2", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Bread", |