From de4a67c87debeb9b9366638f3fcbbef5a57eecc3 Mon Sep 17 00:00:00 2001 From: Linnea Gräf Date: Thu, 6 Jun 2024 22:00:54 +0200 Subject: 3 (#1233) Co-authored-by: SeRaid <77941535+SeRaid743@users.noreply.github.com> --- items/ENCHANTED_BREAD.json | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'items/ENCHANTED_BREAD.json') 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", -- cgit