diff options
author | Linnea Gräf <nea@nea.moe> | 2024-06-06 22:00:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-06 20:00:54 +0000 |
commit | de4a67c87debeb9b9366638f3fcbbef5a57eecc3 (patch) | |
tree | e0e244740578b236b4a09304694481ab9e8b18dc /items/ENCHANTED_BREAD.json | |
parent | a69c37d72986ee0f80b75ffae8205e388f776c15 (diff) | |
download | NotEnoughUpdates-REPO-de4a67c87debeb9b9366638f3fcbbef5a57eecc3.tar.gz NotEnoughUpdates-REPO-de4a67c87debeb9b9366638f3fcbbef5a57eecc3.tar.bz2 NotEnoughUpdates-REPO-de4a67c87debeb9b9366638f3fcbbef5a57eecc3.zip |
3 (#1233)
Co-authored-by: SeRaid <77941535+SeRaid743@users.noreply.github.com>
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", |