diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-30 13:09:08 -0400 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-10-30 13:09:08 -0400 |
commit | cd34f5689a82864c560f678339f0f524cebf88fe (patch) | |
tree | b250c7376349129557832f994856f0bb828e6cf5 | |
parent | d286d450a28e23763c2e1331ae2b3d6332d3bfeb (diff) | |
download | NotEnoughUpdates-REPO-cd34f5689a82864c560f678339f0f524cebf88fe.tar.gz NotEnoughUpdates-REPO-cd34f5689a82864c560f678339f0f524cebf88fe.tar.bz2 NotEnoughUpdates-REPO-cd34f5689a82864c560f678339f0f524cebf88fe.zip |
Manually Add New Comits bc I can't use Github
111 files changed, 1338 insertions, 253 deletions
diff --git a/constants/enchants.json b/constants/enchants.json new file mode 100644 index 00000000..b57ec72f --- /dev/null +++ b/constants/enchants.json @@ -0,0 +1,234 @@ +{ + "enchants": { + "SWORD": [ + "bane_of_arthropods", + "cleave", + "critical", + "cubism", + "dragon_hunter", + "ender_slayer", + "execute", + "experience", + "fire_aspect", + "first_strike", + "giant_killer", + "impaling", + "knockback", + "lethality", + "life_steal", + "looting", + "luck", + "scavenger", + "sharpness", + "smite", + "telekinesis", + "thunderlord", + "vampirism", + "venomous", + "vicious", + "ultimate_chimera", + "ultimate_combo", + "ultimate_swarm", + "ultimate_wise" + ], + "BOW": [ + "aiming", + "cubism", + "dragon_hunter", + "flame", + "impaling", + "infinite_quiver", + "piercing", + "overload", + "power", + "punch", + "snipe", + "telekinesis", + "ultimate_chimera", + "ultimate_swarm", + "ultimate_wise", + "ultimate_rend" + ], + "AXE": [ + "efficiency", + "telekinesis", + "replenish", + "silk_touch" + ], + "PICKAXE": [ + "compact", + "efficiency", + "experience", + "fortune", + "silk_touch", + "smelting_touch", + "telekinesis" + ], + "FISHING ROD": [ + "angler", + "blessing", + "caster", + "expertise", + "frail", + "looting", + "luck_of_the_sea", + "lure", + "magnet", + "spiked_hook", + "telekinesis" + ], + "SHOVEL": [ + "efficiency", + "silk_touch", + "telekinesis" + ], + "HOE": [ + "replenish", + "harvesting", + "telekinesis" + ], + "HELMET": [ + "protection", + "growth", + "rejuvenate", + "aqua_affinity", + "thorns", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom" + ], + "CHESTPLATE": [ + "protection", + "growth", + "rejuvenate", + "thorns", + "counter_strike", + "true_protection", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom" + ], + "LEGGINGS": [ + "protection", + "growth", + "rejuvenate", + "thorns", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom" + ], + "BOOTS": [ + "protection", + "growth", + "sugar_rush", + "rejuvenate", + "feather_falling", + "depth_strider", + "thorns", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom" + ] + }, + "enchant_pools": [ + [ + "sharpness", + "bane_of_arthropods", + "smite" + ], [ + "silk_touch", + "smelting_touch", + "fortune" + ], [ + "ultimate_chimera", + "ultimate_combo", + "ultimate_swarm", + "ultimate_wise", + "ultimate_rend", + "ultimate_bank", + "ultimate_last_stand", + "ultimate_legion", + "ultimate_no_pain_no_gain", + "ultimate_wisdom" + ] + ], + "enchants_min_level": { + "bane_of_arthropods": 5, + "cleave": 5, + "critical": 5, + "ender_slayer": 5, + "execute": 5, + "fire_aspect": 2, + "first_strike": 4, + "giant_killer": 5, + "knockback": 2, + "lethality": 5, + "life_steal": 3, + "luck": 5, + "scavenger": 3, + "sharpness": 5, + "smite": 5, + "thunderlord": 5, + "vampirism": 5, + "venomous": 5, + "vicious": 4, + "ultimate_chimera": 5, + "ultimate_combo": 5, + "ultimate_swarm": 5, + "ultimate_wise": 5, + "aiming": 5, + "cubism": 5, + "dragon_hunter": 5, + "flame": 1, + "impaling": 3, + "infinite_quiver": 5, + "piercing": 1, + "overload": 5, + "power": 5, + "punch": 2, + "snipe": 3, + "ultimate_rend": 5, + "telekinesis": 1, + "silk_touch": 1, + "compact": 10, + "experience": 4, + "fortune": 3, + "smelting_touch": 1, + "angler": 5, + "blessing": 5, + "caster": 5, + "expertise": 10, + "frail": 5, + "looting": 3, + "luck_of_the_sea": 5, + "lure": 5, + "magnet": 5, + "spiked_hook": 5, + "efficiency": 5, + "replenish": 1, + "harvesting": 5, + "aqua_affinity": 1, + "counter_strike": 5, + "true_protection": 1, + "protection": 5, + "growth": 5, + "sugar_rush": 3, + "rejuvenate": 5, + "feather_falling": 5, + "depth_strider": 3, + "thorns": 3, + "ultimate_bank": 5, + "ultimate_last_stand": 5, + "ultimate_legion": 5, + "ultimate_no_pain_no_gain": 5, + "ultimate_wisdom": 5 + } +}
\ No newline at end of file diff --git a/items/AIMING;5.json b/items/AIMING;5.json index 148127cc..6eb4ceb4 100644 --- a/items/AIMING;5.json +++ b/items/AIMING;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Aiming V\",1:\"§7Arrows home towards nearby\",2:\"§7monsters if they are within §a10\",3:\"§a§7blocks.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"AIMING;5\",enchantments:{aiming:5},uuid:\"e9cefc4d-7315-4505-b742-af7abcce0db8\",anvil_uses:1,timestamp:\"10/6/20 7:31 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Aiming V\",1:\"§7Arrows home towards nearby\",2:\"§7monsters if they are within §a10\",3:\"§a§7blocks.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{aiming:5}}}", "damage": 0, "lore": [ "§9Aiming V", @@ -15,8 +15,6 @@ "§a§lUNCOMMON" ], "internalname": "AIMING;5", - "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "parent": "AIMING;4", + "modver": "1.4-REL" }
\ No newline at end of file diff --git a/items/ANGLER;5.json b/items/ANGLER;5.json index eb98727d..d7826efb 100644 --- a/items/ANGLER;5.json +++ b/items/ANGLER;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Angler V\",1:\"§7Increase chance to catch sea\",2:\"§7creatures by §a5%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"ANGLER;5\",enchantments:{angler:5},uuid:\"4a66e039-5ff9-43c7-9b1f-aee184be7c24\",anvil_uses:1,timestamp:\"10/6/20 9:49 PM\"}}", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Angler V\",1:\"§7Increase chance to catch sea\",2:\"§7creatures by §a5%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"ANGLER;5\",enchantments:{angler:5}}}", "damage": 0, "lore": [ "§9Angler V", @@ -16,6 +16,7 @@ "internalname": "ANGLER;5", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "parent": "ANGLER;4", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/ANGLER;6.json b/items/ANGLER;6.json index 2e5770e0..633f761e 100644 --- a/items/ANGLER;6.json +++ b/items/ANGLER;6.json @@ -1,6 +1,6 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", + "displayname": "§9Enchanted Book", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Angler VI\",1:\"§7Increase chance to catch sea\",2:\"§7creatures by §a6%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{angler:6}}}", "damage": 0, "lore": [ diff --git a/items/BANE_OF_ARTHROPODS;5.json b/items/BANE_OF_ARTHROPODS;5.json index 6cdd24d1..2fde3a40 100644 --- a/items/BANE_OF_ARTHROPODS;5.json +++ b/items/BANE_OF_ARTHROPODS;5.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Bane of Arthropods V\",1:\"§7Increases damage dealt to\",2:\"§7§7Spiders§7, §7Cave Spiders§7,\",3:\"§7and §7Silverfish§7 by §a40%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"ENCHANTING_TABLE\",id:\"BANE_OF_ARTHROPODS;5\",enchantments:{bane_of_arthropods:5},uuid:\"41217507-efca-4ea0-be23-a75197ac7fab\",timestamp:\"10/3/20 9:24 PM\"},AttributeModifiers:[]}", + "displayname": "§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§aBane of Arthropods V\",1:\"§7Increases damage dealt to\",2:\"§7§7Silverfish§7, §7Spiders§7, and\",3:\"§7§7Cave Spiders§7 by §a40%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"BANE_OF_ARTHROPODS;5\",enchantments:{bane_of_arthropods:5}}}", "damage": 0, "lore": [ - "§9Bane of Arthropods V", + "§aBane of Arthropods V", "§7Increases damage dealt to", - "§7§7Spiders§7, §7Cave Spiders§7,", - "§7and §7Silverfish§7 by §a40%§7.", + "§7§7Silverfish§7, §7Spiders§7, and", + "§7§7Cave Spiders§7 by §a40%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -15,8 +15,9 @@ "§a§lUNCOMMON" ], "internalname": "BANE_OF_ARTHROPODS;5", + "parent": "BANE_OF_ARTHROPODS;4", + "modver": "1.4-REL", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/BANE_OF_ARTHROPODS;6.json b/items/BANE_OF_ARTHROPODS;6.json index f13a4021..f9a7b37e 100644 --- a/items/BANE_OF_ARTHROPODS;6.json +++ b/items/BANE_OF_ARTHROPODS;6.json @@ -1,6 +1,6 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", + "displayname": "§9Enchanted Book", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Bane of Arthropods VI\",1:\"§7Increases damage dealt to\",2:\"§7§7Silverfish§7, §7Spiders§7, and\",3:\"§7§7Cave Spiders§7 by §a48%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{bane_of_arthropods:6}}}", "damage": 0, "lore": [ @@ -12,7 +12,7 @@ "§7Use this on an item in an Anvil", "§7to apply it!", "", - "§aRare drop from Broodfathers.", + "§aRare drop from Tarantula Broodfathers.", "", "§9§lRARE" ], diff --git a/items/BIG_BRAIN;3.json b/items/BIG_BRAIN;3.json new file mode 100644 index 00000000..d1eb947c --- /dev/null +++ b/items/BIG_BRAIN;3.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Big Brain III\",1:\"§7Grants §b+15✎ Intelligence§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§aObtained at the Dark Auction\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{big_brain:3}}}", + "damage": 0, + "lore": [ + "§9Big Brain III", + "§7Grants §b+15✎ Intelligence§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained at the Dark Auction", + "", + "§f§lCOMMON" + ], + "internalname": "BIG_BRAIN;3", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BIG_BRAIN;4.json b/items/BIG_BRAIN;4.json new file mode 100644 index 00000000..0344af40 --- /dev/null +++ b/items/BIG_BRAIN;4.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Big Brain IV\",1:\"§7Grants §b+20✎ Intelligence§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§aObtained at the Dark Auction\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{big_brain:4}}}", + "damage": 0, + "lore": [ + "§9Big Brain IV", + "§7Grants §b+20✎ Intelligence§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained at the Dark Auction", + "", + "§f§lCOMMON" + ], + "internalname": "BIG_BRAIN;4", + "parent": "BIG_BRAIN;3", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/BIG_BRAIN;5.json b/items/BIG_BRAIN;5.json new file mode 100644 index 00000000..1e7d6a7f --- /dev/null +++ b/items/BIG_BRAIN;5.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Big Brain V\",1:\"§7Grants §b+25✎ Intelligence§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§aObtained at the Dark Auction\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{big_brain:5}}}", + "damage": 0, + "lore": [ + "§9Big Brain V", + "§7Grants §b+25✎ Intelligence§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained at the Dark Auction", + "", + "§a§lUNCOMMON" + ], + "internalname": "BIG_BRAIN;5", + "parent": "BIG_BRAIN;3", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/BITS_TALISMAN.json b/items/BITS_TALISMAN.json new file mode 100644 index 00000000..18f9efe7 --- /dev/null +++ b/items/BITS_TALISMAN.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Bits Talisman", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fadceafa-c17a-34a0-8579-6e2730206e5e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7ImlkIjoiZTU1ZDQ5ODJkYjgxNDhjOTg3NmFlZDU4NzU2ZDQ0YjgiLCJ0eXBlIjoiU0tJTiIsInVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmViYWRiMTcyNWFhODViYjI4MTBkMGI3M2JmN2NkNzRkYjNkOWQ4ZmM2MWM0Y2Y5ZTU0M2RiY2MxOTkxODdjYyIsInByb2ZpbGVJZCI6IjM0OGU1MzI0MTkyZjRjZTBiYzVmMTJkZmM4ZDE0MTAxIiwidGV4dHVyZUlkIjoiMmViYWRiMTcyNWFhODViYjI4MTBkMGI3M2JmN2NkNzRkYjNkOWQ4ZmM2MWM0Y2Y5ZTU0M2RiY2MxOTkxODdjYyJ9fSwic2tpbiI6eyJpZCI6ImU1NWQ0OTgyZGI4MTQ4Yzk4NzZhZWQ1ODc1NmQ0NGI4IiwidHlwZSI6IlNLSU4iLCJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzJlYmFkYjE3MjVhYTg1YmIyODEwZDBiNzNiZjdjZDc0ZGIzZDlkOGZjNjFjNGNmOWU1NDNkYmNjMTk5MTg3Y2MiLCJwcm9maWxlSWQiOiIzNDhlNTMyNDE5MmY0Y2UwYmM1ZjEyZGZjOGQxNDEwMSIsInRleHR1cmVJZCI6IjJlYmFkYjE3MjVhYTg1YmIyODEwZDBiNzNiZjdjZDc0ZGIzZDlkOGZjNjFjNGNmOWU1NDNkYmNjMTk5MTg3Y2MifSwiY2FwZSI6bnVsbH0\u003d\"}]}},display:{Lore:[0:\"§7Whenever you gain bits,\",1:\"§7grants a §b10% §7chance to\",2:\"§7gain double!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE ACCESSORY\"],Name:\"§9Bits Talisman\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"BITS_TALISMAN\",uuid:\"4880dc5a-b03e-40fa-9f93-4f6761b12acf\",timestamp:\"10/20/20 6:29 PM\"}}", + "damage": 3, + "lore": [ + "§7Whenever you gain bits,", + "§7grants a §b10% §7chance to", + "§7gain double!", + "", + "§7§8This item can be reforged!", + "§9§lRARE ACCESSORY" + ], + "internalname": "BITS_TALISMAN", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BLAST_PROTECTION;5.json b/items/BLAST_PROTECTION;5.json new file mode 100644 index 00000000..56821599 --- /dev/null +++ b/items/BLAST_PROTECTION;5.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Blast Protection V\",1:\"§7Grants §a+20 §a❈ Defense\",2:\"§a§7against explosions.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{blast_protection:5}", + "damage": 0, + "lore": [ + "§9Blast Protection V", + "§7Grants §a+20 §a❈ Defense", + "§a§7against explosions.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "BLAST_PROTECTION;5", + "crafttext": "", + "parent": "BLAST_PROTECTION;4", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BLESSED_FRUIT.json b/items/BLESSED_FRUIT.json new file mode 100644 index 00000000..12d88204 --- /dev/null +++ b/items/BLESSED_FRUIT.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Blessed Fruit", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e87de432-be37-397f-a408-27d18aed4338\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDAxOTMwY2RiNmQ3OTdkYTFiMzFlNDFkYmRiMzZiMzRjZTk3MjhmZmEzZjhjMWUzOTcyOGExMGIzNzE5NmI0NyJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Blessed §7reforge\",5:\"§7to a hoe.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXXV§7!\",9:\"\",10:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Blessed Fruit\"},ExtraAttributes:{id:\"BLESSED_FRUIT\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Blessed §7reforge", + "§7to a hoe.", + "", + "§7Requires §aMining Skill Level", + "§aXXV§7!", + "", + "§5§lEPIC REFORGE STONE" + ], + "internalname": "BLESSED_FRUIT", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BLESSING;5.json b/items/BLESSING;5.json index 6a1c65e6..4ca8a2ec 100644 --- a/items/BLESSING;5.json +++ b/items/BLESSING;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Blessing V\",1:\"§7§a25%§7 chance to get double\",2:\"§7drops when fishing.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"BLESSING;5\",enchantments:{blessing:5},uuid:\"a3c2bd6c-8c9d-40d0-94f8-a7234f184b5a\",anvil_uses:1,timestamp:\"10/6/20 4:18 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Blessing V\",1:\"§7§a25%§7 chance to get double\",2:\"§7drops when fishing.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"BLESSING;5\",enchantments:{blessing:5}}}", "damage": 0, "lore": [ "§9Blessing V", @@ -14,8 +14,6 @@ "§a§lUNCOMMON" ], "internalname": "BLESSING;5", - "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "parent": "BLESSING;4", + "modver": "1.4-REL" }
\ No newline at end of file diff --git a/items/BUILDERS_WAND.json b/items/BUILDERS_WAND.json new file mode 100644 index 00000000..aa498c50 --- /dev/null +++ b/items/BUILDERS_WAND.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:blaze_rod", + "displayname": "§f§f§6Builder\u0027s Wand", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"\",1:\"§6Item Ability: Grand Architect §e§lRIGHT CLICK\",2:\"§7Right-Click the face of a block\",3:\"§7to extend all connected block\",4:\"§7faces.\",5:\"\",6:\"§6Item Ability: Built-in Storage §e§lLEFT CLICK\",7:\"§7Opens the wand storage. Blocks\",8:\"§7will be placed from your\",9:\"§7inventory or the wand storage.\",10:\"\",11:\"§6§lLEGENDARY\"],Name:\"§f§f§6Builder\u0027s Wand\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"BUILDERS_WAND\",uuid:\"a7e73a22-7ac8-40c7-be79-c3415e545555\",timestamp:\"10/20/20 5:38 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "", + "§6Item Ability: Grand Architect §e§lRIGHT CLICK", + "§7Right-Click the face of a block", + "§7to extend all connected block", + "§7faces.", + "", + "§6Item Ability: Built-in Storage §e§lLEFT CLICK", + "§7Opens the wand storage. Blocks", + "§7will be placed from your", + "§7inventory or the wand storage.", + "", + "§6§lLEGENDARY" + ], + "internalname": "BUILDERS_WAND", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CASTER;5.json b/items/CASTER;5.json index 7b4a5bdf..ea4caf2b 100644 --- a/items/CASTER;5.json +++ b/items/CASTER;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Caster V\",1:\"§7§a5%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"CASTER;5\",enchantments:{caster:5},uuid:\"bc14363a-daf2-4dd5-9454-ada247398fc6\",anvil_uses:1,timestamp:\"10/6/20 8:35 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster V\",1:\"§7§a5%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"CASTER;5\",enchantments:{caster:5}}}", "damage": 0, "lore": [ "§9Caster V", @@ -16,6 +16,7 @@ "internalname": "CASTER;5", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "parent": "CASTER;4", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/CASTER;6.json b/items/CASTER;6.json index 447c0256..dd801bf1 100644 --- a/items/CASTER;6.json +++ b/items/CASTER;6.json @@ -1,6 +1,6 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", + "displayname": "§9Enchanted Book", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Caster VI\",1:\"§7§a6%§7 chance to not consume\",2:\"§7bait.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{caster:6}}}", "damage": 0, "lore": [ diff --git a/items/CLEAVE;5.json b/items/CLEAVE;5.json index 71bb6c60..d416450a 100644 --- a/items/CLEAVE;5.json +++ b/items/CLEAVE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Cleave V\",1:\"§7Deals §a15% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a4.5 §7blocks of the target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"CLEAVE;5\",enchantments:{cleave:5},uuid:\"f4e5414f-dad2-4aeb-a5c8-5372c8fc3162\",anvil_uses:1,timestamp:\"10/6/20 8:02 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],,HideFlags:254,display:{Lore:[0:\"§9Cleave V\",1:\"§7Deals §a15% §7of your damage\",2:\"§7dealt to other monsters within\",3:\"§7§a4.5 §7blocks of the target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"CLEAVE;5\",enchantments:{cleave:5}}}", "damage": 0, "lore": [ "§9Cleave V", @@ -16,7 +16,8 @@ ], "internalname": "CLEAVE;5", "crafttext": "", + "parent": "CLEAVE;4", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/COMPACT;1.json b/items/COMPACT;1.json new file mode 100644 index 00000000..43ea3ccf --- /dev/null +++ b/items/COMPACT;1.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Compact I\",1:\"§7Gain §a1% §7extra Mining exp and\",2:\"§7drop an enchanted block every\",3:\"§7§f400 §7blocks you mine.\",4:\"§8100 blocks to tier up!\",5:\"\",6:\"§e▲ §7Compact cannot be combined!\",7:\"§7Use this on an item in an Anvil\",8:\"§7to apply it!\",9:\"\",10:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"COMPACT;1\",enchantments:{compact:1}}}", + "damage": 0, + "lore": [ + "§9Compact I", + "§7Gain §a1% §7extra Mining exp and", + "§7drop an enchanted block every", + "§7§f400 §7blocks you mine.", + "§8100 blocks to tier up!", + "", + "§e▲ §7Compact cannot be combined!", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "COMPACT;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/COUNTER_STRIKE;5.json b/items/COUNTER_STRIKE;5.json new file mode 100644 index 00000000..852d5c4a --- /dev/null +++ b/items/COUNTER_STRIKE;5.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§aEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Counter-Strike V\",1:\"§7Gain §a+10❈ Defense §7for §a7s\",2:\"§a§7on the first hit from an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§aObtained at the Dark Auction\",9:\"\",10:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{counter_strike:5}}}", + "damage": 0, + "lore": [ + "§9Counter-Strike V", + "§7Gain §a+10❈ Defense §7for §a7s", + "§a§7on the first hit from an", + "§7enemy.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained at the Dark Auction", + "", + "§a§lUNCOMMON" + ], + "internalname": "COUNTER_STRIKE;5", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CRITICAL;5.json b/items/CRITICAL;5.json index 9c8753d6..f7ad5a46 100644 --- a/items/CRITICAL;5.json +++ b/items/CRITICAL;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Critical V\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a50%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"CRITICAL;5\",enchantments:{critical:5},uuid:\"23e92ff3-1f57-4188-b81c-341fccbd0d9c\",anvil_uses:1,timestamp:\"10/6/20 9:10 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Critical V\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a50%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"CRITICAL;5\",enchantments:{critical:5}}}", "damage": 0, "lore": [ "§9Critical V", @@ -16,6 +16,7 @@ "internalname": "CRITICAL;5", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "parent": "CRITICAL;4", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/CRITICAL;6.json b/items/CRITICAL;6.json index fb91b969..8202ecf5 100644 --- a/items/CRITICAL;6.json +++ b/items/CRITICAL;6.json @@ -1,6 +1,6 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", + "displayname": "§f§9Enchanted Book", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Critical VI\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a60%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{critical:6}}}", "damage": 0, "lore": [ diff --git a/items/CUBISM;5.json b/items/CUBISM;5.json index 70821c44..0a900d5d 100644 --- a/items/CUBISM;5.json +++ b/items/CUBISM;5.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Cubism V\",1:\"§7Increases damage dealt to\",2:\"§7§7Slimes§7, §7Creepers§7, and\",3:\"§7§7Magma Cubes§7 by §a50%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"CUBISM;5\",enchantments:{cubism:5},uuid:\"6d88f8d1-3966-4a26-9cb2-88a9dc89bd88\",anvil_uses:1,timestamp:\"10/5/20 8:32 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Cubism V\",1:\"§7Increases damage dealt to\",2:\"§7§7Slimes§7, §7Magma Cubes§7, and\",3:\"§7§7Creepers§7 by §a50%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{cubism:5}}}", "damage": 0, "lore": [ "§9Cubism V", "§7Increases damage dealt to", - "§7§7Slimes§7, §7Creepers§7, and", - "§7§7Magma Cubes§7 by §a50%§7.", + "§7§7Slimes§7, §7Magma Cubes§7, and", + "§7§7Creepers§7 by §a50%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -17,6 +17,7 @@ "internalname": "CUBISM;5", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "parent": "CUBISM;4", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/DEPTH_STRIDER;3.json b/items/DEPTH_STRIDER;3.json index 5ca475d9..235feb26 100644 --- a/items/DEPTH_STRIDER;3.json +++ b/items/DEPTH_STRIDER;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[0:{lvl:3s,id:8s}],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Depth Strider III\",1:\"§7Reduces how much you are slowed\",2:\"§7in the water by §a100%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"DEPTH_STRIDER;3\",enchantments:{depth_strider:3},uuid:\"07521ccf-2b1c-4eb7-bc2f-5724ce86bb54\",anvil_uses:1,timestamp:\"10/6/20 9:38 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Depth Strider III\",1:\"§7Reduces how much you are slowed\",2:\"§7in the water by §a100%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{depth_strider:3}}}", "damage": 0, "lore": [ "§9Depth Strider III", @@ -16,6 +16,7 @@ "internalname": "DEPTH_STRIDER;3", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "parent": "DEPTH_STRIDER;2", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/DIRT_BOTTLE.json b/items/DIRT_BOTTLE.json new file mode 100644 index 00000000..3d75270a --- /dev/null +++ b/items/DIRT_BOTTLE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Dirt Bottle", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3758ab99-1ecb-352f-98e2-8dc025395879\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjAzMjM5ZjcwYTNjMjUzNThiMjJhMjliZTFiZmQxYjk4NWVlOTVmMjg2MzQ4YjRlMGYyMmYzNDc0MDk4MjViOCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Dirty §7reforge\",5:\"§7to a sword.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aX§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9Dirt Bottle\"},ExtraAttributes:{id:\"DIRT_BOTTLE\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Dirty §7reforge", + "§7to a sword.", + "", + "§7Requires §aMining Skill Level", + "§aX§7!", + "", + "§9§lRARE REFORGE STONE" + ], + "internalname": "DIRT_BOTTLE", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DRAGON_HUNTER;1.json b/items/DRAGON_HUNTER;1.json index ac5915a9..f60a1c09 100644 --- a/items/DRAGON_HUNTER;1.json +++ b/items/DRAGON_HUNTER;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Hunter I\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 by §a8%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"DRAGON_HUNTER;1\",enchantments:{dragon_hunter:1},uuid:\"108dbae0-8f1a-4bf9-9a6e-80b3106accb4\",timestamp:\"9/25/20 4:32 AM\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Hunter I\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 by §a8%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{dragon_hunter:1}}}", "damage": 0, "lore": [ "§9Dragon Hunter I", diff --git a/items/DRAGON_HUNTER;5.json b/items/DRAGON_HUNTER;5.json index 2f6abc49..5f7fbfd7 100644 --- a/items/DRAGON_HUNTER;5.json +++ b/items/DRAGON_HUNTER;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Hunter V\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 by §a40%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"DRAGON_HUNTER;5\",enchantments:{dragon_hunter:1},uuid:\"108dbae0-8f1a-4bf9-9a6e-80b3106accb4\",timestamp:\"9/25/20 4:32 AM\"}}", + "displayname": "§f§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dragon Hunter V\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 by §a40%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{dragon_hunter:5}}}", "damage": 0, "lore": [ "§9Dragon Hunter V", @@ -17,6 +17,6 @@ "parent": "DRAGON_HUNTER;1", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/EFFICIENCY;5.json b/items/EFFICIENCY;5.json index d0761efc..65370234 100644 --- a/items/EFFICIENCY;5.json +++ b/items/EFFICIENCY;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[0:{lvl:5s,id:32s}],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Efficiency V\",1:\"§7Increases how quickly your tool\",2:\"§7breaks blocks.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"EFFICIENCY;5\",enchantments:{efficiency:5},uuid:\"ab02f929-7588-4dde-909b-968d3fbaf482\",anvil_uses:1,timestamp:\"10/6/20 6:35 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Efficiency V\",1:\"§7Increases how quickly your tool\",2:\"§7breaks blocks.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{efficiency:5}}}", "damage": 0, "lore": [ "§9Efficiency V", @@ -15,7 +15,8 @@ ], "internalname": "EFFICIENCY;5", "crafttext": "", + "parent": "EFFICIENCY;4", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/ENDER_SLAYER;5.json b/items/ENDER_SLAYER;5.json index f5acafb9..2343fe20 100644 --- a/items/ENDER_SLAYER;5.json +++ b/items/ENDER_SLAYER;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Ender Slayer V\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a60%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"ENDER_SLAYER;5\",enchantments:{ender_slayer:5},uuid:\"086765a6-76ea-4fc0-a565-21d343110eae\",anvil_uses:1,timestamp:\"10/6/20 2:56 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer V\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a60%§7.\",4:\"\",5:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"ENDER_SLAYER;5\",enchantments:{ender_slayer:5}}}", "damage": 0, "lore": [ "§9Ender Slayer V", @@ -9,14 +9,12 @@ "§7§7Ender Dragons§7 and", "§7§7Endermen§7 by §a60%§7.", "", - "§7Use this on an item in an Anvil", - "§7to apply it!", - "", "§a§lUNCOMMON" ], "internalname": "ENDER_SLAYER;5", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "parent": "ENDER_SLAYER;4", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/ENDER_SLAYER;6.json b/items/ENDER_SLAYER;6.json index e55b87f5..cd279961 100644 --- a/items/ENDER_SLAYER;6.json +++ b/items/ENDER_SLAYER;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer VI\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a72%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ender_slayer:6}}}", + "displayname": "§f§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Ender Slayer VI\",1:\"§7Increases damage dealt to\",2:\"§7§7Ender Dragons§7 and\",3:\"§7§7Endermen§7 by §a72%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§aBought from the Pearl Dealer for 1.5 Million.\",9:\"\",10:\"§9§lRARE\"],Name:\"§f§9Enchanted Book\"},ExtraAttributes:{id:\"ENDER_SLAYER;6\",enchantments:{ender_slayer:6}}}", "damage": 0, "lore": [ "§9Ender Slayer VI", @@ -18,5 +18,8 @@ ], "internalname": "ENDER_SLAYER;6", "parent": "ENDER_SLAYER;4", - "modver": "1.0.0" -} + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/EXECUTE;5.json b/items/EXECUTE;5.json index 03f6e754..f0a2e9ce 100644 --- a/items/EXECUTE;5.json +++ b/items/EXECUTE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Execute V\",1:\"§7Increases damage dealt by §a1%\",2:\"§a§7for each percent of health\",3:\"§7missing on your target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"EXECUTE;5\",enchantments:{execute:5},uuid:\"e9c28112-14de-4ed9-bf72-6ffac4778319\",anvil_uses:1,timestamp:\"10/6/20 9:59 PM\"}}", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Execute V\",1:\"§7Increases damage dealt by §a1%\",2:\"§a§7for each percent of health\",3:\"§7missing on your target.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{execute:5}}}", "damage": 0, "lore": [ "§9Execute V", @@ -16,7 +16,8 @@ ], "internalname": "EXECUTE;5", "crafttext": "", + "parent": "EXECUTE;4", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/EXPERIENCE;3.json b/items/EXPERIENCE;3.json index b41e1d0e..7429f041 100644 --- a/items/EXPERIENCE;3.json +++ b/items/EXPERIENCE;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Experience III\",1:\"§7Grants a §a37.5% §7chance for\",2:\"§7mobs and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"EXPERIENCE;3\",enchantments:{experience:3},uuid:\"ae960eb0-a0ef-4220-860b-99f28bf1fa06\",anvil_uses:1,timestamp:\"10/6/20 10:32 AM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Experience III\",1:\"§7Grants a §a37.5% §7chance for\",2:\"§7mobs and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"}ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{experience:3}}}", "damage": 0, "lore": [ "§9Experience III", @@ -17,6 +17,7 @@ "internalname": "EXPERIENCE;3", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "parent": "EXPERIENCE;2", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/EXPERIENCE;4.json b/items/EXPERIENCE;4.json index aaade5f4..29712c89 100644 --- a/items/EXPERIENCE;4.json +++ b/items/EXPERIENCE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Experience IV\",1:\"§7Grants a §a50% §7chance for mobs\",2:\"§7and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{experience:4}}}", + "displayname": "§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Experience IV\",1:\"§7Grants a §a50% §7chance for mobs\",2:\"§7and ores to drop double\",3:\"§7experience.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§aBought from the Viking for 400k.\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"EXPERIENCE;4\",enchantments:{experience:4}}}", "damage": 0, "lore": [ "§9Experience IV", @@ -18,5 +18,8 @@ ], "internalname": "EXPERIENCE;4", "parent": "EXPERIENCE;2", - "modver": "1.0.0" -} + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FEATHER_FALLING;6.json b/items/FEATHER_FALLING;6.json index d38eea95..67c682b7 100644 --- a/items/FEATHER_FALLING;6.json +++ b/items/FEATHER_FALLING;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Feather Falling VI\",1:\"§7Increases how high you can fall\",2:\"§7before taking fall damage by\",3:\"§7§a6§7 and reduces fall damage by\",4:\"§7§a30%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{feather_falling:6}}}", + "displayname": "§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Feather Falling VI\",1:\"§7Increases how high you can fall\",2:\"§7before taking fall damage by\",3:\"§7§a6§7 and reduces fall damage by\",4:\"§7§a30%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"FEATHER_FALLING;6\",enchantments:{feather_falling:6}}}", "damage": 0, "lore": [ "§9Feather Falling VI", @@ -17,5 +17,8 @@ ], "internalname": "FEATHER_FALLING;6", "parent": "FEATHER_FALLING;4", - "modver": "1.0.0" -} + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FIRST_STRIKE;4.json b/items/FIRST_STRIKE;4.json index 3e2d9d74..db3ef79a 100644 --- a/items/FIRST_STRIKE;4.json +++ b/items/FIRST_STRIKE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9First Strike IV\",1:\"§7Increases melee damage dealt by\",2:\"§7§a100% §7for the first hit on a\",3:\"§7mob.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"ENCHANTING_TABLE\",id:\"FIRST_STRIKE;4\",enchantments:{first_strike:4},uuid:\"137a9b72-c7e9-42fd-85ae-3e2fab759c51\",timestamp:\"10/6/20 9:35 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9First Strike IV\",1:\"§7Increases melee damage dealt by\",2:\"§7§a100% §7for the first hit on a\",3:\"§7mob.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{first_strike:4}}}", "damage": 0, "lore": [ "§9First Strike IV", @@ -15,8 +15,9 @@ "§f§lCOMMON" ], "internalname": "FIRST_STRIKE;4", + "parent": "FIRST_STRIKE;3", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/FRAIL;5.json b/items/FRAIL;5.json index 72036542..776e1c93 100644 --- a/items/FRAIL;5.json +++ b/items/FRAIL;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Frail V\",1:\"§7Sea creatures start with §a25%§7\",2:\"§7reduced health.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"FRAIL;5\",enchantments:{frail:5},uuid:\"1e32a186-163a-4137-8ed8-3c4af8cb3b9e\",anvil_uses:1,timestamp:\"10/6/20 9:51 PM\"}}", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Frail V\",1:\"§7Sea creatures start with §a25%§7\",2:\"§7reduced health.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},EExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{frail:5}}}", "damage": 0, "lore": [ "§9Frail V", @@ -14,8 +14,9 @@ "§a§lUNCOMMON" ], "internalname": "FRAIL;5", + "parent": "FRAIL;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/FRAIL;6.json b/items/FRAIL;6.json index 4bc05f79..5a92d043 100644 --- a/items/FRAIL;6.json +++ b/items/FRAIL;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Frail VI\",1:\"§7Sea creatures start with §a30%§7\",2:\"§7reduced health.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{frail:6}}}", + "displayname": "§f§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Frail VI\",1:\"§7Sea creatures start with §a30%§7\",2:\"§7reduced health.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§aDrops rarely from Catfish.\",8:\"\",9:\"§9§lRARE\"],Name:\"§f§9Enchanted Book\"},ExtraAttributes:{id:\"FRAIL;6\",enchantments:{frail:6}}}", "damage": 0, "lore": [ "§9Frail VI", @@ -17,5 +17,8 @@ ], "internalname": "FRAIL;6", "parent": "FRAIL;4", - "modver": "1.0.0" -} + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FROST_WALKER;1.json b/items/FROST_WALKER;1.json index 57f32b1b..b3736287 100644 --- a/items/FROST_WALKER;1.json +++ b/items/FROST_WALKER;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Frost Walker I\",1:\"§7Ice blocks will be created below\",2:\"§7you when you walk above water in\",3:\"§7a radius of §a1 §7blocks.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"FROST_WALKER;1\",enchantments:{frost_walker:1},uuid:\"8e14ff55-30f5-430f-be2f-79aa4ce9501b\",timestamp:\"10/6/20 8:35 PM\"},AttributeModifiers:[]}", + "displayname": "§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Frost Walker I\",1:\"§7Ice blocks will be created below\",2:\"§7you when you walk above water in\",3:\"§7a radius of §a1 §7blocks.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{frost_walker:1}}}", "damage": 0, "lore": [ "§9Frost Walker I", @@ -14,9 +14,18 @@ "", "§f§lCOMMON" ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "", + "B2": "PAPER:1", + "B3": "PAPER:1", + "C1": "", + "C2": "PAPER:1", + "C3": "ICE:1" + }, "internalname": "FROST_WALKER;1", - "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.0.0" }
\ No newline at end of file diff --git a/items/GIANT_KILLER;5.json b/items/GIANT_KILLER;5.json index effcdcdb..e4614053 100644 --- a/items/GIANT_KILLER;5.json +++ b/items/GIANT_KILLER;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Giant Killer V\",1:\"§7Increases damage dealt by §a0.5%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"GIANT_KILLER;5\",enchantments:{giant_killer:5},uuid:\"c449c0d0-7455-4f1d-b62d-c12239fb41bb\",anvil_uses:1,timestamp:\"10/5/20 8:47 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer V\",1:\"§7Increases damage dealt by §a0.5%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{giant_killer:5}}}", "damage": 0, "lore": [ "§9Giant Killer V", @@ -16,8 +16,9 @@ "§a§lUNCOMMON" ], "internalname": "GIANT_KILLER;5", + "parent": "GIANT_KILLER;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/GIANT_KILLER;6.json b/items/GIANT_KILLER;6.json index 74ed52d8..7189d92f 100644 --- a/items/GIANT_KILLER;6.json +++ b/items/GIANT_KILLER;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer VI\",1:\"§7Increases damage dealt by §a0.6%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{giant_killer:6}}}", + "displayname": "§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer VI\",1:\"§7Increases damage dealt by §a0.6%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§aBought from the Dark Auction.\",10:\"\",11:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;6\",enchantments:{giant_killer:6}}}", "damage": 0, "lore": [ "§9Giant Killer VI", @@ -19,5 +19,8 @@ ], "internalname": "GIANT_KILLER;6", "parent": "GIANT_KILLER;4", - "modver": "1.0.0" -} + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GIANT_KILLER;7.json b/items/GIANT_KILLER;7.json new file mode 100644 index 00000000..41235a82 --- /dev/null +++ b/items/GIANT_KILLER;7.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§5Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Giant Killer VII\",1:\"§7Increases damage dealt by §a0.7%\",2:\"§a§7for each percent of extra\",3:\"§7health that your target has\",4:\"§7above you up to 25.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§aObtained from the Darker Auction\",10:\"\",11:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"GIANT_KILLER;7\",enchantments:{giant_killer:7}}}", + "damage": 0, + "lore": [ + "§9Giant Killer VII", + "§7Increases damage dealt by §a0.7%", + "§a§7for each percent of extra", + "§7health that your target has", + "§7above you up to 25.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained from the Darker Auction", + "", + "§5§lEPIC" + ], + "internalname": "GIANT_KILLER;7", + "parent": "GIANT_KILLER;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GROWTH;5.json b/items/GROWTH;5.json index e5c403e4..3ece6174 100644 --- a/items/GROWTH;5.json +++ b/items/GROWTH;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Growth V\",1:\"§7Grants §a+75 §c❤ Health§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"GROWTH;5\",enchantments:{growth:5},uuid:\"20315eda-bdfe-45a3-898d-1e05f9c26f1f\",anvil_uses:1,timestamp:\"10/6/20 9:43 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Growth V\",1:\"§7Grants §a+75 §c❤ Health§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{growth:5}}}", "damage": 0, "lore": [ "§9Growth V", @@ -13,8 +13,9 @@ "§a§lUNCOMMON" ], "internalname": "GROWTH;5", + "parent": "GROWTH;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/GROWTH;6.json b/items/GROWTH;6.json index 125b706e..e8ed10d0 100644 --- a/items/GROWTH;6.json +++ b/items/GROWTH;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Growth VI\",1:\"§7Grants §a+75 §c❤ Health§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{growth:6}}}", + "displayname": "§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Growth VI\",1:\"§7Grants §a+75 §c❤ Health§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§aBought from the Dark Auction.\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"GROWTH;6\",enchantments:{growth:6}}}", "damage": 0, "lore": [ "§9Growth VI", @@ -16,5 +16,8 @@ ], "internalname": "GROWTH;6", "parent": "GROWTH;4", - "modver": "1.0.0" -} + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GROWTH;7.json b/items/GROWTH;7.json new file mode 100644 index 00000000..fdb28d7d --- /dev/null +++ b/items/GROWTH;7.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§5Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Growth VII\",1:\"§7Grants §a+105 §c❤ Health§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§aObtained from the Darker Auction\",7:\"\",8:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"GROWTH;7\",enchantments:{growth:7}}}", + "damage": 0, + "lore": [ + "§9Growth VII", + "§7Grants §a+105 §c❤ Health§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained from the Darker Auction", + "", + "§5§lEPIC" + ], + "internalname": "GROWTH;7", + "parent": "GROWTH;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/HEGEMONY_ARTIFACT.json b/items/HEGEMONY_ARTIFACT.json new file mode 100644 index 00000000..00741492 --- /dev/null +++ b/items/HEGEMONY_ARTIFACT.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6Hegemony Artifact", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0c2309eb-0882-3594-bbd6-f34ae4a4bda8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzEzMzg0YTI5M2NmYmJhMzQ4OWI0ODNlYmMxZGU3NTg0Y2EyNzI2ZDdmNWMzYTYyMDUxMzQ3NDkyNWU4N2I5NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Doubles the stats of the reforge\",1:\"§7on this item.\",2:\"\",3:\"§aObtained from the Darker Auction\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§f§f§6Hegemony Artifact\"},ExtraAttributes:{originTag:\"DARK_AUCTION\",id:\"HEGEMONY_ARTIFACT\"}}", + "damage": 3, + "lore": [ + "§7Doubles the stats of the reforge", + "§7on this item.", + "", + "§aObtained from the Darker Auction", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY ACCESSORY" + ], + "internalname": "HEGEMONY_ARTIFACT", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Hegemony_Artifact" + ] +}
\ No newline at end of file diff --git a/items/INFINITE_QUIVER;10.json b/items/INFINITE_QUIVER;10.json index d6f8d1d5..2ba257da 100644 --- a/items/INFINITE_QUIVER;10.json +++ b/items/INFINITE_QUIVER;10.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§4Enchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Infinite Quiver X\",1:\"§7Saves arrows §a100%§7 of the\",2:\"§7time when you fire your bow.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§4§lSUPREME\"],Name:\"§f§f§4Enchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"INFINITE_QUIVER;10\",enchantments:{infinite_quiver:10},uuid:\"9dd99430-77ff-4e2e-a896-3ade0e076476\",anvil_uses:4,timestamp:\"9/22/20 2:30 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Infinite Quiver X\",1:\"§7Saves arrows §a100%§7 of the\",2:\"§7time when you fire your bow.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§4§lSUPREME\"],Name:\"§f§f§4Enchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"INFINITE_QUIVER;10\",enchantments:{infinite_quiver:10}}}", "damage": 0, "lore": [ "§9Infinite Quiver X", diff --git a/items/INFINITE_QUIVER;6.json b/items/INFINITE_QUIVER;6.json index 21f7810a..f38c6539 100644 --- a/items/INFINITE_QUIVER;6.json +++ b/items/INFINITE_QUIVER;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Infinite Quiver VI\",1:\"§7Saves arrows §a60%§7 of the time\",2:\"§7when you fire your bow.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{infinite_quiver:6}}}", + "displayname": "§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Infinite Quiver VI\",1:\"§7Saves arrows §a60%§7 of the time\",2:\"§7when you fire your bow.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"INFINITE_QUIVER;6\",enchantments:{infinite_quiver:6}}}", "damage": 0, "lore": [ "§9Infinite Quiver VI", @@ -15,5 +15,8 @@ ], "internalname": "INFINITE_QUIVER;6", "parent": "INFINITE_QUIVER;4", - "modver": "1.0.0" -} + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LAPIS_GENERATOR_1.json b/items/LAPIS_GENERATOR_1.json index 7ccd5bfb..37c3f4f5 100644 --- a/items/LAPIS_GENERATOR_1.json +++ b/items/LAPIS_GENERATOR_1.json @@ -14,15 +14,15 @@ "§7Max Storage: §e64" ], "recipe": { - "A1": "INK_SACK:4:32", - "A2": "INK_SACK:4:32", - "A3": "INK_SACK:4:32", - "B1": "INK_SACK:4:32", + "A1": "INK_SACK-4:32", + "A2": "INK_SACK-4:32", + "A3": "INK_SACK-4:32", + "B1": "INK_SACK-4:32", "B2": "WOOD_PICKAXE:1", - "B3": "INK_SACK:4:32", - "C1": "INK_SACK:4:32", - "C2": "INK_SACK:4:32", - "C3": "INK_SACK:4:32" + "B3": "INK_SACK-4:32", + "C1": "INK_SACK-4:32", + "C2": "INK_SACK-4:32", + "C3": "INK_SACK-4:32" }, "internalname": "LAPIS_GENERATOR_1", "clickcommand": "viewrecipe", @@ -31,4 +31,4 @@ "info": [ "https://hypixel-skyblock.fandom.com/wiki/Lapis_Minion" ] -}
\ No newline at end of file +} diff --git a/items/LETHALITY;5.json b/items/LETHALITY;5.json index 62f6abf9..e9819513 100644 --- a/items/LETHALITY;5.json +++ b/items/LETHALITY;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Lethality V\",1:\"§7Reduces the armor of your target\",2:\"§7by §a15% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"LETHALITY;5\",enchantments:{lethality:5},uuid:\"3c56f88c-7488-45a6-886b-e05ece06f5af\",anvil_uses:1,timestamp:\"10/6/20 9:07 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality V\",1:\"§7Reduces the armor of your target\",2:\"§7by §a15% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"LETHALITY;5\",enchantments:{lethality:5}}}", "damage": 0, "lore": [ "§9Lethality V", @@ -17,7 +17,8 @@ ], "internalname": "LETHALITY;5", "crafttext": "", + "parent": "LETHALITY;4", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/LETHALITY;6.json b/items/LETHALITY;6.json index d1786664..8a524552 100644 --- a/items/LETHALITY;6.json +++ b/items/LETHALITY;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§9Enchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Lethality VI\",1:\"§7Reduces the armor of your target\",2:\"§7by §a18% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"LETHALITY;6\",enchantments:{lethality:6},uuid:\"de5a4483-55ad-4ba9-93bf-6a4cf43e98ca\",timestamp:\"10/8/20 3:51 AM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lethality VI\",1:\"§7Reduces the armor of your target\",2:\"§7by §a18% §7for §68 §7seconds\",3:\"§7each time you hit them with\",4:\"§7melee. Stacks up to §a5 §7times.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"LETHALITY;6\",enchantments:{lethality:6}}}", "damage": 0, "lore": [ "§9Lethality VI", @@ -16,11 +16,8 @@ "§9§lRARE" ], "internalname": "LETHALITY;6", + "parent": "LETHALITY;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Enchantments" - ] + "modver": "1.3-REL" }
\ No newline at end of file diff --git a/items/LIFE_STEAL;3.json b/items/LIFE_STEAL;3.json index d0c89961..ec1c6336 100644 --- a/items/LIFE_STEAL;3.json +++ b/items/LIFE_STEAL;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Life Steal III\",1:\"§7Heals for §a0.3%§7 of the damage\",2:\"§7you deal to mobs.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"LIFE_STEAL;3\",enchantments:{life_steal:3},uuid:\"3c8f3766-b7ba-4b67-bbbc-83cd98923398\",anvil_uses:1,timestamp:\"10/6/20 10:06 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Life Steal III\",1:\"§7Heals for §a0.3%§7 of the damage\",2:\"§7you deal to mobs.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"LIFE_STEAL;3\",enchantments:{life_steal:3}}}", "damage": 0, "lore": [ "§9Life Steal III", @@ -14,8 +14,9 @@ "§f§lCOMMON" ], "internalname": "LIFE_STEAL;3", + "parent": "LIFE_STEAL;2", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/LIFE_STEAL;4.json b/items/LIFE_STEAL;4.json index 93e20d05..02ae4d1e 100644 --- a/items/LIFE_STEAL;4.json +++ b/items/LIFE_STEAL;4.json @@ -1,6 +1,6 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", + "displayname": "§9Enchanted Book", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Life Steal IV\",1:\"§7Heals for §a0.4%§7 of the damage\",2:\"§7you deal to mobs.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{life_steal:4}}}", "damage": 0, "lore": [ diff --git a/items/LOOTING;3.json b/items/LOOTING;3.json index 0467f151..687c17dd 100644 --- a/items/LOOTING;3.json +++ b/items/LOOTING;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Looting III\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a45%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"LOOTING;3\",enchantments:{looting:3},uuid:\"37d9f613-3ced-45f8-9149-262630720fae\",anvil_uses:1,timestamp:\"10/7/20 7:21 AM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Looting III\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a45%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{looting:3}}}", "damage": 0, "lore": [ "§9Looting III", @@ -16,7 +16,8 @@ ], "internalname": "LOOTING;3", "crafttext": "", + "parent": "LOOTING;2", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/LOOTING;4.json b/items/LOOTING;4.json index 7ef23171..f4b2f919 100644 --- a/items/LOOTING;4.json +++ b/items/LOOTING;4.json @@ -1,6 +1,6 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", + "displayname": "§9Enchanted Book", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Looting IV\",1:\"§7Increases the chance of a\",2:\"§7Monster dropping an item by\",3:\"§7§a60%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{looting:4}}}", "damage": 0, "lore": [ diff --git a/items/LUCK;5.json b/items/LUCK;5.json index 521dc5ea..64a2ca53 100644 --- a/items/LUCK;5.json +++ b/items/LUCK;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Luck V\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a25%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"LUCK;5\",enchantments:{luck:5},uuid:\"bcf895f0-c376-4d8f-8065-7cea4f396284\",anvil_uses:1,timestamp:\"10/6/20 10:45 AM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck V\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a25%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{luck:5}}}", "damage": 0, "lore": [ "§9Luck V", @@ -15,8 +15,9 @@ "§a§lUNCOMMON" ], "internalname": "LUCK;5", + "parent": "LUCK;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/LUCK;6.json b/items/LUCK;6.json index dfaf1199..a86bd3f5 100644 --- a/items/LUCK;6.json +++ b/items/LUCK;6.json @@ -1,6 +1,6 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", + "displayname": "§9Enchanted Book", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck VI\",1:\"§7Increases the chance for\",2:\"§7Monsters to drop their armor by\",3:\"§7§a30%§7\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{luck:6}}}", "damage": 0, "lore": [ diff --git a/items/LUCK_OF_THE_SEA;5.json b/items/LUCK_OF_THE_SEA;5.json index b8dae5fc..ab7cac3c 100644 --- a/items/LUCK_OF_THE_SEA;5.json +++ b/items/LUCK_OF_THE_SEA;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Luck of the Sea V\",1:\"§7Increases the chance of fishing\",2:\"§7treasure by §a5%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"LUCK_OF_THE_SEA;5\",enchantments:{luck_of_the_sea:5},uuid:\"ced3423c-a510-4d6d-b06c-de44e767ef0c\",anvil_uses:1,timestamp:\"10/5/20 7:40 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck of the Sea V\",1:\"§7Increases the chance of fishing\",2:\"§7treasure by §a5%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{luck_of_the_sea:5}}}", "damage": 0, "lore": [ "§9Luck of the Sea V", @@ -14,8 +14,9 @@ "§a§lUNCOMMON" ], "internalname": "LUCK_OF_THE_SEA;5", + "parent": "LUCK_OF_THE_SEA;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/LUCK_OF_THE_SEA;6.json b/items/LUCK_OF_THE_SEA;6.json index 5c5c11d6..eb3ec718 100644 --- a/items/LUCK_OF_THE_SEA;6.json +++ b/items/LUCK_OF_THE_SEA;6.json @@ -1,6 +1,6 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", + "displayname": "§9Enchanted Book", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Luck of the Sea VI\",1:\"§7Increases the chance of fishing\",2:\"§7treasure by §a6%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{luck_of_the_sea:6}}}", "damage": 0, "lore": [ diff --git a/items/LURE;5.json b/items/LURE;5.json index d36282c8..c140c90c 100644 --- a/items/LURE;5.json +++ b/items/LURE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Lure V\",1:\"§7Shortens the maximum time it\",2:\"§7takes to catch something by\",3:\"§7§a25%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"LURE;5\",enchantments:{lure:5},uuid:\"aa1424ac-f88c-4f28-a9ba-e37b37b6c5b3\",anvil_uses:1,timestamp:\"10/6/20 4:28 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lure V\",1:\"§7Shortens the maximum time it\",2:\"§7takes to catch something by\",3:\"§7§a25%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{lure:5}}}", "damage": 0, "lore": [ "§9Lure V", @@ -15,8 +15,9 @@ "§a§lUNCOMMON" ], "internalname": "LURE;5", + "parent": "LURE;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/LURE;6.json b/items/LURE;6.json index 723d809a..2c91d3c4 100644 --- a/items/LURE;6.json +++ b/items/LURE;6.json @@ -1,6 +1,6 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", + "displayname": "§9Enchanted Book", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Lure VI\",1:\"§7Shortens the maximum time it\",2:\"§7takes to catch something by\",3:\"§7§a30%§7.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{lure:6}}}", "damage": 0, "lore": [ diff --git a/items/MAGNET;5.json b/items/MAGNET;5.json new file mode 100644 index 00000000..317ff00c --- /dev/null +++ b/items/MAGNET;5.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Magnet V\",1:\"§7Grants §a5 §7additional\",2:\"§7experience orbs every time you\",3:\"§7successfully catch a fish.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{magnet:5}}}", + "damage": 0, + "lore": [ + "§9Magnet V", + "§7Grants §a5 §7additional", + "§7experience orbs every time you", + "§7successfully catch a fish.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "MAGNET;5", + "parent": "MAGNET;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/MAGNET;6.json b/items/MAGNET;6.json index 0ea50ea4..59d77a05 100644 --- a/items/MAGNET;6.json +++ b/items/MAGNET;6.json @@ -1,6 +1,6 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", + "displayname": "§9Enchanted Book", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Magnet VI\",1:\"§7Grants §a6 §7additional\",2:\"§7experience orbs every time you\",3:\"§7successfully catch a fish.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{magnet:6}}}", "damage": 0, "lore": [ diff --git a/items/MAXED_ENCHANT_BOOK.json b/items/MAXED_ENCHANT_BOOK.json index 5f6553dc..344d8a10 100644 --- a/items/MAXED_ENCHANT_BOOK.json +++ b/items/MAXED_ENCHANT_BOOK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§cMax Enchanted Book", - "nbttag": "{ench:[0:{lvl:5s,id:32s},1:{lvl:3s,id:8s},2:{lvl:3s,id:5s},3:{lvl:1s,id:6s}],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§aThis is to test custom enchant color.\",1:\"\",2:\"§9§d§lBank V, §9Aiming V\",3:\"§9Angler VI, §9Aqua Affinity I\",4:\"§9Blessing V, §9Caster VI\",5:\"§9Cleave V, §9Critical VI\",6:\"§9Cubism V, §9Depth Strider III\",7:\"§9Dragon Hunter V, §9Efficiency V\",8:\"§9Ender Slayer VI, §9Execute V\",9:\"§9Experience IV, §9Feather Falling X\",10:\"§9Fire Aspect II, §9First Strike IV\",11:\"§9Flame I, §9Fortune III\",12:\"§9Frail VI, §9Giant Killer VI\",13:\"§9Growth VI, §9Harvesting V\",14:\"§9Impaling III, §9Infinite Quiver X\",15:\"§9Knockback II, §9Lethality V\",16:\"§9Life Steal IV, §9Looting IV\",17:\"§9Luck VI, §9Luck of the Sea VI\",18:\"§9Lure VI, §9Magnet VI\",19:\"§9Piercing I, §9Power VI\",20:\"§9Protection VI, §9Punch II\",21:\"§9Rainbow I, §9Rejuvenate V\",22:\"§9Replenish I, §9Respiration III\",23:\"§9Scavenger V, §9Sharpness VI\",24:\"§9Snipe III, §9Spiked Hook VI\",25:\"§9Sugar Rush III, §9Telekinesis I\",26:\"§9Thorns III, §9Thunderlord V\",27:\"§9True Protection I, §9Vampirism VI\",28:\"§9Venomous V\",29:\"\",30:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§cMax Enchanted Book\"},ExtraAttributes:{rarity_upgrades:1,originTag:\"CRAFTING_GRID_SHIFT\",id:\"MAXED_E\",enchantments:{impaling:3,thorns:3,luck:6,feather_falling:10,respiration:3,knockback:2,ender_slayer:6,scavenger:5,experience:4,fire_aspect:2,luck_of_the_sea:6,life_steal:4,thunderlord:5,rejuvenate:5,sharpness:6,lethality:5,efficiency:5,cleave:5,frail:6,execute:5,aqua_affinity:1,rainbow:1,true_protection:1,infinite_quiver:10,angler:6,replenish:1,blessing:5,critical:6,piercing:1,protection:6,telekinesis:1,lure:6,giant_killer:6,punch:2,caster:6,sugar_rush:3,harvesting:5,dragon_hunter:5,venomous:5,spiked_hook:6,power:6,cubism:5,fortune:3,looting:4,snipe:3,vampirism:6,magnet:6,depth_strider:3,first_strike:4,ultimate_bank:5,growth:6,flame:1,aiming:5},uuid:\"d4fe1393-3b18-4c43-921b-a6d2770a3444\",timestamp:\"7/25/20 9:58 AM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[0:{lvl:5s,id:32s},1:{lvl:3s,id:8s},2:{lvl:3s,id:5s},3:{lvl:1s,id:6s}],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§aThis is to test custom enchant color.\",1:\"\",2:\"§9§d§lBank V, §9Aiming V\",3:\"§9Angler VI, §9Aqua Affinity I\",4:\"§9Blessing V, §9Caster VI\",5:\"§9Cleave V, §9Critical VI\",6:\"§9Cubism V, §9Depth Strider III\",7:\"§9Dragon Hunter V, §9Efficiency V\",8:\"§9Ender Slayer VI, §9Execute V\",9:\"§9Experience IV, §9Feather Falling X\",10:\"§9Fire Aspect II, §9First Strike IV\",11:\"§9Flame I, §9Fortune III\",12:\"§9Frail VI, §9Giant Killer VII\",13:\"§9Growth VII, §9Harvesting V\",14:\"§9Impaling III, §9Infinite Quiver X\",15:\"§9Knockback II, §9Lethality VI\",16:\"§9Life Steal IV, §9Looting IV\",17:\"§9Luck VI, §9Luck of the Sea VI\",18:\"§9Lure VI, §9Magnet VI\",19:\"§9Piercing I, §9Power VII\",20:\"§9Protection VII, §9Punch II\",21:\"§9Rainbow I, §9Rejuvenate V\",22:\"§9Replenish I, §9Respiration III\",23:\"§9Scavenger V, §9Sharpness VII\",24:\"§9Snipe III, §9Spiked Hook VI\",25:\"§9Sugar Rush III, §9Telekinesis I\",26:\"§9Thorns III, §9Thunderlord VI\",27:\"§9True Protection I, §9Vampirism VI\",28:\"§9Venomous V\",29:\"\",30:\"§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka\"],Name:\"§f§f§cMax Enchanted Book\"},ExtraAttributes:{rarity_upgrades:1,originTag:\"CRAFTING_GRID_SHIFT\",id:\"MAXED_ENCHANT_BOOK\",enchantments:{impaling:3,thorns:3,luck:6,feather_falling:10,respiration:3,knockback:2,ender_slayer:6,scavenger:5,experience:4,fire_aspect:2,luck_of_the_sea:6,life_steal:4,thunderlord:5,rejuvenate:5,sharpness:7,lethality:5,efficiency:5,cleave:5,frail:6,execute:5,aqua_affinity:1,rainbow:1,true_protection:1,infinite_quiver:10,angler:6,replenish:1,blessing:5,critical:6,piercing:1,protection:6,telekinesis:1,lure:6,giant_killer:6,punch:2,caster:6,sugar_rush:3,harvesting:5,dragon_hunter:5,venomous:5,spiked_hook:6,power:7,cubism:5,fortune:3,looting:4,snipe:3,vampirism:6,magnet:6,depth_strider:3,first_strike:4,ultimate_bank:5,growth:6,flame:1,aiming:5},uuid:\"d4fe1393-3b18-4c43-921b-a6d2770a3444\",timestamp:\"7/25/20 9:58 AM\"},AttributeModifiers:[]}", "damage": 0, "lore": [ "§aThis is to test custom enchant color.", @@ -16,21 +16,21 @@ "§9Experience IV, §9Feather Falling X", "§9Fire Aspect II, §9First Strike IV", "§9Flame I, §9Fortune III", - "§9Frail VI, §9Giant Killer VI", - "§9Growth VI, §9Harvesting V", + "§9Frail VI, §9Giant Killer VII", + "§9Growth VII, §9Harvesting V", "§9Impaling III, §9Infinite Quiver X", - "§9Knockback II, §9Lethality V", + "§9Knockback II, §9Lethality VI", "§9Life Steal IV, §9Looting IV", "§9Luck VI, §9Luck of the Sea VI", "§9Lure VI, §9Magnet VI", - "§9Piercing I, §9Power VI", - "§9Protection VI, §9Punch II", + "§9Piercing I, §9Power VII", + "§9Protection VII, §9Punch II", "§9Rainbow I, §9Rejuvenate V", "§9Replenish I, §9Respiration III", - "§9Scavenger V, §9Sharpness VI", + "§9Scavenger V, §9Sharpness VII", "§9Snipe III, §9Spiked Hook VI", "§9Sugar Rush III, §9Telekinesis I", - "§9Thorns III, §9Thunderlord V", + "§9Thorns III, §9Thunderlord VI", "§9True Protection I, §9Vampirism VI", "§9Venomous V", "", @@ -39,7 +39,7 @@ "internalname": "MAXED_ENCHANT_BOOK", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "", "info": [ "§aWhy would someone make this anyways, atleast we can use it to test /neuec" diff --git a/items/MIDAS_STAFF.json b/items/MIDAS_STAFF.json new file mode 100644 index 00000000..20673b73 --- /dev/null +++ b/items/MIDAS_STAFF.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:golden_shovel", + "displayname": "§6Midas Staff", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d305 \",1:\"§7Damage: §c+130 \",2:\"§7Strength: §c+150 \",3:\"\",4:\"§7Intelligence: §a+50 \",5:\"\",6:\"§6Item Ability: Molten Wave §e§lRIGHT CLICK\",7:\"§7Cast a wave of molten gold in\",8:\"§7the direction you are facing!\",9:\"§7Deals up to §c86,752 §7damage.\",10:\"§8Mana Cost: §3500\",11:\"§8Cooldown: §a1s\",12:\"\",13:\"§6Item Ability: Greed\",14:\"§7The §3ability damage bonus §7of\",15:\"§7this item is dependent on the\",16:\"§7price paid for it at the §5Dark\",17:\"§5Auction§7!\",18:\"§7The maximum bonus of this item\",19:\"§7is §316000 §7if the bid was\",20:\"§7§6100,000,000 Coins §7or higher!\",21:\"\",22:\"§7§8This item can be reforged!\",23:\"§7§4❣ §cRequires §aCatacombs Level 25\",24:\"§a§cwhile in Catacombs\",25:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Midas Staff\"},ExtraAttributes:{dungeon_item_level:0,id:\"MIDAS_STAFF\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d305 ", + "§7Damage: §c+130 ", + "§7Strength: §c+150 ", + "", + "§7Intelligence: §a+50 ", + "", + "§6Item Ability: Molten Wave §e§lRIGHT CLICK", + "§7Cast a wave of molten gold in", + "§7the direction you are facing!", + "§7Deals up to §c86,752 §7damage.", + "§8Mana Cost: §3500", + "§8Cooldown: §a1s", + "", + "§6Item Ability: Greed", + "§7The §3ability damage bonus §7of", + "§7this item is dependent on the", + "§7price paid for it at the §5Dark", + "§5Auction§7!", + "§7The maximum bonus of this item", + "§7is §316000 §7if the bid was", + "§7§6100,000,000 Coins §7or higher!", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Level 25", + "§a§cwhile in Catacombs", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "internalname": "MIDAS_STAFF", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/MOIL_LOG.json b/items/MOIL_LOG.json new file mode 100644 index 00000000..39662c6d --- /dev/null +++ b/items/MOIL_LOG.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aMoil Log", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9de75f66-caf9-3639-bfa1-685b3b700af5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODJkMWE3ZWZlNWQ5ZmFmY2U0N2UxZDg5ODZiYjZlZjVjZTY0Njk1ZjA2N2Y4YWM5ZGZiYzIzYjVmYjU3MiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Moil §7reforge to\",5:\"§7an axe.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aV§7!\",9:\"\",10:\"§a§lUNCOMMON REFORGE STONE\"],Name:\"§aMoil Log\"},ExtraAttributes:{id:\"MOIL_LOG\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Moil §7reforge to", + "§7an axe.", + "", + "§7Requires §aMining Skill Level", + "§aV§7!", + "", + "§a§lUNCOMMON REFORGE STONE" + ], + "internalname": "MOIL_LOG", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/OVERLOAD;5.json b/items/OVERLOAD;5.json new file mode 100644 index 00000000..ac7a5418 --- /dev/null +++ b/items/OVERLOAD;5.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Overload V\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a5%§7 and §9☣ Crit Chance §7by\",3:\"§7§a5%§7. Having a Critical chance\",4:\"§7above §9100% §7grants a chance\",5:\"§7to perform a Mega Critical Hit\",6:\"§7dealing §950% §7extra damage.\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"OVERLOAD;5\",enchantments:{overload:5}}}", + "damage": 0, + "lore": [ + "§9Overload V", + "§7Increases §9☠ Crit Damage §7by", + "§7§a5%§7 and §9☣ Crit Chance §7by", + "§7§a5%§7. Having a Critical chance", + "§7above §9100% §7grants a chance", + "§7to perform a Mega Critical Hit", + "§7dealing §950% §7extra damage.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "OVERLOAD;5", + "parent": "OVERLOAD;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PET_SKIN_TIGER_TWILIGHT.json b/items/PET_SKIN_TIGER_TWILIGHT.json new file mode 100644 index 00000000..ccde3804 --- /dev/null +++ b/items/PET_SKIN_TIGER_TWILIGHT.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dTwilight Tiger Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"76dba2c8-4555-317e-b3f5-550d29427354\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODk2MjExZGM1OTkzNjhkYmQ5MDU2YzAxMTZhYjYxMDYzOTkxZGI3OTNiZTkzMDY2YTg1OGViNGU5Y2U1NjQzOCJ9fX0K\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet skins change the look and\",3:\"§7particle trail of your pet but\",4:\"§7only one skin can be active at a\",5:\"§7time!\",6:\"\",7:\"§7§7This skin can only be applied\",8:\"§7to Tiger pets.\",9:\"\",10:\"§5This skin adapts to the day-night cycle!\",11:\"\",12:\"§7§eRight click on your pet to\",13:\"§eapply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dTwilight Tiger Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_TIGER_TWILIGHT\",uuid:\"6df6a3a6-e648-4f4a-ab29-a58328f157e9\",timestamp:\"10/20/20 6:04 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet skins change the look and", + "§7particle trail of your pet but", + "§7only one skin can be active at a", + "§7time!", + "", + "§7§7This skin can only be applied", + "§7to Tiger pets.", + "", + "§5This skin adapts to the day-night cycle!", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "PET_SKIN_TIGER_TWILIGHT", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PLASMAFLUX_POWER_ORB.json b/items/PLASMAFLUX_POWER_ORB.json new file mode 100644 index 00000000..b467f153 --- /dev/null +++ b/items/PLASMAFLUX_POWER_ORB.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Plasmaflux Power Orb", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e1947bef-4d17-32e2-a9e0-0d504348fe4e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzE3NjQyODEzNSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNlZDRjZTIzOTMzZTY2ZTA0ZGYxNjA3MDY0NGY3NTk5ZWViNTUzMDdmN2VhZmU4ZDkyZjQwZmIzNTIwODYzYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§6Item Ability: Deploy\",1:\"§7Place an orb for §a60s §7buffing\",2:\"§7up to §b5 §7players within §a20\",3:\"§a§7blocks.\",4:\"§8Costs 50% of max mana.\",5:\"§8Only one orb applies per player.\",6:\"\",7:\"§6Orb Buff: Plasmaflux\",8:\"§7Grants §b+125% §7base mana regen.\",9:\"§7Heals §c3% §7of max §c❤§7 per second.\",10:\"§7Increases all heals by §a+7.5%§7.\",11:\"§7Grants §c+35❁ Strength§7.\",12:\"\",13:\"§6§lLEGENDARY\"],Name:\"§6Plasmaflux Power Orb\"},ExtraAttributes:{id:\"PLASMAFLUX_POWER_ORB\"}}", + "damage": 3, + "lore": [ + "§6Item Ability: Deploy", + "§7Place an orb for §a60s §7buffing", + "§7up to §b5 §7players within §a20", + "§a§7blocks.", + "§8Costs 50% of max mana.", + "§8Only one orb applies per player.", + "", + "§6Orb Buff: Plasmaflux", + "§7Grants §b+125% §7base mana regen.", + "§7Heals §c3% §7of max §c❤§7 per second.", + "§7Increases all heals by §a+7.5%§7.", + "§7Grants §c+35❁ Strength§7.", + "", + "§6§lLEGENDARY" + ], + "recipe": { + "A1": "ENCHANTED_OBSIDIAN:64", + "A2": "PLASMA_NUCLEUS:1", + "A3": "ENCHANTED_OBSIDIAN:64", + "B1": "GOLDEN_TOOTH:24", + "B2": "OVERFLUX_POWER_ORB:1", + "B3": "GOLDEN_TOOTH:24", + "C1": "ENCHANTED_OBSIDIAN:64", + "C2": "GOLDEN_TOOTH:24", + "C3": "ENCHANTED_OBSIDIAN:64" + }, + "internalname": "PLASMAFLUX_POWER_ORB", + "clickcommand": "viewrecipe", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/PLASMA_NUCLEUS.json b/items/PLASMA_NUCLEUS.json new file mode 100644 index 00000000..e1ea1ae8 --- /dev/null +++ b/items/PLASMA_NUCLEUS.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§6Plasma Nucleus", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Combine with an §5Overflux Power\",1:\"§5Orb §7to increase its strength\",2:\"§7and create a §6Plasmaflux Power\",3:\"§6Orb§7.\",4:\"\",5:\"§eRight-click to view recipes!\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6Plasma Nucleus\"},ExtraAttributes:{id:\"PLASMA_NUCLEUS\"}}", + "damage": 5, + "lore": [ + "§7Combine with an §5Overflux Power", + "§5Orb §7to increase its strength", + "§7and create a §6Plasmaflux Power", + "§6Orb§7.", + "", + "§eRight-click to view recipes!", + "", + "§6§lLEGENDARY" + ], + "internalname": "PLASMA_NUCLEUS", + "clickcommand": "", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/POWER;5.json b/items/POWER;5.json index 2495a35f..3a4208aa 100644 --- a/items/POWER;5.json +++ b/items/POWER;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Power V\",1:\"§7Increases bow damage by §a40%§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"POWER;5\",enchantments:{power:5},uuid:\"5be3e0cc-8df0-40c1-a455-c7bd5fc025b5\",anvil_uses:1,timestamp:\"10/5/20 8:10 AM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Power V\",1:\"§7Increases bow damage by §a40%§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{power:5}}}", "damage": 0, "lore": [ "§9Power V", @@ -13,8 +13,9 @@ "§a§lUNCOMMON" ], "internalname": "POWER;5", + "parent": "POWER;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/POWER;6.json b/items/POWER;6.json index cbc07700..7005768d 100644 --- a/items/POWER;6.json +++ b/items/POWER;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Power VI\",1:\"§7Increases bow damage by §a48%§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{power:6}}}", + "displayname": "§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Power VI\",1:\"§7Increases bow damage by §a48%§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§aObtained from the Dark Auction.\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"POWER;6\",enchantments:{power:6}}}", "damage": 0, "lore": [ "§9Power VI", @@ -16,5 +16,8 @@ ], "internalname": "POWER;6", "parent": "POWER;4", - "modver": "1.0.0" -} + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/POWER;7.json b/items/POWER;7.json new file mode 100644 index 00000000..0c0c8e7c --- /dev/null +++ b/items/POWER;7.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§5Enchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Power VII\",1:\"§7Increases bow damage by §a56%§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§aObtained at the Darker Auction\",7:\"\",8:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{power:7}}}", + "damage": 0, + "lore": [ + "§9Power VII", + "§7Increases bow damage by §a56%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained at the Darker Auction", + "", + "§5§lEPIC" + ], + "internalname": "POWER;7", + "parent": "POWER;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PROTECTION;5.json b/items/PROTECTION;5.json index a637921a..3f446053 100644 --- a/items/PROTECTION;5.json +++ b/items/PROTECTION;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Protection V\",1:\"§7Grants §a+15 §a❈ Defense§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"PROTECTION;5\",enchantments:{protection:5},uuid:\"74c40c97-5287-4a63-a929-f454b24b2f14\",anvil_uses:1,timestamp:\"10/6/20 8:57 PM\"},AttributeModifiers:[]}", + "displayname": "§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Protection V\",1:\"§7Grants §a+15 §a❈ Defense§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§a§lUNCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{protection:5}}}", "damage": 0, "lore": [ "§9Protection V", @@ -13,8 +13,6 @@ "§a§lUNCOMMON" ], "internalname": "PROTECTION;5", - "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "parent": "PROTECTION;4", + "modver": "1.4-REL" }
\ No newline at end of file diff --git a/items/PROTECTION;6.json b/items/PROTECTION;6.json index 2742f058..6173fe0f 100644 --- a/items/PROTECTION;6.json +++ b/items/PROTECTION;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Protection VI\",1:\"§7Grants §a+18 §a❈ Defense§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{protection:6}}}", + "displayname": "§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Protection VI\",1:\"§7Grants §a+18 §a❈ Defense§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§aObtained from the Dark Auction or\",7:\"§afrom Tomioka for 4 million\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"PROTECTION;6\",enchantments:{protection:6}}}", "damage": 0, "lore": [ "§9Protection VI", @@ -10,11 +10,15 @@ "§7Use this on an item in an Anvil", "§7to apply it!", "", - "§aObtained from the Dark Auction.", + "§aObtained from the Dark Auction or", + "§afrom Tomioka for 4 million", "", "§9§lRARE" ], "internalname": "PROTECTION;6", "parent": "PROTECTION;4", - "modver": "1.0.0" -} + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PROTECTION;7.json b/items/PROTECTION;7.json new file mode 100644 index 00000000..61403855 --- /dev/null +++ b/items/PROTECTION;7.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§5Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Protection VII\",1:\"§7Grants §a+21 §a❈ Defense§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§aObtained from the Darker Auction.\",7:\"\",8:\"§5§lEPIC\"],Name:\"§5Enchanted Book\"},ExtraAttributes:{id:\"PROTECTION;7\",enchantments:{protection:7}}}", + "damage": 0, + "lore": [ + "§9Protection VII", + "§7Grants §a+21 §a❈ Defense§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained from the Darker Auction.", + "", + "§5§lEPIC" + ], + "internalname": "PROTECTION;7", + "parent": "PROTECTION;4", + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/REFINED_AMBER.json b/items/REFINED_AMBER.json new file mode 100644 index 00000000..476335cb --- /dev/null +++ b/items/REFINED_AMBER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Refined Amber", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0ef07f4f-363a-3849-a0d8-07cad14d7bcd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmU3NzVmZjFkYWE0NmI3YzJiZWFiNTYzMTI5ZDM0NjQ0YzVkNWY5MTg2YmIxM2M1MTZhNWUwNWYwY2Q0ZTQ1MSJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Refined §7reforge\",5:\"§7to a pickaxe.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXXV§7!\",9:\"\",10:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Refined Amber\"},ExtraAttributes:{id:\"REFINED_AMBER\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Refined §7reforge", + "§7to a pickaxe.", + "", + "§7Requires §aMining Skill Level", + "§aXXV§7!", + "", + "§5§lEPIC REFORGE STONE" + ], + "internalname": "REFINED_AMBER", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/REFORGE_ANVIL.json b/items/REFORGE_ANVIL.json index 0778756a..f3408ed2 100644 --- a/items/REFORGE_ANVIL.json +++ b/items/REFORGE_ANVIL.json @@ -1,11 +1,8 @@ { - "internalname": "REFORGE_ANVIL", - "itemid": 145, + "itemid": "minecraft:anvil", "displayname": "§5Reforge Anvil", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Opens a menu that allows you to\",1:\"§7apply advanced reforges to items\",2:\"§7using various types of §aReforge\",3:\"§aStones§7.\",4:\"\",5:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Reforge Anvil\"},ExtraAttributes:{id:\"REFORGE_ANVIL\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§7Opens a menu that allows you to", "§7apply advanced reforges to items", @@ -13,5 +10,10 @@ "§aStones§7.", "", "§5§lEPIC DUNGEON ITEM" - ] + ], + "internalname": "REFORGE_ANVIL", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/REJUVENATE;5.json b/items/REJUVENATE;5.json index 0c9756ae..a4ae3ea4 100644 --- a/items/REJUVENATE;5.json +++ b/items/REJUVENATE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Rejuvenate V\",1:\"§7Increases your natural\",2:\"§7regeneration by §a+10%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"REJUVENATE;5\",enchantments:{rejuvenate:5},uuid:\"825cdf08-fef2-48fb-abd9-3912ef58631b\",anvil_uses:4,timestamp:\"9/21/20 10:54 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Rejuvenate V\",1:\"§7Increases your natural\",2:\"§7regeneration by §a+10%§7.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{rejuvenate:5}}}", "damage": 0, "lore": [ "§9Rejuvenate V", @@ -14,8 +14,9 @@ "§a§lUNCOMMON" ], "internalname": "REJUVENATE;5", + "parent": "REJUVENATE;1", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/SCAVENGER;3.json b/items/SCAVENGER;3.json index 8b41a8c8..77c87374 100644 --- a/items/SCAVENGER;3.json +++ b/items/SCAVENGER;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Scavenger III\",1:\"§7Scavenge §60.9 Coins §7per\",2:\"§7monster level on kill.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"SCAVENGER;3\",enchantments:{scavenger:3},uuid:\"d2f069a2-5150-4afb-a93d-3091a5c2d6dc\",anvil_uses:2,timestamp:\"10/6/20 9:04 PM\"}}", + "displayname": "§f§f§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Scavenger III\",1:\"§7Scavenge §60.9 Coins §7per\",2:\"§7monster level on kill.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{scavenger:3}}}", "damage": 0, "lore": [ "§9Scavenger III", @@ -14,8 +14,9 @@ "§f§lCOMMON" ], "internalname": "SCAVENGER;3", + "parent": "SCAVENGER;2", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/SCAVENGER;4.json b/items/SCAVENGER;4.json index dcf47d49..5e5771b4 100644 --- a/items/SCAVENGER;4.json +++ b/items/SCAVENGER;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Scavenger IV\",1:\"§7Scavenge §61.2 Coins §7per\",2:\"§7monster level on kill.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{scavenger:4}}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Scavenger IV\",1:\"§7Scavenge §61.2 Coins §7per\",2:\"§7monster level on kill.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{scavenger:4}}}", "damage": 0, "lore": [ "§9Scavenger IV", @@ -11,9 +11,9 @@ "§7Use this on an item in an Anvil", "§7to apply it!", "", - "§aObtained from opening Gifts.", + "§aObtained from opening Gifts", "", - "§9§lRARE" + "§f§lCOMMON" ], "internalname": "SCAVENGER;4", "parent": "SCAVENGER;2", diff --git a/items/SCAVENGER;5.json b/items/SCAVENGER;5.json new file mode 100644 index 00000000..01aeb53d --- /dev/null +++ b/items/SCAVENGER;5.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Scavenger V\",1:\"§7Scavenge §61.5 Coins §7per\",2:\"§7monster level on kill.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9alUNCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{scavenger:5}}}", + "damage": 0, + "lore": [ + "§9Scavenger V", + "§7Scavenge §61.5 Coins §7per", + "§7monster level on kill.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aBought from Tomioka for 15 million", + "", + "§a§lUNCOMMON" + ], + "internalname": "SCAVENGER;5", + "parent": "SCAVENGER;2", + "modver": "1.4-REL" +} diff --git a/items/SHARPNESS;5.json b/items/SHARPNESS;5.json index 45840a2d..755ae843 100644 --- a/items/SHARPNESS;5.json +++ b/items/SHARPNESS;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Sharpness V\",1:\"§7Increases melee damage dealt by\",2:\"§7§a25%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"SHARPNESS;5\",enchantments:{sharpness:5},uuid:\"e82faba1-b337-4bd4-a513-7bff6711215d\",anvil_uses:1,timestamp:\"10/5/20 7:08 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness V\",1:\"§7Increases melee damage dealt by\",2:\"§7§a25%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{sharpness:5}}}", "damage": 0, "lore": [ "§9Sharpness V", @@ -14,8 +14,9 @@ "§a§lUNCOMMON" ], "internalname": "SHARPNESS;5", + "parent": "SHARPNESS;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/SHARPNESS;6.json b/items/SHARPNESS;6.json index 4117a73c..3c674d3c 100644 --- a/items/SHARPNESS;6.json +++ b/items/SHARPNESS;6.json @@ -1,8 +1,8 @@ { "itemid": "minecraft:enchanted_book", "parent": "SHARPNESS;4", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness VI\",1:\"§7Increases melee damage dealt by\",2:\"§7§a30%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{sharpness:6}}}", + "displayname": "§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sharpness VI\",1:\"§7Increases melee damage dealt by\",2:\"§7§a30%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§aObtained from the Dark Auction or\",8:\"§afrom Tomioka for 10 million\",9:\"\",10:\"§9§lRARE\"],Name:\"§9Enchanted Book\"},ExtraAttributes:{id:\"SHARPNESS;6\",enchantments:{sharpness:6}}}", "damage": 0, "lore": [ "§9Sharpness VI", @@ -12,11 +12,14 @@ "§7Use this on an item in an Anvil", "§7to apply it!", "", - "§aObtained from the Dark Auction.", + "§aObtained from the Dark Auction or", + "§afrom Tomioka for 10 million", "", "§9§lRARE" ], "internalname": "SHARPNESS;6", - "parent": "SHARPNESS;4", - "modver": "1.0.0" -} + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SHARPNESS;7.json b/items/SHARPNESS;7.json new file mode 100644 index 00000000..a42ee737 --- /dev/null +++ b/items/SHARPNESS;7.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§5Enchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Sharpness VII\",1:\"§7Increases melee damage dealt by\",2:\"§7§a35%§7\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{sharpness:7}}}", + "damage": 0, + "lore": [ + "§9Sharpness VII", + "§7Increases melee damage dealt by", + "§7§a35%§7", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§5§lEPIC" + ], + "internalname": "SHARPNESS;7", + "parent": "SHARPNESS;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SMELTING_TOUCH;1.json b/items/SMELTING_TOUCH;1.json index 529fc1da..eea89cd5 100644 --- a/items/SMELTING_TOUCH;1.json +++ b/items/SMELTING_TOUCH;1.json @@ -26,6 +26,5 @@ }, "internalname": "SMELTING_TOUCH;1", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "crafttext": "Requires: Coal II" + "modver": "1.0.0" }
\ No newline at end of file diff --git a/items/SMITE;5.json b/items/SMITE;5.json index 8849494d..95293916 100644 --- a/items/SMITE;5.json +++ b/items/SMITE;5.json @@ -1,14 +1,14 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite V\",1:\"§7Increases damage dealt to\",2:\"§7§7Withers§7, §7Zombie Pigmen§7,\",3:\"§7§7Skeletons§7, and §7Zombies§7\",4:\"§7by §a40%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"SMITE;5\",enchantments:{smite:5},uuid:\"f486245f-d048-47ef-9d3b-530cf31dc48e\",anvil_uses:1,timestamp:\"10/3/20 3:42 PM\"}}", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite V\",1:\"§7Increases damage dealt to\",2:\"§7§7Skeletons§7, §7Zombies§7,\",3:\"§7§7Zombie Pigmen§7, and\",4:\"§7§7Withers§7 by §a40%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{smite:5}}}", "damage": 0, "lore": [ "§9Smite V", "§7Increases damage dealt to", - "§7§7Withers§7, §7Zombie Pigmen§7,", - "§7§7Skeletons§7, and §7Zombies§7", - "§7by §a40%§7.", + "§7§7Skeletons§7, §7Zombies§7,", + "§7§7Zombie Pigmen§7, and", + "§7§7Withers§7 by §a40%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", @@ -16,8 +16,9 @@ "§a§lUNCOMMON" ], "internalname": "SMITE;5", + "parent": "SMITE;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/SMITE;6.json b/items/SMITE;6.json index 253e9949..a7fab33f 100644 --- a/items/SMITE;6.json +++ b/items/SMITE;6.json @@ -1,23 +1,24 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite VI\",1:\"§7Increases damage dealt to\",2:\"§7§7Zombie Pigmen§7, §7Zombies§7,\",3:\"§7§7Withers§7, and §7Skeletons§7\",4:\"§7by §a48%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{smite:6}}}", + "displayname": "§f§f§9Enchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Smite VI\",1:\"§7Increases damage dealt to\",2:\"§7§7Skeletons§7, §7Zombies§7,\",3:\"§7§7Zombie Pigmen§7, and\",4:\"§7§7Withers§7 by §a48%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{smite:6}}}", "damage": 0, "lore": [ "§9Smite VI", "§7Increases damage dealt to", - "§7§7Zombie Pigmen§7, §7Zombies§7,", - "§7§7Withers§7, and §7Skeletons§7", - "§7by §a48%§7.", + "§7§7Skeletons§7, §7Zombies§7,", + "§7§7Zombie Pigmen§7, and", + "§7§7Withers§7 by §a48%§7.", "", "§7Use this on an item in an Anvil", "§7to apply it!", "", - "§aRare drop from Revenants.", - "", "§9§lRARE" ], "internalname": "SMITE;6", "parent": "SMITE;4", - "modver": "1.0.0" -} + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SMITE;7.json b/items/SMITE;7.json new file mode 100644 index 00000000..76e20c94 --- /dev/null +++ b/items/SMITE;7.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§5Enchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Smite VII\",1:\"§7Increases damage dealt to\",2:\"§7§7Skeletons§7, §7Zombies§7,\",3:\"§7§7Zombie Pigmen§7, and\",4:\"§7§7Withers§7 by §a56%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§aBought from Tomioka for 25 million\",10:\"\",11:\"§5§lEPIC\"],Name:\"§f§f§5Enchanted Book\"},ExtraAttributes:{id:\"SMITE;7\",enchantments:{smite:7}}}", + "damage": 0, + "lore": [ + "§9Smite VII", + "§7Increases damage dealt to", + "§7§7Skeletons§7, §7Zombies§7,", + "§7§7Zombie Pigmen§7, and", + "§7§7Withers§7 by §a56%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aBought from Tomioka for 25 million", + "", + "§5§lEPIC" + ], + "internalname": "SMITE;7", + "parent": "SMITE;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SPIKED_HOOK;5.json b/items/SPIKED_HOOK;5.json index 35ce7fea..833cd4e0 100644 --- a/items/SPIKED_HOOK;5.json +++ b/items/SPIKED_HOOK;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§aEnchanted Book", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Spiked Hook V\",1:\"§7Fishing rod deals §a25%§7 more\",2:\"§7damage to monsters.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"SPIKED_HOOK;5\",enchantments:{spiked_hook:5},uuid:\"446aa9b9-99c6-4230-aa1c-88a914cc3022\",anvil_uses:1,timestamp:\"10/6/20 9:47 PM\"}}", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Spiked Hook V\",1:\"§7Fishing rod deals §a25%§7 more\",2:\"§7damage to monsters.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"ENCHANTING_TABLE\",id:\"SPIKED_HOOK;5\",enchantments:{spiked_hook:5}}}", "damage": 0, "lore": [ "§9Spiked Hook V", @@ -14,8 +14,9 @@ "§a§lUNCOMMON" ], "internalname": "SPIKED_HOOK;5", + "parent": "SPIKED_HOOK;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/SPIKED_HOOK;6.json b/items/SPIKED_HOOK;6.json index 1f32b18f..88564e3d 100644 --- a/items/SPIKED_HOOK;6.json +++ b/items/SPIKED_HOOK;6.json @@ -1,6 +1,6 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", + "displayname": "§9Enchanted Book", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Spiked Hook VI\",1:\"§7Fishing rod deals §a30%§7 more\",2:\"§7damage to monsters.\",3:\"\",4:\"§7Use this on an item in an Anvil\",5:\"§7to apply it!\",6:\"\",7:\"§aDrops rarely from Sea Leeches.\",8:\"\",9:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SPIKED_HOOK;6\",enchantments:{spiked_hook:4}}}", "damage": 0, "lore": [ diff --git a/items/SUGAR_RUSH;1.json b/items/SUGAR_RUSH;1.json index 288e1f39..2260a094 100644 --- a/items/SUGAR_RUSH;1.json +++ b/items/SUGAR_RUSH;1.json @@ -1,11 +1,11 @@ { "internalname": "SUGAR_RUSH;1", - "itemid": 403, + "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sugar Rush I\",1:\"§7Grants §a+2 §f✦ Speed§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{sugar_rush:1}}}", - "modver": "1.0.0", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Sugar Rush I\",1:\"§7Grants §a+2 §f✦ Speed§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§aBought from the Fear Mongerer with 250k\",7:\"§acoins and a stack of green candy\",8:\"\",9:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"SUGAR_RUSH;1\",enchantments:{sugar_rush:1}}}", + "modver": "1.4-REL", "lore": [ "§9Sugar Rush I", "§7Grants §a+2 §f✦ Speed§7.", @@ -13,6 +13,11 @@ "§7Use this on an item in an Anvil", "§7to apply it!", "", + "§aBought from the Fear Mongerer with 250k", + "§acoins and a stack of green candy", + "", "§f§lCOMMON" - ] + ], + "crafttext": "", + "infoType": "" }
\ No newline at end of file diff --git a/items/SUGAR_RUSH;3.json b/items/SUGAR_RUSH;3.json index 3889240a..fa3f94a9 100644 --- a/items/SUGAR_RUSH;3.json +++ b/items/SUGAR_RUSH;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§fEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Sugar Rush III\",1:\"§7Grants §a+6 §f✦ Speed§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"SUGAR_RUSH;3\",enchantments:{sugar_rush:3},uuid:\"f15fb576-4cec-45d9-9ff7-4ac3247c34fe\",anvil_uses:2,timestamp:\"9/16/20 6:38 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Sugar Rush III\",1:\"§7Grants §a+6 §f✦ Speed§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{sugar_rush:3}}}", "damage": 0, "lore": [ "§9Sugar Rush III", @@ -13,8 +13,9 @@ "§f§lCOMMON" ], "internalname": "SUGAR_RUSH;3", + "parent": "SUGAR_RUSH;1", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/THUNDERLORD;5.json b/items/THUNDERLORD;5.json index 27bdcd6e..951398db 100644 --- a/items/THUNDERLORD;5.json +++ b/items/THUNDERLORD;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Thunderlord V\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a50% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"ENCHANTING_TABLE\",id:\"THUNDERLORD;5\",enchantments:{thunderlord:5},uuid:\"f33fc0a6-3c6d-447a-a9a5-22656f2b86c5\",timestamp:\"10/5/20 10:57 AM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Thunderlord V\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a50% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{thunderlord:5}}}", "damage": 0, "lore": [ "§9Thunderlord V", @@ -16,8 +16,9 @@ "§a§lUNCOMMON" ], "internalname": "THUNDERLORD;5", + "parent": "THUNDERLORD;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/THUNDERLORD;6.json b/items/THUNDERLORD;6.json index 0ea8d556..ac2118bb 100644 --- a/items/THUNDERLORD;6.json +++ b/items/THUNDERLORD;6.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§9Enchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Thunderlord VI\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a60% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"THUNDERLORD;6\",enchantments:{thunderlord:6},uuid:\"e6258f48-d5bc-43d2-a083-7d0b1fba0e05\",timestamp:\"9/28/20 6:42 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Thunderlord VI\",1:\"§7Strikes a Monster with lightning\",2:\"§7every 3 consecutive hits,\",3:\"§7dealing §a60% §7of your Strength\",4:\"§7as damage.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§9§lRARE\"],Name:\"§f§f§9Enchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{thunderlord:6}}}", "damage": 0, "lore": [ "§9Thunderlord VI", @@ -16,8 +16,9 @@ "§9§lRARE" ], "internalname": "THUNDERLORD;6", + "parent": "THUNDERLORD;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/TOIL_LOG.json b/items/TOIL_LOG.json new file mode 100644 index 00000000..25cf4e41 --- /dev/null +++ b/items/TOIL_LOG.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Toil Log", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e303deb0-4569-3209-b872-8692ca60cde1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzg4NzI1MzdiNmNlNTc0NjU5ZGMxNzZhMWQ4ZGZlOWMxZTU5OWY2ZjE0MWMxODIyNjI4MzQ3ZGQ1MzhiOWUyIn19fQ\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Toil §7reforge to\",5:\"§7an axe.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXXV§7!\",9:\"\",10:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Toil Log\"},ExtraAttributes:{id:\"TOIL_LOG\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Toil §7reforge to", + "§7an axe.", + "", + "§7Requires §aMining Skill Level", + "§aXXV§7!", + "", + "§5§lEPIC REFORGE STONE" + ], + "internalname": "TOIL_LOG", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ULTIMATE_BANK;5.json b/items/ULTIMATE_BANK;5.json index aa54f043..6fc60b6d 100644 --- a/items/ULTIMATE_BANK;5.json +++ b/items/ULTIMATE_BANK;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lBank V\",1:\"§7Saves §650.0§7% of your coins on\",2:\"§7death.\",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:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_BANK;5\",enchantments:{ultimate_bank:5},uuid:\"ede2d7f4-3a3b-4bcb-b525-b1ced150c8ff\",anvil_uses:0,timestamp:\"7/20/20 9:03 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lBank V\",1:\"§7Saves §650.0§7% of your coins on\",2:\"§7death.\",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:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_bank:5}}}", "damage": 0, "lore": [ "§9§d§lBank V", @@ -17,11 +17,9 @@ "§a§lUNCOMMON" ], "internalname": "ULTIMATE_BANK;5", + "parent": "ULTIMATE_BANK;1", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" - ] + "modver": "1.4-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/ULTIMATE_CHIMERA;5.json b/items/ULTIMATE_CHIMERA;5.json new file mode 100644 index 00000000..46d17c7b --- /dev/null +++ b/items/ULTIMATE_CHIMERA;5.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lChimera V\",1:\"§7Copies §a100% §7of your active\",2:\"§7pet\u0027s stats.\",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:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_chimera:1}}}", + "damage": 0, + "lore": [ + "§9§d§lChimera V", + "§7Copies §a100% §7of your active", + "§7pet\u0027s stats.", + "", + "§7§cYou can only have 1 Ultimate", + "§cEnchantment on an item!", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "ULTIMATE_CHIMERA;5", + "parent": "ULTIMATE_CHIMERA;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ULTIMATE_COMBO;5.json b/items/ULTIMATE_COMBO;5.json index 6f3cc6cf..cf8a41e4 100644 --- a/items/ULTIMATE_COMBO;5.json +++ b/items/ULTIMATE_COMBO;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lCombo V\",1:\"§7Every mob kill within §e15§7\",2:\"§7seconds grants §c+2❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§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:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_COMBO;5\",enchantments:{ultimate_combo:5},uuid:\"96a6f31e-8963-4c32-a23e-a8a53f12cbd8\",anvil_uses:4,timestamp:\"9/19/20 5:40 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lCombo V\",1:\"§7Every mob kill within §e15§7\",2:\"§7seconds grants §c+2❁ Strength\",3:\"§c§7and §9+1☠ Crit Damage§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:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_combo:5}}}", "damage": 0, "lore": [ "§9§d§lCombo V", @@ -21,9 +21,6 @@ "parent": "ULTIMATE_COMBO;1", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" - ] + "modver": "1.4-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/ULTIMATE_JERRY;5.json b/items/ULTIMATE_JERRY;5.json index a150c455..e159b6da 100644 --- a/items/ULTIMATE_JERRY;5.json +++ b/items/ULTIMATE_JERRY;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Jerry V\",1:\"§7Increases the base damage of\",2:\"§7§fAspect of the Jerry§7 by\",3:\"§7§a5000%§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:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_JERRY;5\",enchantments:{ultimate_jerry:5},uuid:\"e0c80728-35da-4a47-8501-58ce72f0eeb1\",anvil_uses:3,timestamp:\"9/26/20 11:50 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Jerry V\",1:\"§7Increases the base damage of\",2:\"§7§fAspect of the Jerry§7 by\",3:\"§7§a5000%§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:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_jerry:5}}}", "damage": 0, "lore": [ "§9§d§lUltimate Jerry V", @@ -21,9 +21,6 @@ "parent": "ULTIMATE_JERRY;1", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" - ] + "modver": "1.4-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/ULTIMATE_LAST_STAND;5.json b/items/ULTIMATE_LAST_STAND;5.json index fc331452..906ec672 100644 --- a/items/ULTIMATE_LAST_STAND;5.json +++ b/items/ULTIMATE_LAST_STAND;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLast Stand V\",1:\"§7Increases your defense by §a25%\",2:\"§a§7when you are below §a40%\",3:\"§a§7Health\",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:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_LAST_STAND;5\",enchantments:{ultimate_last_stand:5},uuid:\"020e0fea-37af-4cac-99f6-45c85d340efb\",anvil_uses:4,timestamp:\"10/4/20 10:18 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLast Stand V\",1:\"§7Increases your defense by §a25%\",2:\"§a§7when you are below §a40%\",3:\"§a§7Health\",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:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_last_stand:5}}}", "damage": 0, "lore": [ "§9§d§lLast Stand V", @@ -18,8 +18,9 @@ "§a§lUNCOMMON" ], "internalname": "ULTIMATE_LAST_STAND;5", + "parent": "ULTIMATE_LAST_STAND;1", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/ULTIMATE_LEGION;5.json b/items/ULTIMATE_LEGION;5.json new file mode 100644 index 00000000..299fd0a6 --- /dev/null +++ b/items/ULTIMATE_LEGION;5.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLegion V\",1:\"§7Increases all your player stats\",2:\"§7except Health by §e0.35% §7per\",3:\"§7player within §b30 §7blocks of\",4:\"§7you, up to §c20 §7players.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_legion:5}}}", + "damage": 0, + "lore": [ + "§9§d§lLegion V", + "§7Increases all your player stats", + "§7except Health by §e0.35% §7per", + "§7player within §b30 §7blocks of", + "§7you, up to §c20 §7players.", + "", + "§7§cYou can only have 1 Ultimate", + "§cEnchantment on an item!", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "ULTIMATE_LEGION;5", + "parent": "ULTIMATE_LEGION;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ULTIMATE_NO_PAIN_NO_GAIN;5.json b/items/ULTIMATE_NO_PAIN_NO_GAIN;5.json index 2305cfb0..c16ac381 100644 --- a/items/ULTIMATE_NO_PAIN_NO_GAIN;5.json +++ b/items/ULTIMATE_NO_PAIN_NO_GAIN;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lNo Pain No Gain V\",1:\"§7You have §e100% §7chance to gain\",2:\"§7§b10 §7experience orbs every\",3:\"§7time you take hits from mobs.\",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:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_NO_PAIN_NO_GAIN;5\",enchantments:{ultimate_no_pain_no_gain:5},uuid:\"e0f64c40-3172-4eca-82ae-6df9e08b4298\",anvil_uses:4,timestamp:\"10/1/20 2:12 AM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lNo Pain No Gain V\",1:\"§7You have §e100% §7chance to gain\",2:\"§7§b10 §7experience orbs every\",3:\"§7time you take hits from mobs.\",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:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_no_pain_no_gain:5}}}", "damage": 0, "lore": [ "§9§d§lNo Pain No Gain V", @@ -18,8 +18,9 @@ "§a§lUNCOMMON" ], "internalname": "ULTIMATE_NO_PAIN_NO_GAIN;5", + "parent": "ULTIMATE_NO_PAIN_NO_GAIN;1", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/ULTIMATE_REND;5.json b/items/ULTIMATE_REND;5.json index 6d635c2c..b9766c0a 100644 --- a/items/ULTIMATE_REND;5.json +++ b/items/ULTIMATE_REND;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lRend V\",1:\"§7Grants your bow a Left Click\",2:\"§7ability that rips out the arrows\",3:\"§7from nearby enemies and deals\",4:\"§7§c25% §7of your last critical\",5:\"§7hit for every arrow in the\",6:\"§7target. §a2s §7Cooldown.\",7:\"\",8:\"§7§cYou can only have 1 Ultimate\",9:\"§cEnchantment on an item!\",10:\"\",11:\"§7Use this on an item in an Anvil\",12:\"§7to apply it!\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_REND;5\",enchantments:{ultimate_rend:5},uuid:\"c4589c82-54e5-4c28-92a5-a6b4b0b2bfe2\",anvil_uses:0,timestamp:\"10/5/20 3:43 AM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lRend V\",1:\"§7Grants your bow a Left Click\",2:\"§7ability that rips out the arrows\",3:\"§7from nearby enemies and deals\",4:\"§7§c25% §7of your last critical\",5:\"§7hit for every arrow in the\",6:\"§7target. §a2s §7Cooldown.\",7:\"\",8:\"§7§cYou can only have 1 Ultimate\",9:\"§cEnchantment on an item!\",10:\"\",11:\"§7Use this on an item in an Anvil\",12:\"§7to apply it!\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_rend:5}}}", "damage": 0, "lore": [ "§9§d§lRend V", @@ -24,9 +24,6 @@ "parent": "ULTIMATE_REND;1", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" - ] + "modver": "1.4-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/ULTIMATE_SWARM;5.json b/items/ULTIMATE_SWARM;5.json new file mode 100644 index 00000000..a01e8487 --- /dev/null +++ b/items/ULTIMATE_SWARM;5.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lSwarm V\",1:\"§7Increases your damage by §c6.25%\",2:\"§c§7for each enemy within §e10\",3:\"§e§7blocks. Maximum of §c16\",4:\"§c§7enemies.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_swarm:5}}}", + "damage": 0, + "lore": [ + "§9§d§lSwarm V", + "§7Increases your damage by §c6.25%", + "§c§7for each enemy within §e10", + "§e§7blocks. Maximum of §c16", + "§c§7enemies.", + "", + "§7§cYou can only have 1 Ultimate", + "§cEnchantment on an item!", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "ULTIMATE_SWARM;5", + "parent": "ULTIMATE_SWARM;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ULTIMATE_WISDOM;5.json b/items/ULTIMATE_WISDOM;5.json index a91106ab..9dadd5fc 100644 --- a/items/ULTIMATE_WISDOM;5.json +++ b/items/ULTIMATE_WISDOM;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lWisdom V\",1:\"§7Gain §b5 §7Intelligence for\",2:\"§7every §b5 §7levels of exp you\",3:\"§7have on you. Capped at §b100\",4:\"§b§7Intelligence.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_WISDOM;5\",enchantments:{ultimate_wisdom:5},uuid:\"770cb1db-f7e8-4fb9-8842-c9238970da6d\",anvil_uses:0,timestamp:\"10/4/20 7:47 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lWisdom V\",1:\"§7Gain §b5 §7Intelligence for\",2:\"§7every §b5 §7levels of exp you\",3:\"§7have on you. Capped at §b100\",4:\"§b§7Intelligence.\",5:\"\",6:\"§7§cYou can only have 1 Ultimate\",7:\"§cEnchantment on an item!\",8:\"\",9:\"§7Use this on an item in an Anvil\",10:\"§7to apply it!\",11:\"\",12:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_wisdom:5}}}", "damage": 0, "lore": [ "§9§d§lWisdom V", @@ -22,9 +22,6 @@ "parent": "ULTIMATE_WISDOM;1", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" - ] + "modver": "1.4-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/ULTIMATE_WISE;5.json b/items/ULTIMATE_WISE;5.json index 80304fa2..77e7b186 100644 --- a/items/ULTIMATE_WISE;5.json +++ b/items/ULTIMATE_WISE;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise V\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a50%§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:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_WISE;5\",enchantments:{ultimate_wise:5},uuid:\"6e90e13a-81d8-48ba-9193-e1537a7e8198\",anvil_uses:0,timestamp:\"10/5/20 7:44 AM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lUltimate Wise V\",1:\"§7Reduces the ability mana cost of\",2:\"§7this item by §a50%§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:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_wise:5}}}", "damage": 0, "lore": [ "§9§d§lUltimate Wise V", @@ -20,9 +20,6 @@ "parent": "ULTIMATE_WISE;1", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" - ] + "modver": "1.4-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/VAMPIRISM;5.json b/items/VAMPIRISM;5.json index 814388a0..16ad635f 100644 --- a/items/VAMPIRISM;5.json +++ b/items/VAMPIRISM;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Vampirism V\",1:\"§7Heals for §a5%§7 of your missing\",2:\"§7health whenever you kill an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"VAMPIRISM;5\",enchantments:{vampirism:5},uuid:\"e98d2bbc-0155-4aef-9f5d-3e1d98d23ed4\",anvil_uses:1,timestamp:\"10/6/20 5:41 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vampirism V\",1:\"§7Heals for §a5%§7 of your missing\",2:\"§7health whenever you kill an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"VAMPIRISM;5\",enchantments:{vampirism:5}}}", "damage": 0, "lore": [ "§9Vampirism V", @@ -16,7 +16,8 @@ ], "internalname": "VAMPIRISM;5", "crafttext": "", + "parent": "VAMPIRISM;4", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/VAMPIRISM;6.json b/items/VAMPIRISM;6.json index 6d388f02..9797cbdd 100644 --- a/items/VAMPIRISM;6.json +++ b/items/VAMPIRISM;6.json @@ -1,6 +1,6 @@ { "itemid": "minecraft:enchanted_book", - "displayname": "§fEnchanted Book", + "displayname": "§f§9Enchanted Book", "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vampirism VI\",1:\"§7Heals for §a6%§7 of your missing\",2:\"§7health whenever you kill an\",3:\"§7enemy.\",4:\"\",5:\"§7Use this on an item in an Anvil\",6:\"§7to apply it!\",7:\"\",8:\"§9§lRARE\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{vampirism:6}}}", "damage": 0, "lore": [ diff --git a/items/VENOMOUS;5.json b/items/VENOMOUS;5.json index f81c1d83..9ce626a1 100644 --- a/items/VENOMOUS;5.json +++ b/items/VENOMOUS;5.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:enchanted_book", "displayname": "§f§f§aEnchanted Book", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Venomous V\",1:\"§7Reduces the target\u0027s walk speed\",2:\"§7by §a25% §7and deals §225\",3:\"§2§7damage per second. Lasts §64\",4:\"§6§7seconds.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"VENOMOUS;5\",enchantments:{venomous:5},uuid:\"5416149c-9510-45b5-a2d6-81e36896202c\",anvil_uses:1,timestamp:\"10/3/20 9:42 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Venomous V\",1:\"§7Reduces the target\u0027s walk speed\",2:\"§7by §a25% §7and deals §225\",3:\"§2§7damage per second. Lasts §64\",4:\"§6§7seconds.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"VENOMOUS;5\",enchantments:{venomous:5}}},", "damage": 0, "lore": [ "§9Venomous V", @@ -16,8 +16,9 @@ "§a§lUNCOMMON" ], "internalname": "VENOMOUS;5", + "parent": "VENOMOUS;4", "crafttext": "", "clickcommand": "", - "modver": "1.3-REL", + "modver": "1.4-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/VICIOUS;3.json b/items/VICIOUS;3.json new file mode 100644 index 00000000..1430cb3b --- /dev/null +++ b/items/VICIOUS;3.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vicious III\",1:\"§7Grants §c+3⫽ Ferocity§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§aObtained from the Dark Auction\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"VICIOUS;3\",enchantments:{vicious:3}}}", + "damage": 0, + "lore": [ + "§9Vicious III", + "§7Grants §c+3⫽ Ferocity§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained from the Dark Auction", + "", + "§f§lCOMMON" + ], + "internalname": "VICIOUS;3", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/VICIOUS;4.json b/items/VICIOUS;4.json new file mode 100644 index 00000000..660ce3be --- /dev/null +++ b/items/VICIOUS;4.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Vicious IV\",1:\"§7Grants §c+4⫽ Ferocity§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§aObtained from the Dark Auction\",7:\"\",8:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"VICIOUS;4\",enchantments:{vicious:4}}}", + "damage": 0, + "lore": [ + "§9Vicious IV", + "§7Grants §c+4⫽ Ferocity§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained from the Dark Auction", + "", + "§f§lCOMMON" + ], + "internalname": "VICIOUS;4", + "parent": "VICIOUS;3", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/VICIOUS;5.json b/items/VICIOUS;5.json new file mode 100644 index 00000000..f76bbf17 --- /dev/null +++ b/items/VICIOUS;5.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "nbttag": "{ench:[],oHideFlags:254,display:{Lore:[0:\"§9Vicious V\",1:\"§7Grants §c+5⫽ Ferocity§7.\",2:\"\",3:\"§7Use this on an item in an Anvil\",4:\"§7to apply it!\",5:\"\",6:\"§aObtained from the Dark Auction.\",7:\"\",8:\"§a§lUNCOMMON\"],Name:\"§f§f§aEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",id:\"VICIOUS;5\",enchantments:{vicious:5}}}", + "damage": 0, + "lore": [ + "§9Vicious V", + "§7Grants §c+5⫽ Ferocity§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained from the Dark Auction.", + "", + "§a§lUNCOMMON" + ], + "internalname": "VICIOUS;5", + "parent": "VICIOUS;3", + "modver": "1.4-REL" +}
\ No newline at end of file |