diff options
author | Stekerser <72933528+Stekerser@users.noreply.github.com> | 2021-10-14 06:47:30 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 23:47:30 -0400 |
commit | e53dee3ea3a3892ba6bd79fe0b29c27739b76654 (patch) | |
tree | b41505a7f613fac1df2660651a7dfb77f0151622 /items | |
parent | eb4e820d0989fb6ec9bcd496272fdc0f5b565670 (diff) | |
download | NotEnoughUpdates-REPO-e53dee3ea3a3892ba6bd79fe0b29c27739b76654.tar.gz NotEnoughUpdates-REPO-e53dee3ea3a3892ba6bd79fe0b29c27739b76654.tar.bz2 NotEnoughUpdates-REPO-e53dee3ea3a3892ba6bd79fe0b29c27739b76654.zip |
small fixes (#620)
* Update reforgestones.json
* Update ENCHANTED_BOOKSHELF.json
* Update ENCHANTED_BOOKSHELF.json
Diffstat (limited to 'items')
-rw-r--r-- | items/ENCHANTED_BOOKSHELF.json | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/items/ENCHANTED_BOOKSHELF.json b/items/ENCHANTED_BOOKSHELF.json index f4a5a0f1..54b65f26 100644 --- a/items/ENCHANTED_BOOKSHELF.json +++ b/items/ENCHANTED_BOOKSHELF.json @@ -1,13 +1,16 @@ { "itemid": "minecraft:bookshelf", "displayname": "§aEnchanted Bookshelf", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Counts as §a15§7 Bookshelves\",1:\"§7when placed near an Enchanting\",2:\"§7Table\",3:\"\",4:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Bookshelf\"},ExtraAttributes:{id:\"ENCHANTED_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\"}}", "damage": 0, "lore": [ - "§7Counts as §a15§7 Bookshelves", - "§7when placed near an Enchanting", - "§7Table", + "§7Place near an §9Enchantment", + "§9Table to provide Bookshelf", + "§7Power. The higher the Bookshelf", + "§7Power, the more enchantments are", + "§7available.", "", + "§7Bookshelf Power: §915", "§a§lUNCOMMON" ], "recipe": { @@ -23,7 +26,7 @@ }, "internalname": "ENCHANTED_BOOKSHELF", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "2.0.0", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Bookshelf" |