From 86f5b4fee5c94ab672dd465f2445afc1b733f23a Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Wed, 5 Oct 2022 17:52:41 +0200 Subject: Fixed a few items (#836) * Fixed Bookshelf * Fixed Flares * Fixed Zombie Pets * Fixed Coal Block --- items/ENCHANTED_BOOKSHELF.json | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'items/ENCHANTED_BOOKSHELF.json') diff --git a/items/ENCHANTED_BOOKSHELF.json b/items/ENCHANTED_BOOKSHELF.json index 54b65f26..e878e7df 100644 --- a/items/ENCHANTED_BOOKSHELF.json +++ b/items/ENCHANTED_BOOKSHELF.json @@ -1,16 +1,17 @@ { "itemid": "minecraft:bookshelf", "displayname": "§aEnchanted Bookshelf", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Place near an §9Enchantment\",1:\"§9Table to provide Bookshelf\",2:\"§7Power. The higher the Bookshelf\",3:\"§7Power, the more enchantments are\",4:\"§7available.\",5:\"\",6:\"§7Bookshelf Power: §915\",7:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Bookshelf\"},ExtraAttributes:{id:\"ENCHANTED_BOOKSHELF\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7§7Place near an §9Enchantment\",1:\"§9Table §7to provide Bookshelf\",2:\"§7Power. The higher the Bookshelf\",3:\"§7Power, the more enchantments are\",4:\"§7available.\",5:\"§7\",6:\"§7§7Bookshelf Power: §915\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Bookshelf\"},ExtraAttributes:{id:\"ENCHANTED_BOOKSHELF\"}}", "damage": 0, "lore": [ - "§7Place near an §9Enchantment", - "§9Table to provide Bookshelf", + "§7§7Place near an §9Enchantment", + "§9Table §7to provide Bookshelf", "§7Power. The higher the Bookshelf", "§7Power, the more enchantments are", "§7available.", + "§7", + "§7§7Bookshelf Power: §915", "", - "§7Bookshelf Power: §915", "§a§lUNCOMMON" ], "recipe": { @@ -26,10 +27,10 @@ }, "internalname": "ENCHANTED_BOOKSHELF", "clickcommand": "viewrecipe", - "modver": "2.0.0", + "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Bookshelf" ], "crafttext": "Requires: Sugar Cane VI" -} +} \ No newline at end of file -- cgit