diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-10-05 17:52:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-05 17:52:41 +0200 |
commit | 86f5b4fee5c94ab672dd465f2445afc1b733f23a (patch) | |
tree | 6f2373399a5d057c42979a655e64e55230088a05 /items/ENCHANTED_BOOKSHELF.json | |
parent | e4cf71cc7641e450a05b13f70109d85ebd8df9ce (diff) | |
download | NotEnoughUpdates-REPO-86f5b4fee5c94ab672dd465f2445afc1b733f23a.tar.gz NotEnoughUpdates-REPO-86f5b4fee5c94ab672dd465f2445afc1b733f23a.tar.bz2 NotEnoughUpdates-REPO-86f5b4fee5c94ab672dd465f2445afc1b733f23a.zip |
Fixed a few items (#836)
* Fixed Bookshelf
* Fixed Flares
* Fixed Zombie Pets
* Fixed Coal Block
Diffstat (limited to 'items/ENCHANTED_BOOKSHELF.json')
-rw-r--r-- | items/ENCHANTED_BOOKSHELF.json | 13 |
1 files changed, 7 insertions, 6 deletions
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 |