diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-01-13 16:40:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-13 10:40:59 -0500 |
commit | 69d3d1f27183d2354aff3a648b9ee29494194e71 (patch) | |
tree | 88f7173ca0afd69a5381e56c27975252a137bd5b /items/ULTIMATE_ONE_FOR_ALL;1.json | |
parent | 1cb5cf86be020b338722e76a1c50413f5f31212d (diff) | |
download | NotEnoughUpdates-REPO-69d3d1f27183d2354aff3a648b9ee29494194e71.tar.gz NotEnoughUpdates-REPO-69d3d1f27183d2354aff3a648b9ee29494194e71.tar.bz2 NotEnoughUpdates-REPO-69d3d1f27183d2354aff3a648b9ee29494194e71.zip |
Added Things, fixed Things (#355)
* Added Wiki Links, fixed Lion and Undead Bow
* Added new Enchants
* Added Zombie Slayer Text Req.
* Added Wolf Req.
* Added Spider Slayer Text Req.
Diffstat (limited to 'items/ULTIMATE_ONE_FOR_ALL;1.json')
-rw-r--r-- | items/ULTIMATE_ONE_FOR_ALL;1.json | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/items/ULTIMATE_ONE_FOR_ALL;1.json b/items/ULTIMATE_ONE_FOR_ALL;1.json index a45af400..d6692e55 100644 --- a/items/ULTIMATE_ONE_FOR_ALL;1.json +++ b/items/ULTIMATE_ONE_FOR_ALL;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lOne For All I\",1:\"§7Removes all other enchants but\",2:\"§7increases your weapon damage by\",3:\"§7§a210%§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_ONE_FOR_ALL;1\",enchantments:{ultimate_one_for_all:1},uuid:\"96c05e87-5c87-4521-b64c-12042712b103\",timestamp:\"11/20/20 9:48 AM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lOne For All I\",1:\"§7Removes all other enchants but\",2:\"§7increases your weapon damage by\",3:\"§7§a210%§7.\",4:\"\",5:\"§7§cYou can only have 1 Ultimate\",6:\"§cEnchantment on an item!\",7:\"\",8:\"§e▲ §7§d§lOne For All cannot be combined!\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_ONE_FOR_ALL;1\",enchantments:{ultimate_one_for_all:1},uuid:\"d46cbf44-ef28-4c2f-a301-68fdcfc67360\",timestamp:\"1/2/21 7:43 PM\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§9§d§lOne For All I", @@ -12,6 +12,7 @@ "§7§cYou can only have 1 Ultimate", "§cEnchantment on an item!", "", + "§e▲ §7§d§lOne For All cannot be combined!", "§7Use this on an item in an Anvil", "§7to apply it!", "", @@ -20,6 +21,9 @@ "internalname": "ULTIMATE_ONE_FOR_ALL;1", "crafttext": "", "clickcommand": "", - "modver": "1.6-REL", - "infoType": "" -}
\ No newline at end of file + "modver": "1.7.1-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" + ] +} |