diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-04-24 15:45:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 15:45:47 -0400 |
commit | a4b05933e2ea9d535f984ec28624f09c1e577eb3 (patch) | |
tree | 9ba5b89d20a6674bcb64cefc5329b8fb47bef94e /items/ULTIMATE_WISE;1.json | |
parent | 7899bd5bae6b5a7df6f681898e535a902e608f26 (diff) | |
parent | b6302cf45d6b6da8e07908307b3b520b5a91be00 (diff) | |
download | NotEnoughUpdates-REPO-a4b05933e2ea9d535f984ec28624f09c1e577eb3.tar.gz NotEnoughUpdates-REPO-a4b05933e2ea9d535f984ec28624f09c1e577eb3.tar.bz2 NotEnoughUpdates-REPO-a4b05933e2ea9d535f984ec28624f09c1e577eb3.zip |
Merge pull request #473 from jani270/Books
Updated all Enchanted Books + Fix + Rainbow Names + Reforge Stone
Diffstat (limited to 'items/ULTIMATE_WISE;1.json')
-rw-r--r-- | items/ULTIMATE_WISE;1.json | 26 |
1 files changed, 21 insertions, 5 deletions
diff --git a/items/ULTIMATE_WISE;1.json b/items/ULTIMATE_WISE;1.json index 85e754bf..8f5e592a 100644 --- a/items/ULTIMATE_WISE;1.json +++ b/items/ULTIMATE_WISE;1.json @@ -1,11 +1,11 @@ { "internalname": "ULTIMATE_WISE;1", - "itemid": 403, + "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise I\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a10%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_wise:1}}}", - "modver": "1.0.0", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise I\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a10%§7.\",3:\"\",4:\"§7§cYou can only have 1 Ultimate\",5:\"§cEnchantment on an item!\",6:\"\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§6Source:\",11:\"§aI-V: §7Dungeons\",12:\"\",13:\"§6Applied To:\",14:\"§7- §fFishing Weapon\",15:\"§7- §fFishing Rod\",16:\"§7- §fAxe\",17:\"§7- §fHoe\",18:\"§7- §fBow\",19:\"§7- §fDrill\",20:\"§7- §fPickaxe\",21:\"§7- §fSword\",22:\"§7- §fShovel\",23:\"§7- §fShears\",24:\"\",25:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ULTIMATE_WISE;1\",enchantments:{ultimate_wise:1}}}", + "modver": "2.0.0-REL", "lore": [ "§9§d§lUltimate Wise I", "§7Reduces the ability mana cost of", @@ -17,10 +17,26 @@ "§7Use this on an item in an Anvil", "§7to apply it!", "", + "§6Source:", + "§aI-V: §7Dungeons", + "", + "§6Applied To:", + "§7- §fFishing Weapon", + "§7- §fFishing Rod", + "§7- §fAxe", + "§7- §fHoe", + "§7- §fBow", + "§7- §fDrill", + "§7- §fPickaxe", + "§7- §fSword", + "§7- §fShovel", + "§7- §fShears", + "", "§f§lCOMMON" ], "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" - ] -} + ], + "crafttext": "" +}
\ No newline at end of file |