diff options
author | TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> | 2020-11-03 14:59:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-03 14:59:25 +0100 |
commit | 38c5377d6c083b24c96c919388cad2fd8c8f43e4 (patch) | |
tree | e67d99eeec916d23a17fac9a38c1a04a58071600 | |
parent | db63d87d9fde7219b6c82e795625eb35f71cee2b (diff) | |
parent | 54f0e070d0302675177a6c6c6da16f2c2880a551 (diff) | |
download | NotEnoughUpdates-REPO-38c5377d6c083b24c96c919388cad2fd8c8f43e4.tar.gz NotEnoughUpdates-REPO-38c5377d6c083b24c96c919388cad2fd8c8f43e4.tar.bz2 NotEnoughUpdates-REPO-38c5377d6c083b24c96c919388cad2fd8c8f43e4.zip |
Merge pull request #2 from Moulberry/master
Update
863 files changed, 17935 insertions, 1742 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/.gitignore diff --git a/constants/disable.json b/constants/disable.json index 6834ca09..60f398a7 100644 --- a/constants/disable.json +++ b/constants/disable.json @@ -1,3 +1,4 @@ { - "auctions": false + "auctions": true, + "auctions_new": false }
\ No newline at end of file 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/constants/leveling.json b/constants/leveling.json index 3af6c5c3..cc62a0db 100644 --- a/constants/leveling.json +++ b/constants/leveling.json @@ -118,5 +118,57 @@ 25, 100, 500 + ], + "catacombs": [ + 50, + 75, + 110, + 160, + 230, + 330, + 470, + 670, + 950, + 1340, + 1890, + 2665, + 3760, + 5260, + 7380, + 10300, + 14400, + 20000, + 27600, + 38000, + 52500, + 71500, + 97000, + 132000, + 180000, + 243000, + 328000, + 445000, + 600000, + 800000, + 1065000, + 1410000, + 1900000, + 2500000, + 3300000, + 4300000, + 5600000, + 7200000, + 9200000, + 12000000, + 15000000, + 19000000, + 24000000, + 30000000, + 38000000, + 48000000, + 60000000, + 75000000, + 93000000, + 116250000 ] }
\ No newline at end of file diff --git a/constants/misc.json b/constants/misc.json index 5c9ed4f1..1e50b7a7 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -332,7 +332,134 @@ ], "PERSONAL_COMPACTOR_5000": [ "PERSONAL_COMPACTOR_6000" - ] + ], + "SCARF_STUDIES": [ + "SCARF_THESIS", + "SCARF_GRIMOIRE" + ], + "SCARF_THESIS": [ + "SCARF_GRIMOIRE" + ], + "CAT_TALISMAN": [ + "LYNX_TALISMAN", + "CHEETAH_TALISMAN" + ], + "LYNX_TALISMAN": [ + "CHEETAH_TALISMAN" + ], + "SHADY_RING": [ + "CROOKED_ARTIFACT", + "SEAL_OF_THE_FAMILY" + ], + "CROOKED_ARTIFACT": [ + "SEAL_OF_THE_FAMILY" + ], + "TREASURE_TALISMAN": [ + "TREASURE_RING", + "TREASURE_ARTIFACT" + ], + "TREASURE_RING": [ + "TREASURE_ARTIFACT" + ], + "BEASTMASTER_CREST_COMMON": [ + "BEASTMASTER_CREST_UNCOMMON", + "BEASTMASTER_CREST_RARE", + "BEASTMASTER_CREST_EPIC", + "BEASTMASTER_CREST_LEGENDARY" + ], + "BEASTMASTER_CREST_UNCOMMON": [ + "BEASTMASTER_CREST_RARE", + "BEASTMASTER_CREST_EPIC", + "BEASTMASTER_CREST_LEGENDARY" + ], + "BEASTMASTER_CREST_RARE": [ + "BEASTMASTER_CREST_EPIC", + "BEASTMASTER_CREST_LEGENDARY" + ], + "BEASTMASTER_CREST_EPIC": [ + "BEASTMASTER_CREST_LEGENDARY" + ], + "RAGGEDY_SHARK_TOOTH_NECKLACE": [ + "DULL_SHARK_TOOTH_NECKLACE", + "HONED_SHARK_TOOTH_NECKLACE", + "SHARP_SHARK_TOOTH_NECKLACE", + "RAZOR_SHARP_SHARK_TOOTH_NECKLACE" + ], + "DULL_SHARK_TOOTH_NECKLACE": [ + "HONED_SHARK_TOOTH_NECKLACE", + "SHARP_SHARK_TOOTH_NECKLACE", + "RAZOR_SHARP_SHARK_TOOTH_NECKLACE" + ], + "HONED_SHARK_TOOTH_NECKLACE": [ + "SHARP_SHARK_TOOTH_NECKLACE", + "RAZOR_SHARP_SHARK_TOOTH_NECKLACE" + ], + "SHARP_SHARK_TOOTH_NECKLACE": [ + "RAZOR_SHARP_SHARK_TOOTH_NECKLACE" + ], + "WEDDING_RING_0": [ + "WEDDING_RING_1", + "WEDDING_RING_2", + "WEDDING_RING_3", + "WEDDING_RING_4", + "WEDDING_RING_5", + "WEDDING_RING_6", + "WEDDING_RING_7", + "WEDDING_RING_8", + "WEDDING_RING_9" + ], + "WEDDING_RING_1": [ + "WEDDING_RING_2", + "WEDDING_RING_3", + "WEDDING_RING_4", + "WEDDING_RING_5", + "WEDDING_RING_6", + "WEDDING_RING_7", + "WEDDING_RING_8", + "WEDDING_RING_9" + ], + "WEDDING_RING_2": [ + "WEDDING_RING_3", + "WEDDING_RING_4", + "WEDDING_RING_5", + "WEDDING_RING_6", + "WEDDING_RING_7", + "WEDDING_RING_8", + "WEDDING_RING_9" + ], + "WEDDING_RING_3": [ + "WEDDING_RING_4", + "WEDDING_RING_5", + "WEDDING_RING_6", + "WEDDING_RING_7", + "WEDDING_RING_8", + "WEDDING_RING_9" + ], + "WEDDING_RING_4": [ + "WEDDING_RING_5", + "WEDDING_RING_6", + "WEDDING_RING_7", + "WEDDING_RING_8", + "WEDDING_RING_9" + ], + "WEDDING_RING_5": [ + "WEDDING_RING_6", + "WEDDING_RING_7", + "WEDDING_RING_8", + "WEDDING_RING_9" + ], + "WEDDING_RING_6": [ + "WEDDING_RING_7", + "WEDDING_RING_8", + "WEDDING_RING_9" + ], + "WEDDING_RING_7": [ + "WEDDING_RING_8", + "WEDDING_RING_9" + ], + "WEDDING_RING_8": [ + "WEDDING_RING_9" + ] }, "special_bois": [ @@ -345,7 +472,8 @@ "2c3f5fc730c14821ae5c2e3f07868b1a", "689ff4bbf61e4e0594e01066892b0bbe", "a5761ff3c7104cabb4f43e7f017a8dbf", - "7fd80955792d4206b43ae8f559f20b56" + "7fd80955792d4206b43ae8f559f20b56", + "4f0e53f2bc1e464fa86af515e22390c7" ], "ranks": { diff --git a/items/ACACIA_DOOR_ITEM.json b/items/ACACIA_DOOR_ITEM.json new file mode 100644 index 00000000..b6aedf4d --- /dev/null +++ b/items/ACACIA_DOOR_ITEM.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:acacia_door", + "displayname": "§fAcacia Door", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fAcacia Door\"},ExtraAttributes:{id:\"ACACIA_DOOR_ITEM\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "ACACIA_DOOR_ITEM", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-4:1", + "A2": "WOOD-4:1", + "A3": "", + "B1": "WOOD-4:1", + "B2": "WOOD-4:1", + "B3": "", + "C1": "WOOD-4:1", + "C2": "WOOD-4:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/ACACIA_FENCE.json b/items/ACACIA_FENCE.json new file mode 100644 index 00000000..2a1e3ddc --- /dev/null +++ b/items/ACACIA_FENCE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:acacia_fence", + "displayname": "§fAcacia Fence", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fAcacia Fence\"},ExtraAttributes:{id:\"ACACIA_FENCE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "ACACIA_FENCE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-4:1", + "A2": "STICK:1", + "A3": "WOOD-4:1", + "B1": "WOOD-4:1", + "B2": "STICK:1", + "B3": "WOOD-4:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/ACACIA_FENCE_GATE.json b/items/ACACIA_FENCE_GATE.json new file mode 100644 index 00000000..94eb1e0b --- /dev/null +++ b/items/ACACIA_FENCE_GATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:acacia_fence_gate", + "displayname": "§fAcacia Fence Gate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fAcacia Fence Gate\"},ExtraAttributes:{id:\"ACACIA_FENCE_GATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "ACACIA_FENCE_GATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STICK:1", + "A2": "WOOD-4:1", + "A3": "STICK:1", + "B1": "STICK:1", + "B2": "WOOD-4:1", + "B3": "STICK:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/ACACIA_STAIRS.json b/items/ACACIA_STAIRS.json new file mode 100644 index 00000000..1cf9637a --- /dev/null +++ b/items/ACACIA_STAIRS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:acacia_stairs", + "displayname": "§fAcacia Wood Stairs", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fAcacia Wood Stairs\"},ExtraAttributes:{id:\"ACACIA_STAIRS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "ACACIA_STAIRS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-4:1", + "A2": "", + "A3": "", + "B1": "WOOD-4:1", + "B2": "WOOD-4:1", + "B3": "", + "C1": "WOOD-4:1", + "C2": "WOOD-4:1", + "C3": "WOOD-4:1" + } +}
\ No newline at end of file diff --git a/items/ACTIVATOR_RAIL.json b/items/ACTIVATOR_RAIL.json new file mode 100644 index 00000000..2a0ad102 --- /dev/null +++ b/items/ACTIVATOR_RAIL.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:activator_rail", + "displayname": "§fActivator Rail", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fActivator Rail\"},ExtraAttributes:{id:\"ACTIVATOR_RAIL\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "ACTIVATOR_RAIL", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "STICK:1", + "A3": "IRON_INGOT:1", + "B1": "IRON_INGOT:1", + "B2": "REDSTONE_TORCH_ON:1", + "B3": "IRON_INGOT:1", + "C1": "IRON_INGOT:1", + "C2": "STICK:1", + "C3": "IRON_INGOT:1" + } +}
\ No newline at end of file diff --git a/items/AIMING;5.json b/items/AIMING;5.json new file mode 100644 index 00000000..6eb4ceb4 --- /dev/null +++ b/items/AIMING;5.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7Arrows home towards nearby", + "§7monsters if they are within §a10", + "§a§7blocks.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "AIMING;5", + "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 new file mode 100644 index 00000000..d7826efb --- /dev/null +++ b/items/ANGLER;5.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Increase chance to catch sea", + "§7creatures by §a5%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "ANGLER;5", + "crafttext": "", + "clickcommand": "", + "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 new file mode 100644 index 00000000..633f761e --- /dev/null +++ b/items/ANGLER;6.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:enchanted_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": [ + "§9Angler VI", + "§7Increase chance to catch sea", + "§7creatures by §a6%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aDrops rarely from Deep Sea Protectors.", + "", + "§9§lRARE" + ], + "internalname": "ANGLER;6", + "parent": "ANGLER;4", + "modver": "1.0.0" +}
\ No newline at end of file diff --git a/items/ANVIL.json b/items/ANVIL.json new file mode 100644 index 00000000..eeca31d1 --- /dev/null +++ b/items/ANVIL.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:anvil", + "displayname": "§fAnvil", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fAnvil\"},ExtraAttributes:{id:\"ANVIL\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "ANVIL", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_BLOCK:1", + "A2": "IRON_BLOCK:1", + "A3": "IRON_BLOCK:1", + "B1": "", + "B2": "IRON_INGOT:1", + "B3": "", + "C1": "IRON_INGOT:1", + "C2": "IRON_INGOT:1", + "C3": "IRON_INGOT:1" + } +}
\ No newline at end of file diff --git a/items/AOTE_STONE.json b/items/AOTE_STONE.json new file mode 100644 index 00000000..fbdc8b78 --- /dev/null +++ b/items/AOTE_STONE.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Warped Stone", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"8fa8272c-7171-3ff6-a997-b46ed76a3bf7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWNiN2MyMWNjNDNkYzE3Njc4ZWU2ZjE2NTkxZmZhYWIxZjYzN2MzN2Y0ZjZiYmQ4Y2VhNDk3NDUxZDc2ZGI2ZCJ9fX0\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 §9Warped §7reforge\",5:\"§7to a sword.\",6:\"\",7:\"§7§8§oIf you look deep inside, you\",8:\"§8§orisk finding yourself somewhere\",9:\"§8§oelse.\",10:\"\",11:\"§7Requires §aMining Skill Level\",12:\"§aXXVI§7!\",13:\"\",14:\"§9§lRARE REFORGE STONE\"],Name:\"§f§f§9Warped Stone\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"AOTE_STONE\",uuid:\"2b3a02e4-26eb-42e7-a26a-feef285e3397\",timestamp:\"9/24/20 7:24 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Warped §7reforge", + "§7to a sword.", + "", + "§7§8§oIf you look deep inside, you", + "§8§orisk finding yourself somewhere", + "§8§oelse.", + "", + "§7Requires §aMining Skill Level", + "§aXXVI§7!", + "", + "§9§lRARE REFORGE STONE" + ], + "internalname": "AOTE_STONE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/APPLE.json b/items/APPLE.json index 5b5caf6a..ba1b89e1 100644 --- a/items/APPLE.json +++ b/items/APPLE.json @@ -1,12 +1,13 @@ { - "internalname": "APPLE", - "itemid": 260, + "itemid": "minecraft:apple", "displayname": "§fApple", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fApple\"},ExtraAttributes:{id:\"APPLE\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "APPLE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/ARMOR_STAND.json b/items/ARMOR_STAND.json index 185383cb..37d95f80 100644 --- a/items/ARMOR_STAND.json +++ b/items/ARMOR_STAND.json @@ -7,10 +7,18 @@ "§f§lCOMMON" ], "internalname": "ARMOR_STAND", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Armor_Stand" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STICK:1", + "A2": "STICK:1", + "A3": "STICK:1", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "STICK:1", + "C2": "STEP:1", + "C3": "STICK:1" + } }
\ No newline at end of file diff --git a/items/ARROW.json b/items/ARROW.json index 5866f621..59c9b588 100644 --- a/items/ARROW.json +++ b/items/ARROW.json @@ -7,10 +7,18 @@ "§f§lCOMMON" ], "internalname": "ARROW", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Arrow" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "FLINT:1", + "A2": "", + "A3": "", + "B1": "STICK:1", + "B2": "", + "B3": "", + "C1": "FEATHER:1", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/BAKED_POTATO.json b/items/BAKED_POTATO.json index e4b1fc06..8185eb91 100644 --- a/items/BAKED_POTATO.json +++ b/items/BAKED_POTATO.json @@ -1,12 +1,13 @@ { - "internalname": "BAKED_POTATO", - "itemid": 393, + "itemid": "minecraft:baked_potato", "displayname": "§fBaked Potato", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBaked Potato\"},ExtraAttributes:{id:\"BAKED_POTATO\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "BAKED_POTATO", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/BANE_OF_ARTHROPODS;5.json b/items/BANE_OF_ARTHROPODS;5.json new file mode 100644 index 00000000..2fde3a40 --- /dev/null +++ b/items/BANE_OF_ARTHROPODS;5.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "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": [ + "§aBane of Arthropods V", + "§7Increases damage dealt to", + "§7§7Silverfish§7, §7Spiders§7, and", + "§7§7Cave Spiders§7 by §a40%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "BANE_OF_ARTHROPODS;5", + "parent": "BANE_OF_ARTHROPODS;4", + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BANE_OF_ARTHROPODS;6.json b/items/BANE_OF_ARTHROPODS;6.json new file mode 100644 index 00000000..f9a7b37e --- /dev/null +++ b/items/BANE_OF_ARTHROPODS;6.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_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": [ + "§9Bane of Arthropods VI", + "§7Increases damage dealt to", + "§7§7Silverfish§7, §7Spiders§7, and", + "§7§7Cave Spiders§7 by §a48%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aRare drop from Tarantula Broodfathers.", + "", + "§9§lRARE" + ], + "internalname": "BANE_OF_ARTHROPODS;6", + "parent": "BANE_OF_ARTHROPODS;4", + "modver": "1.0.0" +} diff --git a/items/BANNER-1.json b/items/BANNER-1.json new file mode 100644 index 00000000..18300840 --- /dev/null +++ b/items/BANNER-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fRed Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRed Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER-1", + "parent": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-14:1", + "A2": "WOOL-14:1", + "A3": "WOOL-14:1", + "B1": "WOOL-14:1", + "B2": "WOOL-14:1", + "B3": "WOOL-14:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BANNER-10.json b/items/BANNER-10.json new file mode 100644 index 00000000..5867ff76 --- /dev/null +++ b/items/BANNER-10.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fLime Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLime Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 10, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER-10", + "parent": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-5:1", + "A2": "WOOL-5:1", + "A3": "WOOL-5:1", + "B1": "WOOL-5:1", + "B2": "WOOL-5:1", + "B3": "WOOL-5:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BANNER-11.json b/items/BANNER-11.json new file mode 100644 index 00000000..41827000 --- /dev/null +++ b/items/BANNER-11.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fYellow Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fYellow Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 11, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER-11", + "parent": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-4:1", + "A2": "WOOL-4:1", + "A3": "WOOL-4:1", + "B1": "WOOL-4:1", + "B2": "WOOL-4:1", + "B3": "WOOL-4:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BANNER-12.json b/items/BANNER-12.json new file mode 100644 index 00000000..2bde3f46 --- /dev/null +++ b/items/BANNER-12.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fLight Blue Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Blue Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 12, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER-12", + "parent": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-3:1", + "A2": "WOOL-3:1", + "A3": "WOOL-3:1", + "B1": "WOOL-3:1", + "B2": "WOOL-3:1", + "B3": "WOOL-3:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BANNER-13.json b/items/BANNER-13.json new file mode 100644 index 00000000..541ad040 --- /dev/null +++ b/items/BANNER-13.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fMagenta Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMagenta Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 13, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER-13", + "parent": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-2:1", + "A2": "WOOL-2:1", + "A3": "WOOL-2:1", + "B1": "WOOL-2:1", + "B2": "WOOL-2:1", + "B3": "WOOL-2:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BANNER-14.json b/items/BANNER-14.json new file mode 100644 index 00000000..c473c2a2 --- /dev/null +++ b/items/BANNER-14.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fOrange Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOrange Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 14, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER-14", + "parent": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-1:1", + "A2": "WOOL-1:1", + "A3": "WOOL-1:1", + "B1": "WOOL-1:1", + "B2": "WOOL-1:1", + "B3": "WOOL-1:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BANNER-15.json b/items/BANNER-15.json new file mode 100644 index 00000000..901b8d96 --- /dev/null +++ b/items/BANNER-15.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fWhite Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWhite Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 15, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER-15", + "parent": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL:1", + "A2": "WOOL:1", + "A3": "WOOL:1", + "B1": "WOOL:1", + "B2": "WOOL:1", + "B3": "WOOL:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BANNER-2.json b/items/BANNER-2.json new file mode 100644 index 00000000..38bf76a0 --- /dev/null +++ b/items/BANNER-2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fGreen Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGreen Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 2, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER-2", + "parent": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-13:1", + "A2": "WOOL-13:1", + "A3": "WOOL-13:1", + "B1": "WOOL-13:1", + "B2": "WOOL-13:1", + "B3": "WOOL-13:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BANNER-3.json b/items/BANNER-3.json new file mode 100644 index 00000000..388e4df5 --- /dev/null +++ b/items/BANNER-3.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fBrown Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBrown Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 3, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER-3", + "parent": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-12:1", + "A2": "WOOL-12:1", + "A3": "WOOL-12:1", + "B1": "WOOL-12:1", + "B2": "WOOL-12:1", + "B3": "WOOL-12:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BANNER-4.json b/items/BANNER-4.json new file mode 100644 index 00000000..fa7c39db --- /dev/null +++ b/items/BANNER-4.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fBlue Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlue Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 4, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER-4", + "parent": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-11:1", + "A2": "WOOL-11:1", + "A3": "WOOL-11:1", + "B1": "WOOL-11:1", + "B2": "WOOL-11:1", + "B3": "WOOL-11:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BANNER-5.json b/items/BANNER-5.json new file mode 100644 index 00000000..08137012 --- /dev/null +++ b/items/BANNER-5.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fPurple Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPurple Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 5, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER-5", + "parent": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-10:1", + "A2": "WOOL-10:1", + "A3": "WOOL-10:1", + "B1": "WOOL-10:1", + "B2": "WOOL-10:1", + "B3": "WOOL-10:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BANNER-6.json b/items/BANNER-6.json new file mode 100644 index 00000000..cafaf171 --- /dev/null +++ b/items/BANNER-6.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fCyan Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCyan Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 6, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER-6", + "parent": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-9:1", + "A2": "WOOL-9:1", + "A3": "WOOL-9:1", + "B1": "WOOL-9:1", + "B2": "WOOL-9:1", + "B3": "WOOL-9:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BANNER-7.json b/items/BANNER-7.json new file mode 100644 index 00000000..13f3c265 --- /dev/null +++ b/items/BANNER-7.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fLight Gray Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Gray Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 7, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER-7", + "parent": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-8:1", + "A2": "WOOL-8:1", + "A3": "WOOL-8:1", + "B1": "WOOL-8:1", + "B2": "WOOL-8:1", + "B3": "WOOL-8:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BANNER-8.json b/items/BANNER-8.json new file mode 100644 index 00000000..4d7bf76c --- /dev/null +++ b/items/BANNER-8.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fGray Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGray Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 8, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER-8", + "parent": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-7:1", + "A2": "WOOL-7:1", + "A3": "WOOL-7:1", + "B1": "WOOL-7:1", + "B2": "WOOL-7:1", + "B3": "WOOL-7:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BANNER-9.json b/items/BANNER-9.json new file mode 100644 index 00000000..9146def9 --- /dev/null +++ b/items/BANNER-9.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fPink Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPink Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 9, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER-9", + "parent": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-6:1", + "A2": "WOOL-6:1", + "A3": "WOOL-6:1", + "B1": "WOOL-6:1", + "B2": "WOOL-6:1", + "B3": "WOOL-6:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BANNER.json b/items/BANNER.json new file mode 100644 index 00000000..65f457f1 --- /dev/null +++ b/items/BANNER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:banner", + "displayname": "§fBlack Banner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlack Banner\"},ExtraAttributes:{id:\"BANNER\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BANNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-15:1", + "A2": "WOOL-15:1", + "A3": "WOOL-15:1", + "B1": "WOOL-15:1", + "B2": "WOOL-15:1", + "B3": "WOOL-15:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BARRIER.json b/items/BARRIER.json index 890d7849..4752cffb 100644 --- a/items/BARRIER.json +++ b/items/BARRIER.json @@ -1,12 +1,13 @@ { - "internalname": "BARRIER", - "itemid": 166, + "itemid": "minecraft:barrier", "displayname": "§fBarrier", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBarrier\"},ExtraAttributes:{id:\"BARRIER\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "BARRIER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/BAT_PERSON_ARTIFACT.json b/items/BAT_PERSON_ARTIFACT.json new file mode 100644 index 00000000..7d0a3d4f --- /dev/null +++ b/items/BAT_PERSON_ARTIFACT.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Bat Person Artifact", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"30dae7dc-5b07-3b44-aea0-3e462369b8df\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzg5ODc2Njg0NiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzQ0NDRjMzk4MjcyMGIzMDkzOGY1MDRjNDM3NDIzMmIxMWE0ZjZmNTZjZDU3Yzk3M2Q4YWJiMDdmZDBkY2ZmNyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gain §a+10 §a❈ Defense§7, §c❁\",1:\"§cStrength§7, and §b✎ Intelligence\",2:\"§b§7for each bat you have\",3:\"§7summoned.\",4:\"\",5:\"§7Works with §6Spirit Sceptre§7,\",6:\"§7§9Witch Mask§7, and the §aBat\",7:\"§aPet§7!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§9§lRARE ACCESSORY\"],Name:\"§9Bat Person Artifact\"},ExtraAttributes:{id:\"BAT_PERSON_ARTIFACT\"}}", + "damage": 3, + "lore": [ + "§7Gain §a+10 §a❈ Defense§7, §c❁", + "§cStrength§7, and §b✎ Intelligence", + "§b§7for each bat you have", + "§7summoned.", + "", + "§7Works with §6Spirit Sceptre§7,", + "§7§9Witch Mask§7, and the §aBat", + "§aPet§7!", + "", + "§7§8This item can be reforged!", + "§9§lRARE ACCESSORY" + ], + "recipe": { + "A1": "SPOOKY_SHARD:4", + "A2": "ECTOPLASM:32", + "A3": "SPOOKY_SHARD:4", + "B1": "ECTOPLASM:32", + "B2": "BAT_PERSON_RING:1", + "B3": "ECTOPLASM:32", + "C1": "SPOOKY_SHARD:4", + "C2": "ECTOPLASM:32", + "C3": "SPOOKY_SHARD:4" + }, + "internalname": "BAT_PERSON_ARTIFACT", + "clickcommand": "viewrecipe", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/BAT_PERSON_RING.json b/items/BAT_PERSON_RING.json new file mode 100644 index 00000000..c4ac0606 --- /dev/null +++ b/items/BAT_PERSON_RING.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aBat Person Ring", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"0f15c1f4-c643-3fc4-9084-55f9f6d409d1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzg5ODczMjQzMiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjQ0NTFlY2YyNTg0YTM2ZGU0Mjk3MDMxYzZkODUyOTc3ZDNlMjQ5ZTg1YTNmMGFkZDk2N2ZjZDdkNmJkZTk1MyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gain §a+5 §a❈ Defense§7, §c❁\",1:\"§cStrength§7, and §b✎ Intelligence\",2:\"§b§7for each bat you have\",3:\"§7summoned.\",4:\"\",5:\"§7Works with §6Spirit Sceptre§7,\",6:\"§7§9Witch Mask§7, and the §aBat\",7:\"§aPet§7!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aBat Person Ring\"},ExtraAttributes:{id:\"BAT_PERSON_RING\"}}", + "damage": 3, + "lore": [ + "§7Gain §a+5 §a❈ Defense§7, §c❁", + "§cStrength§7, and §b✎ Intelligence", + "§b§7for each bat you have", + "§7summoned.", + "", + "§7Works with §6Spirit Sceptre§7,", + "§7§9Witch Mask§7, and the §aBat", + "§aPet§7!", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON ACCESSORY" + ], + "recipe": { + "A1": "SPOOKY_SHARD:1", + "A2": "ECTOPLASM:8", + "A3": "SPOOKY_SHARD:1", + "B1": "ECTOPLASM:8", + "B2": "BAT_PERSON_TALISMAN:1", + "B3": "ECTOPLASM:8", + "C1": "SPOOKY_SHARD:1", + "C2": "ECTOPLASM:8", + "C3": "SPOOKY_SHARD:1" + }, + "internalname": "BAT_PERSON_RING", + "clickcommand": "viewrecipe", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/BAT_PERSON_TALISMAN.json b/items/BAT_PERSON_TALISMAN.json new file mode 100644 index 00000000..b236204d --- /dev/null +++ b/items/BAT_PERSON_TALISMAN.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fBat Person Talisman", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9a46a214-ef41-308e-9f5b-6ba1c4b9d6dd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzg5ODY4OTY3NiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjg0MWE0OWIxOTlhNTljNDMxYmYzZmMzNzgzZjZiNjU0NWNlNzhjMzgwNDI2MTdmNjZlYmQ4N2NkZDU0OGU4YyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gain §a+2 §a❈ Defense§7, §c❁\",1:\"§cStrength§7, and §b✎ Intelligence\",2:\"§b§7for each bat you have\",3:\"§7summoned.\",4:\"\",5:\"§7Works with §6Spirit Sceptre§7,\",6:\"§7§9Witch Mask§7, and the §aBat\",7:\"§aPet§7!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON ACCESSORY\"],Name:\"§fBat Person Talisman\"},ExtraAttributes:{id:\"BAT_PERSON_TALISMAN\"}}", + "damage": 3, + "lore": [ + "§7Gain §a+2 §a❈ Defense§7, §c❁", + "§cStrength§7, and §b✎ Intelligence", + "§b§7for each bat you have", + "§7summoned.", + "", + "§7Works with §6Spirit Sceptre§7,", + "§7§9Witch Mask§7, and the §aBat", + "§aPet§7!", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON ACCESSORY" + ], + "internalname": "BAT_PERSON_TALISMAN", + "clickcommand": "", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/BAT_WAND.json b/items/BAT_WAND.json index b07287b9..9c75055a 100644 --- a/items/BAT_WAND.json +++ b/items/BAT_WAND.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:red_flower", "displayname": "§6Spirit Sceptre", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d370 §8(538)\",1:\"§7Damage: §c+180 §8(+271.8)\",2:\"\",3:\"§7Intelligence: §a+300 §8(+453)\",4:\"\",5:\"§6Item Ability: Guided Bat §e§lRIGHT CLICK\",6:\"§7Shoots a guided spirit bat,\",7:\"§7following your aim and exploding\",8:\"§7for §c4,564 §7damage.\",9:\"§8Mana Cost: §3250\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aCatacombs Floor IV\",13:\"§aCompletion\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Spirit Sceptre\"},ExtraAttributes:{dungeon_item_level:0,id:\"BAT_WAND\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d370 \",1:\"§7Damage: §c+180 \",2:\"\",3:\"§7Intelligence: §a+300 \",4:\"\",5:\"§6Item Ability: Guided Bat §e§lRIGHT CLICK\",6:\"§7Shoots a guided spirit bat,\",7:\"§7following your aim and exploding\",8:\"§7for §c4,564 §7damage.\",9:\"§8Mana Cost: §3250\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§7§4❣ §cRequires §aCatacombs Floor IV\",13:\"§aCompletion\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Spirit Sceptre\"},ExtraAttributes:{dungeon_item_level:0,id:\"BAT_WAND\"}}", "damage": 2, "lore": [ - "§7Gear Score: §d370 §8(538)", - "§7Damage: §c+180 §8(+271.8)", + "§7Gear Score: §d370 ", + "§7Damage: §c+180 ", "", - "§7Intelligence: §a+300 §8(+453)", + "§7Intelligence: §a+300 ", "", "§6Item Ability: Guided Bat §e§lRIGHT CLICK", "§7Shoots a guided spirit bat,", @@ -34,6 +34,9 @@ "internalname": "BAT_WAND", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spirit_Sceptre" + ] }
\ No newline at end of file diff --git a/items/BEACON.json b/items/BEACON.json index a3c26431..1e5e6be7 100644 --- a/items/BEACON.json +++ b/items/BEACON.json @@ -1,12 +1,24 @@ { - "internalname": "BEACON", - "itemid": 138, - "displayname": "§fBeacon Block", - "clickcommand": "", + "itemid": "minecraft:beacon", + "displayname": "§fBeacon", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBeacon\"},ExtraAttributes:{id:\"BEACON\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBeacon Block\"},ExtraAttributes:{id:\"BEACON\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "BEACON", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "NETHER_STAR:1", + "B3": "GLASS:1", + "C1": "OBSIDIAN:1", + "C2": "OBSIDIAN:1", + "C3": "OBSIDIAN:1" + } }
\ No newline at end of file diff --git a/items/BED.json b/items/BED.json index db56a4b3..882d1cae 100644 --- a/items/BED.json +++ b/items/BED.json @@ -1,12 +1,24 @@ { - "internalname": "BED", - "itemid": 355, + "itemid": "minecraft:bed", "displayname": "§fBed", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBed\"},ExtraAttributes:{id:\"BED\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "BED", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL:1", + "A2": "WOOL:1", + "A3": "WOOL:1", + "B1": "WOOD:1", + "B2": "WOOD:1", + "B3": "WOOD:1", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/BEDROCK.json b/items/BEDROCK.json new file mode 100644 index 00000000..daa70908 --- /dev/null +++ b/items/BEDROCK.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:bedrock", + "displayname": "§fBedrock", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBedrock\"},ExtraAttributes:{id:\"BEDROCK\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BEDROCK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file 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/BIRCH_DOOR_ITEM.json b/items/BIRCH_DOOR_ITEM.json new file mode 100644 index 00000000..f1460599 --- /dev/null +++ b/items/BIRCH_DOOR_ITEM.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:birch_door", + "displayname": "§fBirch Door", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBirch Door\"},ExtraAttributes:{id:\"BIRCH_DOOR_ITEM\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BIRCH_DOOR_ITEM", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-2:1", + "A2": "WOOD-2:1", + "A3": "", + "B1": "WOOD-2:1", + "B2": "WOOD-2:1", + "B3": "", + "C1": "WOOD-2:1", + "C2": "WOOD-2:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BIRCH_FENCE.json b/items/BIRCH_FENCE.json new file mode 100644 index 00000000..68efb648 --- /dev/null +++ b/items/BIRCH_FENCE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:birch_fence", + "displayname": "§fBirch Fence", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBirch Fence\"},ExtraAttributes:{id:\"BIRCH_FENCE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BIRCH_FENCE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-2:1", + "A2": "STICK:1", + "A3": "WOOD-2:1", + "B1": "WOOD-2:1", + "B2": "STICK:1", + "B3": "WOOD-2:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BIRCH_FENCE_GATE.json b/items/BIRCH_FENCE_GATE.json new file mode 100644 index 00000000..89aa949b --- /dev/null +++ b/items/BIRCH_FENCE_GATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:birch_fence_gate", + "displayname": "§fBirch Fence Gate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBirch Fence Gate\"},ExtraAttributes:{id:\"BIRCH_FENCE_GATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BIRCH_FENCE_GATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STICK:1", + "A2": "WOOD-2:1", + "A3": "STICK:1", + "B1": "STICK:1", + "B2": "WOOD-2:1", + "B3": "STICK:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BIRCH_WOOD_STAIRS.json b/items/BIRCH_WOOD_STAIRS.json new file mode 100644 index 00000000..62c7e609 --- /dev/null +++ b/items/BIRCH_WOOD_STAIRS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:birch_stairs", + "displayname": "§fBirch Wood Stairs", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBirch Wood Stairs\"},ExtraAttributes:{id:\"BIRCH_WOOD_STAIRS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BIRCH_WOOD_STAIRS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-2:1", + "A2": "", + "A3": "", + "B1": "WOOD-2:1", + "B2": "WOOD-2:1", + "B3": "", + "C1": "WOOD-2:1", + "C2": "WOOD-2:1", + "C3": "WOOD-2:1" + } +}
\ 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/BLAZE_POWDER.json b/items/BLAZE_POWDER.json index dce945aa..c75c3a3d 100644 --- a/items/BLAZE_POWDER.json +++ b/items/BLAZE_POWDER.json @@ -1,17 +1,24 @@ { "itemid": "minecraft:blaze_powder", "displayname": "§fBlaze Powder", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fBlaze Powder\"},ExtraAttributes:{id:\"BLAZE_POWDER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlaze Powder\"},ExtraAttributes:{id:\"BLAZE_POWDER\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "BLAZE_POWDER", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Blaze_Powder" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "BLAZE_ROD:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/BLAZE_ROD.json b/items/BLAZE_ROD.json index 15e892b3..ab368221 100644 --- a/items/BLAZE_ROD.json +++ b/items/BLAZE_ROD.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "BLAZE_ROD", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Blaze_Rod" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ 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 new file mode 100644 index 00000000..4ca8a2ec --- /dev/null +++ b/items/BLESSING;5.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7§a25%§7 chance to get double", + "§7drops when fishing.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "BLESSING;5", + "parent": "BLESSING;4", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/BOAT.json b/items/BOAT.json index b66c6f68..17b05a31 100644 --- a/items/BOAT.json +++ b/items/BOAT.json @@ -1,12 +1,24 @@ { - "internalname": "BOAT", - "itemid": 333, + "itemid": "minecraft:boat", "displayname": "§fBoat", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBoat\"},ExtraAttributes:{id:\"BOAT\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "BOAT", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "", + "A3": "WOOD:1", + "B1": "WOOD:1", + "B2": "WOOD:1", + "B3": "WOOD:1", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/BONE.json b/items/BONE.json index ab6a026a..05a37c34 100644 --- a/items/BONE.json +++ b/items/BONE.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "BONE", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Bone" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/BONE_BOOMERANG.json b/items/BONE_BOOMERANG.json index 25e234d6..0cbffb50 100644 --- a/items/BONE_BOOMERANG.json +++ b/items/BONE_BOOMERANG.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:bone", "displayname": "§f§f§6Bonemerang", - "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d490 §8(720)\",1:\"§7Damage: §c+320 §8(+483.2)\",2:\"§7Strength: §c+130 §8(+196.3)\",3:\"\",4:\"§6Item Ability: Swing §e§lRIGHT CLICK\",5:\"§7Throw the bone a short distance,\",6:\"§7dealing the damage an arrow\",7:\"§7would.\",8:\"\",9:\"§7Deals §cdouble damage §7when\",10:\"§7coming back. Pierces up to §e10\",11:\"§e§7foes.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 70000 / 70000\",15:\"§7§4❣ §cRequires §aCatacombs Floor IV\",16:\"§aCompletion\",17:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§f§f§6Bonemerang\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"BONE_BOOMERANG\",uuid:\"e67b8785-84d9-4a33-abb6-2cbd4e33db9d\",timestamp:\"8/1/20 6:44 PM\"},AttributeModifiers:[]}", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d490 \",1:\"§7Damage: §c+320 \",2:\"§7Strength: §c+130 \",3:\"\",4:\"§6Item Ability: Swing §e§lRIGHT CLICK\",5:\"§7Throw the bone a short distance,\",6:\"§7dealing the damage an arrow\",7:\"§7would.\",8:\"\",9:\"§7Deals §cdouble damage §7when\",10:\"§7coming back. Pierces up to §e10\",11:\"§e§7foes.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 70000 / 70000\",15:\"§7§4❣ §cRequires §aCatacombs Floor IV\",16:\"§aCompletion\",17:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§f§f§6Bonemerang\"},ExtraAttributes:{originTag:\"QUICK_CRAFTING\",id:\"BONE_BOOMERANG\",uuid:\"e67b8785-84d9-4a33-abb6-2cbd4e33db9d\",timestamp:\"8/1/20 6:44 PM\"},AttributeModifiers:[]}", "damage": 0, "lore": [ - "§7Gear Score: §d490 §8(720)", - "§7Damage: §c+320 §8(+483.2)", - "§7Strength: §c+130 §8(+196.3)", + "§7Gear Score: §d490 ", + "§7Damage: §c+320 ", + "§7Strength: §c+130 ", "", "§6Item Ability: Swing §e§lRIGHT CLICK", "§7Throw the bone a short distance,", @@ -37,6 +37,9 @@ "internalname": "BONE_BOOMERANG", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bonemerang" + ] }
\ No newline at end of file diff --git a/items/BONZO_FRAGMENT.json b/items/BONZO_FRAGMENT.json new file mode 100644 index 00000000..8b24c5f2 --- /dev/null +++ b/items/BONZO_FRAGMENT.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:red_mushroom", + "displayname": "§f§f§9Bonzo Fragment", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE DUNGEON ITEM\"],Name:\"§f§f§9Bonzo Fragment\"},ExtraAttributes:{id:\"BONZO_FRAGMENT\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§eRight-click to view recipes!", + "", + "§9§lRARE DUNGEON ITEM" + ], + "internalname": "BONZO_FRAGMENT", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BOOK.json b/items/BOOK.json index 1318ad9d..a873871f 100644 --- a/items/BOOK.json +++ b/items/BOOK.json @@ -1,12 +1,24 @@ { - "internalname": "BOOK", - "itemid": 340, + "itemid": "minecraft:book", "displayname": "§fBook", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBook\"},ExtraAttributes:{id:\"BOOK\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "BOOK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "PAPER:1", + "A2": "PAPER:1", + "A3": "PAPER:1", + "B1": "LEATHER:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/BOOKSHELF.json b/items/BOOKSHELF.json index bf22f54b..4996b64a 100644 --- a/items/BOOKSHELF.json +++ b/items/BOOKSHELF.json @@ -1,12 +1,24 @@ { - "internalname": "BOOKSHELF", - "itemid": 47, + "itemid": "minecraft:bookshelf", "displayname": "§fBookshelf", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBookshelf\"},ExtraAttributes:{id:\"BOOKSHELF\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "BOOKSHELF", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "WOOD:1", + "B1": "BOOK:1", + "B2": "BOOK:1", + "B3": "BOOK:1", + "C1": "WOOD:1", + "C2": "WOOD:1", + "C3": "WOOD:1" + } }
\ No newline at end of file diff --git a/items/BOOK_AND_QUILL.json b/items/BOOK_AND_QUILL.json index 047ac54a..58dbaa1c 100644 --- a/items/BOOK_AND_QUILL.json +++ b/items/BOOK_AND_QUILL.json @@ -1,12 +1,24 @@ { - "internalname": "BOOK_AND_QUILL", - "itemid": 386, + "itemid": "minecraft:writable_book", "displayname": "§fBook and Quill", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBook and Quill\"},ExtraAttributes:{id:\"BOOK_AND_QUILL\"}}", "damage": 0, - "nbttag": "{generation:0,HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBook and Quill\"},ExtraAttributes:{id:\"BOOK_AND_QUILL\"},resolved:0}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "BOOK_AND_QUILL", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "BOOK:1", + "A2": "INK_SACK:1", + "A3": "FEATHER:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/BOW-96.json b/items/BOW-96.json deleted file mode 100644 index 84273726..00000000 --- a/items/BOW-96.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "internalname": "BOW-96", - "itemid": 261, - "displayname": "§fnull", - "clickcommand": "", - "damage": 96, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fnull\"},ExtraAttributes:{id:\"BOW:96\"}}", - "modver": "1.0.0", - "lore": [ - "§f§lCOMMON" - ] -}
\ No newline at end of file diff --git a/items/BOW.json b/items/BOW.json index c621afd7..bebee535 100644 --- a/items/BOW.json +++ b/items/BOW.json @@ -1,17 +1,24 @@ { "itemid": "minecraft:bow", "displayname": "§fBow", - "nbttag": "{ench:[],Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§f§lCOMMON BOW\"],Name:\"§fBow\"},ExtraAttributes:{runes:{LAVA:1},originTag:\"CRAFTING_GRID_SHIFT\",id:\"BOW\",uuid:\"b2c86a3f-9017-4dc8-8871-d75a713473b2\",timestamp:\"7/8/20 12:07 PM\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBow\"},ExtraAttributes:{id:\"BOW\"}}", "damage": 0, "lore": [ - "§7Damage: §c+30", - "", - "§7§8This item can be reforged!", - "§f§lCOMMON BOW" + "§f§lCOMMON" ], "internalname": "BOW", - "clickcommand": "", - "modver": "1.1-REL", - "crafttext": "", - "infoType": "" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "", + "A2": "STICK:1", + "A3": "STRING:1", + "B1": "STICK:1", + "B2": "", + "B3": "STRING:1", + "C1": "", + "C2": "STICK:1", + "C3": "STRING:1" + } }
\ No newline at end of file diff --git a/items/BOWL.json b/items/BOWL.json index 239d7752..7c85cf75 100644 --- a/items/BOWL.json +++ b/items/BOWL.json @@ -7,10 +7,18 @@ "§f§lCOMMON" ], "internalname": "BOWL", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Bowl" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "", + "A3": "WOOD:1", + "B1": "", + "B2": "WOOD:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/BREAD.json b/items/BREAD.json index 80c76b7f..7a62322c 100644 --- a/items/BREAD.json +++ b/items/BREAD.json @@ -1,12 +1,24 @@ { - "internalname": "BREAD", - "itemid": 297, + "itemid": "minecraft:bread", "displayname": "§fBread", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBread\"},ExtraAttributes:{id:\"BREAD\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "BREAD", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WHEAT:1", + "A2": "WHEAT:1", + "A3": "WHEAT:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/BREWING_STAND_ITEM.json b/items/BREWING_STAND_ITEM.json index 06297d3a..2049c42a 100644 --- a/items/BREWING_STAND_ITEM.json +++ b/items/BREWING_STAND_ITEM.json @@ -1,12 +1,24 @@ { - "internalname": "BREWING_STAND_ITEM", "itemid": "minecraft:brewing_stand", "displayname": "§fBrewing Stand", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBrewing Stand\"},ExtraAttributes:{id:\"BREWING_STAND_ITEM\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "BREWING_STAND_ITEM", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "", + "A2": "BLAZE_ROD:1", + "A3": "", + "B1": "COBBLESTONE:1", + "B2": "COBBLESTONE:1", + "B3": "COBBLESTONE:1", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/BRICK.json b/items/BRICK.json new file mode 100644 index 00000000..664a1154 --- /dev/null +++ b/items/BRICK.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:brick_block", + "displayname": "§fBricks", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBricks\"},ExtraAttributes:{id:\"BRICK\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BRICK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "CLAY_BRICK:1", + "A2": "CLAY_BRICK:1", + "A3": "", + "B1": "CLAY_BRICK:1", + "B2": "CLAY_BRICK:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/BRICK_STAIRS.json b/items/BRICK_STAIRS.json new file mode 100644 index 00000000..01b7c838 --- /dev/null +++ b/items/BRICK_STAIRS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:brick_stairs", + "displayname": "§fBrick Stairs", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBrick Stairs\"},ExtraAttributes:{id:\"BRICK_STAIRS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "BRICK_STAIRS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "BRICK:1", + "A2": "", + "A3": "", + "B1": "BRICK:1", + "B2": "BRICK:1", + "B3": "", + "C1": "BRICK:1", + "C2": "BRICK:1", + "C3": "BRICK:1" + } +}
\ No newline at end of file diff --git a/items/BROWN_MUSHROOM.json b/items/BROWN_MUSHROOM.json index cc746bef..ccbcd1b8 100644 --- a/items/BROWN_MUSHROOM.json +++ b/items/BROWN_MUSHROOM.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:brown_mushroom", - "displayname": "§fBrown Mushroom", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBrown Mushroom\"},ExtraAttributes:{id:\"BROWN_MUSHROOM\"}}", + "displayname": "§fMushroom", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMushroom\"},ExtraAttributes:{id:\"BROWN_MUSHROOM\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "BROWN_MUSHROOM", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/BUCKET.json b/items/BUCKET.json index 40d941f3..236ee5d6 100644 --- a/items/BUCKET.json +++ b/items/BUCKET.json @@ -1,12 +1,24 @@ { - "internalname": "BUCKET", - "itemid": 325, + "itemid": "minecraft:bucket", "displayname": "§fBucket", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBucket\"},ExtraAttributes:{id:\"BUCKET\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "BUCKET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "", + "A3": "IRON_INGOT:1", + "B1": "", + "B2": "IRON_INGOT:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ 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/BUILDER_ANCIENT_FRUIT.json b/items/BUILDER_ANCIENT_FRUIT.json new file mode 100644 index 00000000..5112f7ec --- /dev/null +++ b/items/BUILDER_ANCIENT_FRUIT.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fAncient Fruit", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"dabc735d-8f44-3d80-8b52-70ea8583c447\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWYwNzJiY2YyYmU2ZjNjNWZmYjUyZDI4NzVlNDEyOTRmMjFkZDU3Y2VlM2Y0MjhjNzk4NmExODk3MTRhZDc5ZiJ9fX0\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fAncient Fruit\"},ExtraAttributes:{id:\"BUILDER_ANCIENT_FRUIT\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_ANCIENT_FRUIT", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_APPALLED_PUMPKIN.json b/items/BUILDER_APPALLED_PUMPKIN.json new file mode 100644 index 00000000..0bb2c7a4 --- /dev/null +++ b/items/BUILDER_APPALLED_PUMPKIN.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fAppalled Pumpkin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d1e0368a-e123-33c0-b760-7d445b4a6e6c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTA3ZGE1NzJhOGU5ZGFkNTc4MmIxNjY1Yjc0ZjkxMWQyMWZiMWE3MjNhOTdkYTdjOGVjNDk0Yjc1ZWM5ZGI4NCJ9fX0\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fAppalled Pumpkin\"},ExtraAttributes:{id:\"BUILDER_APPALLED_PUMPKIN\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_APPALLED_PUMPKIN", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_APPLE.json b/items/BUILDER_APPLE.json new file mode 100644 index 00000000..464e3828 --- /dev/null +++ b/items/BUILDER_APPLE.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fApple", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f18f6b7d-96d9-3e7c-a3ee-3ed6de69d2a6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTIxMTI3ZDIyNjc1YzVjNzY5YTBjMDhiNTcyMDE4ZDI5OWM4MzA0NmY4ZTFmOTQzZWQ5ZDUxYmUwM2IwNyJ9fX0\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fApple\"},ExtraAttributes:{id:\"BUILDER_APPLE\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_APPLE", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_BANANA_BUNCH.json b/items/BUILDER_BANANA_BUNCH.json new file mode 100644 index 00000000..da8343ce --- /dev/null +++ b/items/BUILDER_BANANA_BUNCH.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fBanana Bunch", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"801c28c3-6d61-3fe9-be83-dfedc1139deb\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjBhYWExNDI1ZDJiOTkzODM2OTdkNTcxOTNmMjdkODcyNDQyYmNiOTk1NTA4ZjQyZDE5ZGU0YWYxZjg2MTIifX19\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fBanana Bunch\"},ExtraAttributes:{id:\"BUILDER_BANANA_BUNCH\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_BANANA_BUNCH", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_BEETROOT.json b/items/BUILDER_BEETROOT.json new file mode 100644 index 00000000..3295dd06 --- /dev/null +++ b/items/BUILDER_BEETROOT.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fBeetroot", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ce7bb84b-9a74-3246-ba82-51047c2181ff\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMThmMzZlYTIyOGM0ZmQ5YWZlZDVhZGQ2ZDA1MjZkZTcxYjdhYzA1NTllYWJmYzJmNjBkZTZjNGFhNzMzZjUifX19\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fBeetroot\"},ExtraAttributes:{id:\"BUILDER_BEETROOT\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_BEETROOT", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_BERRY.json b/items/BUILDER_BERRY.json new file mode 100644 index 00000000..b418ee68 --- /dev/null +++ b/items/BUILDER_BERRY.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fBerry", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"09a309d5-dfb0-3ca1-b142-dbd023e9fc21\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTIzNTU1YjBmZDdkZjU5MTcyZTkyZDg5NmU2N2FkM2Q4ZWQxNDUwNDk4M2RlNjVkZmY4MzVlZDExMDQxNmEwZiJ9fX0\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fBerry\"},ExtraAttributes:{id:\"BUILDER_BERRY\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_BERRY", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_BERRY_BUSH.json b/items/BUILDER_BERRY_BUSH.json new file mode 100644 index 00000000..38a78002 --- /dev/null +++ b/items/BUILDER_BERRY_BUSH.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fBerry Bush", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d1977de1-eb16-37a8-b765-7d71569de2a2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjRlYzNmY2Q1NTcyNjlhMWEwYjliZmE4YTAyZGFlMWEzOWZhMGVlOGZmNDBlMGNiOGE5NjQ3OWJlMDRiNjYwOSJ9fX0\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fBerry Bush\"},ExtraAttributes:{id:\"BUILDER_BERRY_BUSH\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_BERRY_BUSH", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_BLUE_CORN.json b/items/BUILDER_BLUE_CORN.json new file mode 100644 index 00000000..238e3c86 --- /dev/null +++ b/items/BUILDER_BLUE_CORN.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fBlue Corn", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a2c37777-9c92-3754-affc-6c48d98429f9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmQ1NDE1ODFiMGQyNGIxYjVhYjFkYWQ0ZjUxZTM4M2QwM2I5YjBiY2I0Y2Y4NmYxMzQ1MTQ1NDY4ZWZkMWM1YSJ9fX0\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fBlue Corn\"},ExtraAttributes:{id:\"BUILDER_BLUE_CORN\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_BLUE_CORN", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_BROWN_MUSHROOM.json b/items/BUILDER_BROWN_MUSHROOM.json new file mode 100644 index 00000000..9dc27957 --- /dev/null +++ b/items/BUILDER_BROWN_MUSHROOM.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fBrown Mushroom", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"206e2700-8521-3999-8fa7-5bde84350234\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODQ5YjMzMzc4ODVkYzk5ODE4NmExZDU4YTZkMmQ5ZDExMjk5ZDRlMWViZmEyZjdiNjU2NzcxM2I3MzZlYTA3NSJ9fX0\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fBrown Mushroom\"},ExtraAttributes:{id:\"BUILDER_BROWN_MUSHROOM\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_BROWN_MUSHROOM", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_BUSH.json b/items/BUILDER_BUSH.json new file mode 100644 index 00000000..172bc895 --- /dev/null +++ b/items/BUILDER_BUSH.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fBush", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"269b4d81-0e24-349a-ba03-ce9908dfc819\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODVjZTQwZWVmODY5YmUyY2Y4ODg4OWRhOTI2OGNmZGU2ZDkzMTliMzc3ODU4OWFkNDdlOWQzNWFhYThmMWQifX19\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fBush\"},ExtraAttributes:{id:\"BUILDER_BUSH\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_BUSH", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_CACTUS.json b/items/BUILDER_CACTUS.json new file mode 100644 index 00000000..e3c1bc7e --- /dev/null +++ b/items/BUILDER_CACTUS.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fCactus", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e903469-78f6-3031-9cb9-b4842b5167d8\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjk3MTM4ZmY1YTc0ZmI3Mzc5Y2NjYTc5NzI2Njk4NzFiMjA5YjkxYmY2YzdiMDdlNzY5MjkyODVjOGZiMyJ9fX0\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fCactus\"},ExtraAttributes:{id:\"BUILDER_CACTUS\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_CACTUS", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_CHESTO_BERRY.json b/items/BUILDER_CHESTO_BERRY.json new file mode 100644 index 00000000..c22cb514 --- /dev/null +++ b/items/BUILDER_CHESTO_BERRY.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fChesto Berry", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9cb47c37-b64b-3616-8103-2624431f878d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDM2ZjRmZjE4M2NiYWE0OTEyMjQ1NTYxNDkxMWI4NDk0MmI1ZjkyZDRkODJjYzNiODkwYmNjN2Q1N2M2In19fQ\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fChesto Berry\"},ExtraAttributes:{id:\"BUILDER_CHESTO_BERRY\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_CHESTO_BERRY", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_CORN.json b/items/BUILDER_CORN.json new file mode 100644 index 00000000..e877b2d2 --- /dev/null +++ b/items/BUILDER_CORN.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fCorn", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"820fd2a8-d498-36f9-83e8-4c4010e1b5be\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDM5MWRmZmJlYTJmYzNmMmFkNzhhNjIzZjQ5YmY3ZTExMjE2OTQxMTJjMzc1OWZlZWQ0MTU2ZmMyYmE0NmMwIn19fQ\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fCorn\"},ExtraAttributes:{id:\"BUILDER_CORN\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_CORN", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_KIWI.json b/items/BUILDER_KIWI.json new file mode 100644 index 00000000..7f352bd2 --- /dev/null +++ b/items/BUILDER_KIWI.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fKiwi", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1989cfe7-ea10-3465-be1d-b56a58e566df\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDkzMTdmNDhlMjU3ZmQ2ODg3NDkxZjdiYTllMmFhYTQxYzkxZmNmZDQ0NjFhZTc3MmEzMmQyNzgzOWMxMyJ9fX0\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fKiwi\"},ExtraAttributes:{id:\"BUILDER_KIWI\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_KIWI", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_LEMON.json b/items/BUILDER_LEMON.json new file mode 100644 index 00000000..d949647f --- /dev/null +++ b/items/BUILDER_LEMON.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fLemon", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"448296cf-4fc3-35f6-b478-41328a10b280\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTU3ZmQ1NmNhMTU5Nzg3NzkzMjRkZjUxOTM1NGI2NjM5YThkOWJjMTE5MmM3YzNkZTkyNWEzMjliYWVmNmMifX19\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fLemon\"},ExtraAttributes:{id:\"BUILDER_LEMON\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_LEMON", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_LETTUCE.json b/items/BUILDER_LETTUCE.json new file mode 100644 index 00000000..45c35494 --- /dev/null +++ b/items/BUILDER_LETTUCE.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fLettuce", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c8790f27-ed5f-398e-bb57-81d7a1144e1b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTk3OWZlN2IzMmZiN2ZjOTc0NmUxNTc0NzFmOTc1ZjMxYWZjYjU4ZmQ4YjVhY2I4YmY1M2VjMzUwZjRkNWMyIn19fQ\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fLettuce\"},ExtraAttributes:{id:\"BUILDER_LETTUCE\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_LETTUCE", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_LILAC_FRUIT.json b/items/BUILDER_LILAC_FRUIT.json new file mode 100644 index 00000000..13d113f2 --- /dev/null +++ b/items/BUILDER_LILAC_FRUIT.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fLilac Fruit", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"10f1d67d-6946-320a-9845-76dee36a2f1e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTM1NmY3ZTdkZjZjZDliNDUwZGI0YjdiYTIyOTRiOTNjYjZmMTg3MWQxNWE0MGQ2MGU3ZjE0ZWM2ODk5Y2Y3NiJ9fX0\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fLilac Fruit\"},ExtraAttributes:{id:\"BUILDER_LILAC_FRUIT\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_LILAC_FRUIT", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_MELON.json b/items/BUILDER_MELON.json new file mode 100644 index 00000000..c83e82f6 --- /dev/null +++ b/items/BUILDER_MELON.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fMelon", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4958989c-6d16-3445-8b46-3f91955df412\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDU4NjcwNTUxZjdmZjEzYWZhYjIzOTMxOGExMGJhZDIzMjdlZTc0MmUxNTc4MzdlYTE3ODVlZjQ0M2QzYTU3NiJ9fX0\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fMelon\"},ExtraAttributes:{id:\"BUILDER_MELON\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_MELON", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_ONION.json b/items/BUILDER_ONION.json new file mode 100644 index 00000000..c3b714fd --- /dev/null +++ b/items/BUILDER_ONION.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fOnion", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"45ce7775-6a5d-3602-900b-a00b60b51ca9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjEzNGFiMTQ1YmQxNzY3NmFjMTBhNmY1YjY1NTRkZDQxMjU2Y2UzYjgyMzlmODdjMDU5MWIxMDVhYTllMDg2In19fQ\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fOnion\"},ExtraAttributes:{id:\"BUILDER_ONION\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_ONION", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_ORANGE.json b/items/BUILDER_ORANGE.json new file mode 100644 index 00000000..aca75d15 --- /dev/null +++ b/items/BUILDER_ORANGE.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fOrange", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"66209c88-b7ea-35f6-8566-43a1bf391024\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2MyZDhlOGVjMjczN2I1OTlhNDhmYzA3ZWE1OGI4MDY5NjllNjAyMTgwMjAxOTk5MmRkYTMyYTY1Mzc5NGRmNiJ9fX0\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fOrange\"},ExtraAttributes:{id:\"BUILDER_ORANGE\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_ORANGE", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BUILDER_PINK_BERRY.json b/items/BUILDER_PINK_BERRY.json new file mode 100644 index 00000000..726b3f62 --- /dev/null +++ b/items/BUILDER_PINK_BERRY.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fPink Berry", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"21922daf-5fcc-3c99-8794-ecc8b76c9d45\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzc4MzA4ZmU0ZGRhMWJiOGE5NmY1YjIyNmIzMjU0MmY0OWZkNjViYzU1YjQ0YmJjMzEzNDNlYjQwMGNmNWUyIn19fQ\"}]}},display:{Lore:[0:\"§8Decoration item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fPink Berry\"},ExtraAttributes:{id:\"BUILDER_PINK_BERRY\"}}", + "damage": 3, + "lore": [ + "§8Decoration item", + "", + "§f§lCOMMON" + ], + "internalname": "BUILDER_PINK_BERRY", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CACTUS.json b/items/CACTUS.json index d1e824d0..c393fa07 100644 --- a/items/CACTUS.json +++ b/items/CACTUS.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:cactus", "displayname": "§fCactus", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fCactus\"},ExtraAttributes:{id:\"CACTUS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCactus\"},ExtraAttributes:{id:\"CACTUS\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "CACTUS", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Cactus" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/CAKE.json b/items/CAKE.json new file mode 100644 index 00000000..9e823f08 --- /dev/null +++ b/items/CAKE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:cake", + "displayname": "§fCake", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCake\"},ExtraAttributes:{id:\"CAKE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CAKE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "MILK_BUCKET:1", + "A2": "MILK_BUCKET:1", + "A3": "MILK_BUCKET:1", + "B1": "SUGAR:1", + "B2": "EGG:1", + "B3": "SUGAR:1", + "C1": "WHEAT:1", + "C2": "WHEAT:1", + "C3": "WHEAT:1" + } +}
\ No newline at end of file diff --git a/items/CANDY_CORN.json b/items/CANDY_CORN.json new file mode 100644 index 00000000..18073945 --- /dev/null +++ b/items/CANDY_CORN.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aCandy Corn", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a0abae4f-e197-39c8-9ddb-0d67166c127a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmQ4Njc2N2Q0ZjFjYTI4NjhiNjc1Njk2YzcyMTc4Y2Q3NGM0ZWI2YzI4ZjNjN2FmYzgyZWRkMDkwY2EyY2E0NiJ9fX0\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 §9Candied §7reforge\",5:\"§7to armor.\",6:\"\",7:\"§a§lUNCOMMON REFORGE STONE\"],Name:\"§aCandy Corn\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"CANDY_CORN\",uuid:\"eb70f531-d7be-4bfa-b70b-baada837e668\",timestamp:\"10/30/20 2:18 PM\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Candied §7reforge", + "§7to armor.", + "", + "§a§lUNCOMMON REFORGE STONE" + ], + "internalname": "CANDY_CORN", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CANDY_RELIC.json b/items/CANDY_RELIC.json new file mode 100644 index 00000000..8808c791 --- /dev/null +++ b/items/CANDY_RELIC.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Candy Relic", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bef6ad3e-4ce8-3f04-8974-75eae76f97e6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzk2Njg3NjdmMTE0MTgzNWUyYzQ5YWQyYjQxNTU5OGYxYjE2NmJlOTE3MzkwMmEwMjU3ZTc3NzA0ZjkxM2UxZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Increases the drop chance of\",1:\"§7candies from mobs by §a20%\",2:\"§a§7during the §6Spooky\",3:\"§6Festival§7.\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY ACCESSORY\"],Name:\"§6Candy Relic\"},ExtraAttributes:{id:\"CANDY_RELIC\"}}", + "damage": 3, + "lore": [ + "§7Increases the drop chance of", + "§7candies from mobs by §a20%", + "§a§7during the §6Spooky", + "§6Festival§7.", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY ACCESSORY" + ], + "internalname": "CANDY_RELIC", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CARPET-1.json b/items/CARPET-1.json new file mode 100644 index 00000000..19ae8eb6 --- /dev/null +++ b/items/CARPET-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:carpet", + "displayname": "§fOrange Carpet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOrange Carpet\"},ExtraAttributes:{id:\"CARPET\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CARPET-1", + "parent": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-1:1", + "A2": "WOOL-1:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/CARPET-10.json b/items/CARPET-10.json new file mode 100644 index 00000000..36d3704f --- /dev/null +++ b/items/CARPET-10.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:carpet", + "displayname": "§fPurple Carpet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPurple Carpet\"},ExtraAttributes:{id:\"CARPET\"}}", + "damage": 10, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CARPET-10", + "parent": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-10:1", + "A2": "WOOL-10:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/CARPET-11.json b/items/CARPET-11.json new file mode 100644 index 00000000..56a8d9cc --- /dev/null +++ b/items/CARPET-11.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:carpet", + "displayname": "§fBlue Carpet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlue Carpet\"},ExtraAttributes:{id:\"CARPET\"}}", + "damage": 11, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CARPET-11", + "parent": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-11:1", + "A2": "WOOL-11:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/CARPET-12.json b/items/CARPET-12.json new file mode 100644 index 00000000..f797fa5b --- /dev/null +++ b/items/CARPET-12.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:carpet", + "displayname": "§fBrown Carpet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBrown Carpet\"},ExtraAttributes:{id:\"CARPET\"}}", + "damage": 12, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CARPET-12", + "parent": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-12:1", + "A2": "WOOL-12:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/CARPET-13.json b/items/CARPET-13.json new file mode 100644 index 00000000..fcd9f349 --- /dev/null +++ b/items/CARPET-13.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:carpet", + "displayname": "§fGreen Carpet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGreen Carpet\"},ExtraAttributes:{id:\"CARPET\"}}", + "damage": 13, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CARPET-13", + "parent": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-13:1", + "A2": "WOOL-13:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/CARPET-14.json b/items/CARPET-14.json new file mode 100644 index 00000000..a31ebd28 --- /dev/null +++ b/items/CARPET-14.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:carpet", + "displayname": "§fRed Carpet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRed Carpet\"},ExtraAttributes:{id:\"CARPET\"}}", + "damage": 14, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CARPET-14", + "parent": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-14:1", + "A2": "WOOL-14:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/CARPET-15.json b/items/CARPET-15.json new file mode 100644 index 00000000..884619b7 --- /dev/null +++ b/items/CARPET-15.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:carpet", + "displayname": "§fBlack Carpet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlack Carpet\"},ExtraAttributes:{id:\"CARPET\"}}", + "damage": 15, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CARPET-15", + "parent": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-15:1", + "A2": "WOOL-15:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/CARPET-2.json b/items/CARPET-2.json new file mode 100644 index 00000000..ebe31cae --- /dev/null +++ b/items/CARPET-2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:carpet", + "displayname": "§fMagenta Carpet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMagenta Carpet\"},ExtraAttributes:{id:\"CARPET\"}}", + "damage": 2, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CARPET-2", + "parent": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-2:1", + "A2": "WOOL-2:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/CARPET-3.json b/items/CARPET-3.json new file mode 100644 index 00000000..e9ea02e1 --- /dev/null +++ b/items/CARPET-3.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:carpet", + "displayname": "§fLight Blue Carpet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Blue Carpet\"},ExtraAttributes:{id:\"CARPET\"}}", + "damage": 3, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CARPET-3", + "parent": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-3:1", + "A2": "WOOL-3:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/CARPET-4.json b/items/CARPET-4.json new file mode 100644 index 00000000..52f20404 --- /dev/null +++ b/items/CARPET-4.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:carpet", + "displayname": "§fYellow Carpet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fYellow Carpet\"},ExtraAttributes:{id:\"CARPET\"}}", + "damage": 4, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CARPET-4", + "parent": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-4:1", + "A2": "WOOL-4:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/CARPET-5.json b/items/CARPET-5.json index 4f44b45b..32b57902 100644 --- a/items/CARPET-5.json +++ b/items/CARPET-5.json @@ -1,12 +1,25 @@ { - "internalname": "CARPET-5", - "itemid": 171, + "itemid": "minecraft:carpet", "displayname": "§fLime Carpet", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLime Carpet\"},ExtraAttributes:{id:\"CARPET\"}}", "damage": 5, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLime Carpet\"},ExtraAttributes:{id:\"CARPET:5\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "CARPET-5", + "parent": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-5:1", + "A2": "WOOL-5:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/CARPET-6.json b/items/CARPET-6.json new file mode 100644 index 00000000..190319c7 --- /dev/null +++ b/items/CARPET-6.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:carpet", + "displayname": "§fPink Carpet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPink Carpet\"},ExtraAttributes:{id:\"CARPET\"}}", + "damage": 6, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CARPET-6", + "parent": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-6:1", + "A2": "WOOL-6:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/CARPET-7.json b/items/CARPET-7.json new file mode 100644 index 00000000..41139e7d --- /dev/null +++ b/items/CARPET-7.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:carpet", + "displayname": "§fGray Carpet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGray Carpet\"},ExtraAttributes:{id:\"CARPET\"}}", + "damage": 7, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CARPET-7", + "parent": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-7:1", + "A2": "WOOL-7:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/CARPET-8.json b/items/CARPET-8.json index 8f9c0101..a0c58897 100644 --- a/items/CARPET-8.json +++ b/items/CARPET-8.json @@ -1,12 +1,25 @@ { - "internalname": "CARPET-8", - "itemid": 171, + "itemid": "minecraft:carpet", "displayname": "§fLight Gray Carpet", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Gray Carpet\"},ExtraAttributes:{id:\"CARPET\"}}", "damage": 8, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Gray Carpet\"},ExtraAttributes:{id:\"CARPET:8\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "CARPET-8", + "parent": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-8:1", + "A2": "WOOL-8:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/CARPET-9.json b/items/CARPET-9.json new file mode 100644 index 00000000..4b20e074 --- /dev/null +++ b/items/CARPET-9.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:carpet", + "displayname": "§fCyan Carpet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCyan Carpet\"},ExtraAttributes:{id:\"CARPET\"}}", + "damage": 9, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CARPET-9", + "parent": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL-9:1", + "A2": "WOOL-9:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/CARPET.json b/items/CARPET.json new file mode 100644 index 00000000..98489ff2 --- /dev/null +++ b/items/CARPET.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:carpet", + "displayname": "§fCarpet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCarpet\"},ExtraAttributes:{id:\"CARPET\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CARPET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOL:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/CARROT_ITEM.json b/items/CARROT_ITEM.json index 3c4fc5c6..5f302310 100644 --- a/items/CARROT_ITEM.json +++ b/items/CARROT_ITEM.json @@ -7,6 +7,7 @@ "§f§lCOMMON" ], "internalname": "CARROT_ITEM", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/CARROT_STICK.json b/items/CARROT_STICK.json index eae536d8..76784132 100644 --- a/items/CARROT_STICK.json +++ b/items/CARROT_STICK.json @@ -1,12 +1,24 @@ { - "internalname": "CARROT_STICK", - "itemid": 398, + "itemid": "minecraft:carrot_on_a_stick", "displayname": "§fCarrot on a Stick", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCarrot on a Stick\"},ExtraAttributes:{id:\"CARROT_STICK\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCarrot on a Stick\"},ExtraAttributes:{id:\"CARROT_STICK\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "CARROT_STICK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "FISHING_ROD:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "CARROT_ITEM:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/CASTER;5.json b/items/CASTER;5.json new file mode 100644 index 00000000..ea4caf2b --- /dev/null +++ b/items/CASTER;5.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7§a5%§7 chance to not consume", + "§7bait.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "CASTER;5", + "crafttext": "", + "clickcommand": "", + "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 new file mode 100644 index 00000000..dd801bf1 --- /dev/null +++ b/items/CASTER;6.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:enchanted_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": [ + "§9Caster VI", + "§7§a6%§7 chance to not consume", + "§7bait.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§9§lRARE" + ], + "internalname": "CASTER;6", + "parent": "CASTER;4", + "modver": "1.0.0" +} diff --git a/items/CAULDRON.json b/items/CAULDRON.json new file mode 100644 index 00000000..e19ce704 --- /dev/null +++ b/items/CAULDRON.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fCauldron", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ec83d954-808e-3054-a892-6599cc1a6c92\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjAsInByb2ZpbGVJZCI6ImRiYTJmMTE1NmNjMjQwMWJhOWU5YjRkMjdmN2M4OTdkIiwicHJvZmlsZU5hbWUiOiJjb2RlbmFtZV9CIiwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwczovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS82MDFkOTdmZjc3MzFiZGUwZTAyNTMyODZiOGMyOTM2ZmQ3ZTYzM2YxMzc5MzFhNGJmNDFlNTFlM2Y4YzdkODRlIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Halloween Cosmetic\",2:\"\",3:\"§7This exclusive Halloween\",4:\"§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fCauldron\"},ExtraAttributes:{id:\"CAULDRON\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Halloween Cosmetic", + "", + "§7This exclusive Halloween", + "§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§f§lCOMMON" + ], + "internalname": "CAULDRON", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Furniture" + ] +}
\ No newline at end of file diff --git a/items/CAULDRON_ITEM.json b/items/CAULDRON_ITEM.json new file mode 100644 index 00000000..47bcf098 --- /dev/null +++ b/items/CAULDRON_ITEM.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:cauldron", + "displayname": "§fCauldron", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCauldron\"},ExtraAttributes:{id:\"CAULDRON_ITEM\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CAULDRON_ITEM", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "", + "A3": "IRON_INGOT:1", + "B1": "IRON_INGOT:1", + "B2": "", + "B3": "IRON_INGOT:1", + "C1": "IRON_INGOT:1", + "C2": "IRON_INGOT:1", + "C3": "IRON_INGOT:1" + } +}
\ No newline at end of file diff --git a/items/CHAINMAIL_BOOTS.json b/items/CHAINMAIL_BOOTS.json index cb16cb13..c8691e45 100644 --- a/items/CHAINMAIL_BOOTS.json +++ b/items/CHAINMAIL_BOOTS.json @@ -1,15 +1,13 @@ { - "internalname": "CHAINMAIL_BOOTS", - "itemid": 305, - "displayname": "§aChainmail Boots", - "clickcommand": "", + "itemid": "minecraft:chainmail_boots", + "displayname": "§fChain Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fChain Boots\"},ExtraAttributes:{id:\"CHAINMAIL_BOOTS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+7\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON BOOTS\"],Name:\"§aChainmail Boots\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"CHAINMAIL_BOOTS\",uuid:\"a9a73522-32fe-4d11-ba80-7da218d5059d\",timestamp:\"7/1/20 11:31 PM\"}}", - "modver": "1.0.0", "lore": [ - "§7Defense: §a+7", - "", - "§7§8This item can be reforged!", - "§a§lUNCOMMON BOOTS" - ] + "§f§lCOMMON" + ], + "internalname": "CHAINMAIL_BOOTS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/CHAINMAIL_CHESTPLATE.json b/items/CHAINMAIL_CHESTPLATE.json new file mode 100644 index 00000000..915c2c1a --- /dev/null +++ b/items/CHAINMAIL_CHESTPLATE.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:chainmail_chestplate", + "displayname": "§fChain Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fChain Chestplate\"},ExtraAttributes:{id:\"CHAINMAIL_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CHAINMAIL_CHESTPLATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/CHAINMAIL_HELMET.json b/items/CHAINMAIL_HELMET.json index c8034c48..714a3567 100644 --- a/items/CHAINMAIL_HELMET.json +++ b/items/CHAINMAIL_HELMET.json @@ -1,15 +1,13 @@ { - "internalname": "CHAINMAIL_HELMET", - "itemid": 302, - "displayname": "§aChainmail Helmet", - "clickcommand": "", + "itemid": "minecraft:chainmail_helmet", + "displayname": "§fChain Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fChain Helmet\"},ExtraAttributes:{id:\"CHAINMAIL_HELMET\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+12\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON HELMET\"],Name:\"§aChainmail Helmet\"},ExtraAttributes:{originTag:\"SHOP_PURCHASE\",id:\"CHAINMAIL_HELMET\",uuid:\"70dc852c-a463-411f-879a-e70c18e3d3d2\",timestamp:\"7/8/20 9:15 AM\"}}", - "modver": "1.0.0", "lore": [ - "§7Defense: §a+12", - "", - "§7§8This item can be reforged!", - "§a§lUNCOMMON HELMET" - ] + "§f§lCOMMON" + ], + "internalname": "CHAINMAIL_HELMET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/CHAINMAIL_LEGGINGS.json b/items/CHAINMAIL_LEGGINGS.json new file mode 100644 index 00000000..69dbfe70 --- /dev/null +++ b/items/CHAINMAIL_LEGGINGS.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:chainmail_leggings", + "displayname": "§fChain Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fChain Leggings\"},ExtraAttributes:{id:\"CHAINMAIL_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CHAINMAIL_LEGGINGS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/CHEST.json b/items/CHEST.json index 7acadeac..b106c18b 100644 --- a/items/CHEST.json +++ b/items/CHEST.json @@ -7,10 +7,18 @@ "§f§lCOMMON" ], "internalname": "CHEST", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Chest" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "WOOD:1", + "B1": "WOOD:1", + "B2": "", + "B3": "WOOD:1", + "C1": "WOOD:1", + "C2": "WOOD:1", + "C3": "WOOD:1" + } }
\ No newline at end of file diff --git a/items/CLAY.json b/items/CLAY.json index 2f3e7fb8..85e2d138 100644 --- a/items/CLAY.json +++ b/items/CLAY.json @@ -1,12 +1,24 @@ { - "internalname": "CLAY", - "itemid": 82, + "itemid": "minecraft:clay", "displayname": "§fClay", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fClay\"},ExtraAttributes:{id:\"CLAY\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "CLAY_BALL:1", + "A2": "CLAY_BALL:1", + "A3": "", + "B1": "CLAY_BALL:1", + "B2": "CLAY_BALL:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/CLAY_BALL.json b/items/CLAY_BALL.json index 42e79132..a7da30f8 100644 --- a/items/CLAY_BALL.json +++ b/items/CLAY_BALL.json @@ -7,6 +7,7 @@ "§f§lCOMMON" ], "internalname": "CLAY_BALL", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/CLAY_BRICK.json b/items/CLAY_BRICK.json new file mode 100644 index 00000000..742d76c2 --- /dev/null +++ b/items/CLAY_BRICK.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:brick", + "displayname": "§fBrick", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBrick\"},ExtraAttributes:{id:\"CLAY_BRICK\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "CLAY_BRICK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/CLEAVE;5.json b/items/CLEAVE;5.json new file mode 100644 index 00000000..d416450a --- /dev/null +++ b/items/CLEAVE;5.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7Deals §a15% §7of your damage", + "§7dealt to other monsters within", + "§7§a4.5 §7blocks of the target.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "CLEAVE;5", + "crafttext": "", + "parent": "CLEAVE;4", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CLUCK_THE_FISH.json b/items/CLUCK_THE_FISH.json new file mode 100644 index 00000000..19213b4b --- /dev/null +++ b/items/CLUCK_THE_FISH.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:fish", + "displayname": "§f§f§cCluck the Fish", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7Cluck cluck bkaawwk. Puk Puk\",1:\"§7Pukaaak!\",2:\"\",3:\"§c§lSPECIAL\"],Name:\"§f§f§cCluck the Fish\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"CLUCK_THE_FISH\",uuid:\"ccd1fc39-247d-4a24-bfb6-f6d4ff8c9f7e\",timestamp:\"10/3/20 8:43 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Cluck cluck bkaawwk. Puk Puk", + "§7Pukaaak!", + "", + "§c§lSPECIAL" + ], + "internalname": "CLUCK_THE_FISH", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Cluck_the_Fish" + ] +}
\ No newline at end of file diff --git a/items/COAL-1.json b/items/COAL-1.json index 8fed0cef..3565266f 100644 --- a/items/COAL-1.json +++ b/items/COAL-1.json @@ -1,12 +1,14 @@ { - "internalname": "COAL-1", - "itemid": 263, + "itemid": "minecraft:coal", "displayname": "§fCharcoal", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCharcoal\"},ExtraAttributes:{id:\"COAL-1\"}}", "damage": 1, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCharcoal\"},ExtraAttributes:{id:\"COAL:1\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "parent": "COAL", + "internalname": "COAL-1", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/COAL.json b/items/COAL.json index c596b995..9f74dc78 100644 --- a/items/COAL.json +++ b/items/COAL.json @@ -1,21 +1,24 @@ { "itemid": "minecraft:coal", "displayname": "§fCoal", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§7increases the speed of\",2:\"§7your minion by §a5%§7\",3:\"§7for 30 minutes§7!\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fCoal\"},ExtraAttributes:{id:\"COAL\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCoal\"},ExtraAttributes:{id:\"COAL\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", - "§7increases the speed of", - "§7your minion by §a5%§7", - "§7for 30 minutes§7!", - "", "§f§lCOMMON" ], "internalname": "COAL", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Coal" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COAL_BLOCK:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/COAL_BLOCK.json b/items/COAL_BLOCK.json index 6c6d90ca..5972cff1 100644 --- a/items/COAL_BLOCK.json +++ b/items/COAL_BLOCK.json @@ -1,16 +1,24 @@ { "itemid": "minecraft:coal_block", "displayname": "§fBlock of Coal", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7increases the speed of\",1:\"§7your minion by §a5%§7\",2:\"§7for 5 hours§7!\",3:\"\",4:\"§f§lCOMMON\"],Name:\"§fBlock of Coal\"},ExtraAttributes:{id:\"COAL_BLOCK\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlock of Coal\"},ExtraAttributes:{id:\"COAL_BLOCK\"}}", "damage": 0, "lore": [ - "§7increases the speed of", - "§7your minion by §a5%§7", - "§7for 5 hours§7!", - "", "§f§lCOMMON" ], "internalname": "COAL_BLOCK", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COAL:1", + "A2": "COAL:1", + "A3": "COAL:1", + "B1": "COAL:1", + "B2": "COAL:1", + "B3": "COAL:1", + "C1": "COAL:1", + "C2": "COAL:1", + "C3": "COAL:1" + } }
\ No newline at end of file diff --git a/items/COAL_ORE.json b/items/COAL_ORE.json new file mode 100644 index 00000000..ac7a5738 --- /dev/null +++ b/items/COAL_ORE.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:coal_ore", + "displayname": "§fCoal Ore", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCoal Ore\"},ExtraAttributes:{id:\"COAL_ORE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "COAL_ORE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/COBBLESTONE.json b/items/COBBLESTONE.json index 78afe5c8..3b15cb9b 100644 --- a/items/COBBLESTONE.json +++ b/items/COBBLESTONE.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "COBBLESTONE", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Cobblestone" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/COBBLESTONE_STAIRS.json b/items/COBBLESTONE_STAIRS.json new file mode 100644 index 00000000..053db39d --- /dev/null +++ b/items/COBBLESTONE_STAIRS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:stone_stairs", + "displayname": "§fCobblestone Stairs", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCobblestone Stairs\"},ExtraAttributes:{id:\"COBBLESTONE_STAIRS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "COBBLESTONE_STAIRS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COBBLESTONE:1", + "A2": "", + "A3": "", + "B1": "COBBLESTONE:1", + "B2": "COBBLESTONE:1", + "B3": "", + "C1": "COBBLESTONE:1", + "C2": "COBBLESTONE:1", + "C3": "COBBLESTONE:1" + } +}
\ No newline at end of file diff --git a/items/COBBLE_WALL-1.json b/items/COBBLE_WALL-1.json new file mode 100644 index 00000000..f04d1931 --- /dev/null +++ b/items/COBBLE_WALL-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:cobblestone_wall", + "displayname": "§fMossy Cobblestone Wall", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMossy Cobblestone Wall\"},ExtraAttributes:{id:\"COBBLE_WALL\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "COBBLE_WALL-1", + "parent": "COBBLE_WALL", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "MOSSY_COBBLESTONE:1", + "A2": "MOSSY_COBBLESTONE:1", + "A3": "MOSSY_COBBLESTONE:1", + "B1": "MOSSY_COBBLESTONE:1", + "B2": "MOSSY_COBBLESTONE:1", + "B3": "MOSSY_COBBLESTONE:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/COBBLE_WALL.json b/items/COBBLE_WALL.json new file mode 100644 index 00000000..6e635a0a --- /dev/null +++ b/items/COBBLE_WALL.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:cobblestone_wall", + "displayname": "§fCobblestone Wall", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCobblestone Wall\"},ExtraAttributes:{id:\"COBBLE_WALL\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "COBBLE_WALL", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COBBLESTONE:1", + "A2": "COBBLESTONE:1", + "A3": "COBBLESTONE:1", + "B1": "COBBLESTONE:1", + "B2": "COBBLESTONE:1", + "B3": "COBBLESTONE:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/COFFIN.json b/items/COFFIN.json new file mode 100644 index 00000000..0198ffb8 --- /dev/null +++ b/items/COFFIN.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Coffin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2d2463b0-fba2-3136-8211-519da8e903c5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGQ0NDc1NmUwYjRlY2U4ZDc0NjI5NmEzZDVlMjk3ZTE0MTVmNGJhMTc2NDdmZmUyMjgzODUzODNkMTYxYTkifX19\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Halloween Cosmetic\",2:\"\",3:\"§7This exclusive Halloween\",4:\"§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Coffin\"},ExtraAttributes:{id:\"COFFIN\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Halloween Cosmetic", + "", + "§7This exclusive Halloween", + "§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§9§lRARE" + ], + "internalname": "COFFIN", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Furniture" + ] +}
\ No newline at end of file diff --git a/items/COMMAND.json b/items/COMMAND.json new file mode 100644 index 00000000..12047519 --- /dev/null +++ b/items/COMMAND.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:command_block", + "displayname": "§fCommand Block", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCommand Block\"},ExtraAttributes:{id:\"COMMAND\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "COMMAND", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/COMMAND_MINECART.json b/items/COMMAND_MINECART.json new file mode 100644 index 00000000..acee1e8d --- /dev/null +++ b/items/COMMAND_MINECART.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:command_block_minecart", + "displayname": "§fMinecart with Command Block", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMinecart with Command Block\"},ExtraAttributes:{id:\"COMMAND_MINECART\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "COMMAND_MINECART", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ 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/COMPASS.json b/items/COMPASS.json index 57c91346..3d47ad57 100644 --- a/items/COMPASS.json +++ b/items/COMPASS.json @@ -1,16 +1,24 @@ { "itemid": "minecraft:compass", "displayname": "§fCompass", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fCompass\"},ExtraAttributes:{id:\"COMPASS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCompass\"},ExtraAttributes:{id:\"COMPASS\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "COMPASS", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Compass" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "", + "A2": "IRON_INGOT:1", + "A3": "", + "B1": "IRON_INGOT:1", + "B2": "REDSTONE:1", + "B3": "IRON_INGOT:1", + "C1": "", + "C2": "IRON_INGOT:1", + "C3": "" + } }
\ No newline at end of file diff --git a/items/COOKED_BEEF.json b/items/COOKED_BEEF.json index 84e77adc..ce4cab95 100644 --- a/items/COOKED_BEEF.json +++ b/items/COOKED_BEEF.json @@ -1,12 +1,13 @@ { - "internalname": "COOKED_BEEF", - "itemid": 364, - "displayname": "§fCooked Beef", - "clickcommand": "", + "itemid": "minecraft:cooked_beef", + "displayname": "§fSteak", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSteak\"},ExtraAttributes:{id:\"COOKED_BEEF\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCooked Beef\"},ExtraAttributes:{id:\"COOKED_BEEF\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "COOKED_BEEF", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/COOKED_CHICKEN.json b/items/COOKED_CHICKEN.json index 1a48e8a7..f965cec4 100644 --- a/items/COOKED_CHICKEN.json +++ b/items/COOKED_CHICKEN.json @@ -1,12 +1,13 @@ { - "internalname": "COOKED_CHICKEN", "itemid": "minecraft:cooked_chicken", - "displayname": "Cooked Chicken", - "clickcommand": "", - "damage": 0, + "displayname": "§fCooked Chicken", "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCooked Chicken\"},ExtraAttributes:{id:\"COOKED_CHICKEN\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "COOKED_CHICKEN", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/COOKED_FISH.json b/items/COOKED_FISH.json new file mode 100644 index 00000000..2859ac12 --- /dev/null +++ b/items/COOKED_FISH.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:cooked_fish", + "displayname": "§fCooked Fish", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCooked Fish\"},ExtraAttributes:{id:\"COOKED_FISH\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "COOKED_FISH", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/COOKED_MUTTON.json b/items/COOKED_MUTTON.json new file mode 100644 index 00000000..566b7036 --- /dev/null +++ b/items/COOKED_MUTTON.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:cooked_mutton", + "displayname": "§fCooked Mutton", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCooked Mutton\"},ExtraAttributes:{id:\"COOKED_MUTTON\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "COOKED_MUTTON", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/COOKED_RABBIT.json b/items/COOKED_RABBIT.json new file mode 100644 index 00000000..a4fd14c7 --- /dev/null +++ b/items/COOKED_RABBIT.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:cooked_rabbit", + "displayname": "§fCooked Rabbit", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCooked Rabbit\"},ExtraAttributes:{id:\"COOKED_RABBIT\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "COOKED_RABBIT", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/COOKIE.json b/items/COOKIE.json index b45a0df7..98f53c87 100644 --- a/items/COOKIE.json +++ b/items/COOKIE.json @@ -1,12 +1,24 @@ { - "internalname": "COOKIE", - "itemid": 357, + "itemid": "minecraft:cookie", "displayname": "§fCookie", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCookie\"},ExtraAttributes:{id:\"COOKIE\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "COOKIE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WHEAT:1", + "A2": "INK_SACK-3:1", + "A3": "WHEAT:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ 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/CREATIVE_MIND.json b/items/CREATIVE_MIND.json new file mode 100644 index 00000000..d052ba1a --- /dev/null +++ b/items/CREATIVE_MIND.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:painting", + "displayname": "§f§f§cCreative Mind", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§7§oOriginal, visionary, inventive\",1:\"§7§oand innovative! I would even add\",2:\"§7§oingenious, clever! A\",3:\"§7§omasterpiece!\",4:\"\",5:\"§7§8§oThis painting is a relic of\",6:\"§8§othe past, the writing on the\",7:\"§8§oback is unreadable.\",8:\"\",9:\"§c§lSPECIAL\"],Name:\"§f§f§cCreative Mind\"},ExtraAttributes:{originTag:\"ITEM_COMMAND\",id:\"CREATIVE_MIND\",uuid:\"810b6b56-ace1-4858-94e0-4cdcc0e5cc35\",timestamp:\"5/25/20 1:33 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7§oOriginal, visionary, inventive", + "§7§oand innovative! I would even add", + "§7§oingenious, clever! A", + "§7§omasterpiece!", + "", + "§7§8§oThis painting is a relic of", + "§8§othe past, the writing on the", + "§8§oback is unreadable.", + "", + "§c§lSPECIAL" + ], + "internalname": "CREATIVE_MIND", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Creative_Mind" + ] +}
\ No newline at end of file diff --git a/items/CRITICAL;5.json b/items/CRITICAL;5.json new file mode 100644 index 00000000..f7ad5a46 --- /dev/null +++ b/items/CRITICAL;5.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7Increases §9☠ Crit Damage §7by", + "§7§a50%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "CRITICAL;5", + "crafttext": "", + "clickcommand": "", + "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 new file mode 100644 index 00000000..8202ecf5 --- /dev/null +++ b/items/CRITICAL;6.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:enchanted_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": [ + "§9Critical VI", + "§7Increases §9☠ Crit Damage §7by", + "§7§a60%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aRare drop from Sven Packmasters.", + "", + "§9§lRARE" + ], + "internalname": "CRITICAL;6", + "parent": "CRITICAL;4", + "modver": "1.0.0" +} diff --git a/items/CRYPT_BOW.json b/items/CRYPT_BOW.json index d6b7516f..21b4f792 100644 --- a/items/CRYPT_BOW.json +++ b/items/CRYPT_BOW.json @@ -1,28 +1,29 @@ { - "internalname": "CRYPT_BOW", - "itemid": 261, - "displayname": "§9Rapid Soulstealer Bow", - "clickcommand": "", + "itemid": "minecraft:bow", + "displayname": "§9Soulstealer Bow", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d129\",1:\"§7Strength: §c+50\",2:\"\",3:\"§7Intelligence: §a+157\",4:\"\",5:\"§7Replaces the arrows that you\",6:\"§7shoot with exploding wither\",7:\"§7skulls!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 5\",12:\"§9§lRARE DUNGEON BOW\"],Name:\"§9Soulstealer Bow\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_BOW\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d221 §8(229)\",1:\"§7Strength: §c+63 §8(Rapid +4) §8(+65.52)\",2:\"§7Crit Damage: §c+55% §8(Rapid +55%) §8(+57.2%)\",3:\"\",4:\"§7Intelligence: §a+184 §8(+191.36)\",5:\"\",6:\"§9Infinite Quiver V, §9Piercing I\",7:\"§9Power V, §9Snipe III\",8:\"\",9:\"§7Replaces the arrows that you\",10:\"§7shoot with exploding wither\",11:\"§7skulls!\",12:\"\",13:\"§aPerfect 35000 / 35000\",14:\"§7§4❣ §cRequires §aCatacombs Level\",15:\"§a5\",16:\"§9§lRARE DUNGEON BOW\"],Name:\"§9Rapid Soulstealer Bow\"},ExtraAttributes:{baseStatBoostPercentage:17,modifier:\"rapid\",id:\"CRYPT_BOW\",enchantments:{piercing:1,infinite_quiver:5,power:5,snipe:3},item_tier:0}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d221 §8(229)", - "§7Strength: §c+63 §8(Rapid +4) §8(+65.52)", - "§7Crit Damage: §c+55% §8(Rapid +55%) §8(+57.2%)", - "", - "§7Intelligence: §a+184 §8(+191.36)", + "§7Gear Score: §d129", + "§7Strength: §c+50", "", - "§9Infinite Quiver V, §9Piercing I", - "§9Power V, §9Snipe III", + "§7Intelligence: §a+157", "", "§7Replaces the arrows that you", "§7shoot with exploding wither", "§7skulls!", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", - "§7§4❣ §cRequires §aCatacombs Level", - "§a5", + "§7§4❣ §cRequires §aCatacombs Level 5", "§9§lRARE DUNGEON BOW" + ], + "internalname": "CRYPT_BOW", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Soulstealer_Bow" ] }
\ No newline at end of file diff --git a/items/CRYPT_DREADLORD_SWORD.json b/items/CRYPT_DREADLORD_SWORD.json index 69a73b00..61a7eea8 100644 --- a/items/CRYPT_DREADLORD_SWORD.json +++ b/items/CRYPT_DREADLORD_SWORD.json @@ -1,34 +1,31 @@ { - "internalname": "CRYPT_DREADLORD_SWORD", - "itemid": 267, - "displayname": "§9Epic Dreadlord Sword", - "clickcommand": "", + "itemid": "minecraft:iron_sword", + "displayname": "§9Dreadlord Sword", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d145\",1:\"§7Damage: §c+52\",2:\"§7Strength: §c+50\",3:\"\",4:\"§7Intelligence: §a+85\",5:\"\",6:\"§6Item Ability: Dreadlord §e§lRIGHT CLICK\",7:\"§7Shoot a skull that deals §a578§7\",8:\"§7damage.\",9:\"§8Mana Cost: §340\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 35000 / 35000\",13:\"§7§4❣ §cRequires §aCatacombs Level 5\",14:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Dreadlord Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_DREADLORD_SWORD\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d315 §8(324)\",1:\"§7Damage: §c+72 §8(+74.88)\",2:\"§7Strength: §c+94 §8(Epic +25) §8(+97.76)\",3:\"§7Crit Damage: §c+20% §8(Epic +20%) §8(+20.8%)\",4:\"§7Bonus Attack Speed: §c+4% §8(Epic +4%)\",5:\"\",6:\"§7Intelligence: §a+117 §8(+121.68)\",7:\"\",8:\"§9Execute V, §9Experience III\",9:\"§9First Strike IV, §9Giant Killer V\",10:\"§9Looting III, §9Luck V\",11:\"§9Scavenger V, §9Sharpness V\",12:\"\",13:\"§6Item Ability: Dreadlord §e§lRIGHT CLICK\",14:\"§7Shoot a skull that deals §a0§7\",15:\"§7damage.\",16:\"§8Mana Cost: §340\",17:\"§8Cooldown: §a3s\",18:\"\",19:\"§aPerfect 35000 / 35000\",20:\"§7§4❣ §cRequires §aCatacombs Level\",21:\"§a5\",22:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Epic Dreadlord Sword\"},ExtraAttributes:{baseStatBoostPercentage:37,modifier:\"epic\",id:\"CRYPT_DREADLORD_SWORD\",enchantments:{luck:5,first_strike:4,looting:3,sharpness:5,scavenger:5,experience:3,execute:5,giant_killer:5},item_tier:0}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d315 §8(324)", - "§7Damage: §c+72 §8(+74.88)", - "§7Strength: §c+94 §8(Epic +25) §8(+97.76)", - "§7Crit Damage: §c+20% §8(Epic +20%) §8(+20.8%)", - "§7Bonus Attack Speed: §c+4% §8(Epic +4%)", - "", - "§7Intelligence: §a+117 §8(+121.68)", + "§7Gear Score: §d145", + "§7Damage: §c+52", + "§7Strength: §c+50", "", - "§9Execute V, §9Experience III", - "§9First Strike IV, §9Giant Killer V", - "§9Looting III, §9Luck V", - "§9Scavenger V, §9Sharpness V", + "§7Intelligence: §a+85", "", "§6Item Ability: Dreadlord §e§lRIGHT CLICK", - "§7Shoot a skull that deals §a0§7", + "§7Shoot a skull that deals §a578§7", "§7damage.", "§8Mana Cost: §340", - "§8Cooldown: §a3s", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", - "§7§4❣ §cRequires §aCatacombs Level", - "§a5", + "§7§4❣ §cRequires §aCatacombs Level 5", "§9§lRARE DUNGEON SWORD" + ], + "internalname": "CRYPT_DREADLORD_SWORD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dreadlord_Sword" ] }
\ No newline at end of file diff --git a/items/CRYPT_WITHERLORD_BOOTS.json b/items/CRYPT_WITHERLORD_BOOTS.json new file mode 100644 index 00000000..2a7dbc37 --- /dev/null +++ b/items/CRYPT_WITHERLORD_BOOTS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§5Crypt Witherlord Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d140\",1:\"§7Defense: §a+65\",2:\"§7Speed: §a+5\",3:\"\",4:\"§7Reduces damage from Withers by\",5:\"§75%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 52500 / 52500\",9:\"§7§4❣ §cRequires §aCatacombs Level 18\",10:\"§5§lEPIC DUNGEON BOOTS\"],color:4522241,Name:\"§5Crypt Witherlord Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d140", + "§7Defense: §a+65", + "§7Speed: §a+5", + "", + "§7Reduces damage from Withers by", + "§75%", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 18", + "§5§lEPIC DUNGEON BOOTS" + ], + "internalname": "CRYPT_WITHERLORD_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CRYPT_WITHERLORD_CHESTPLATE.json b/items/CRYPT_WITHERLORD_CHESTPLATE.json new file mode 100644 index 00000000..8c5f6808 --- /dev/null +++ b/items/CRYPT_WITHERLORD_CHESTPLATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Crypt Witherlord Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d250\",1:\"§7Defense: §a+120\",2:\"§7Speed: §a+5\",3:\"\",4:\"§7Reduces damage from Withers by\",5:\"§75%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 52500 / 52500\",9:\"§7§4❣ §cRequires §aCatacombs Level 18\",10:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:4522241,Name:\"§5Crypt Witherlord Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d250", + "§7Defense: §a+120", + "§7Speed: §a+5", + "", + "§7Reduces damage from Withers by", + "§75%", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 18", + "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "CRYPT_WITHERLORD_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CRYPT_WITHERLORD_HELMET.json b/items/CRYPT_WITHERLORD_HELMET.json new file mode 100644 index 00000000..a41ac14b --- /dev/null +++ b/items/CRYPT_WITHERLORD_HELMET.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:leather_helmet", + "displayname": "§5Crypt Witherlord Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d150\",1:\"§7Defense: §a+70\",2:\"§7Speed: §a+5\",3:\"\",4:\"§7Reduces damage from Withers by\",5:\"§75%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 52500 / 52500\",9:\"§7§4❣ §cRequires §aCatacombs Level 18\",10:\"§5§lEPIC DUNGEON HELMET\"],color:4522241,Name:\"§5Crypt Witherlord Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_HELMET\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d150", + "§7Defense: §a+70", + "§7Speed: §a+5", + "", + "§7Reduces damage from Withers by", + "§75%", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 18", + "§5§lEPIC DUNGEON HELMET" + ], + "internalname": "CRYPT_WITHERLORD_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CRYPT_WITHERLORD_LEGGINGS.json b/items/CRYPT_WITHERLORD_LEGGINGS.json new file mode 100644 index 00000000..678a1ec9 --- /dev/null +++ b/items/CRYPT_WITHERLORD_LEGGINGS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§5Crypt Witherlord Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d200\",1:\"§7Defense: §a+95\",2:\"§7Speed: §a+5\",3:\"\",4:\"§7Reduces damage from Withers by\",5:\"§75%\",6:\"\",7:\"§7§8This item can be reforged!\",8:\"§aPerfect 52500 / 52500\",9:\"§7§4❣ §cRequires §aCatacombs Level 18\",10:\"§5§lEPIC DUNGEON LEGGINGS\"],color:4522241,Name:\"§5Crypt Witherlord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d200", + "§7Defense: §a+95", + "§7Speed: §a+5", + "", + "§7Reduces damage from Withers by", + "§75%", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 18", + "§5§lEPIC DUNGEON LEGGINGS" + ], + "internalname": "CRYPT_WITHERLORD_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CRYPT_WITHERLORD_SWORD.json b/items/CRYPT_WITHERLORD_SWORD.json new file mode 100644 index 00000000..01085731 --- /dev/null +++ b/items/CRYPT_WITHERLORD_SWORD.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:diamond_sword", + "displayname": "§5Crypt Witherlord Sword", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d169 \",1:\"§7Damage: §c+62 \",2:\"§7Strength: §c+50 \",3:\"\",4:\"§7Intelligence: §a+113 \",5:\"\",6:\"§6Item Ability: Witherlord §e§lRIGHT CLICK\",7:\"§7Shoot 3 skulls each dealing\",8:\"§7§a2,478§7 Damage.\",9:\"§8Mana Cost: §340\",10:\"§8Cooldown: §a3s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §aCatacombs Level 18\",15:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Crypt Witherlord Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"CRYPT_WITHERLORD_SWORD\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d169 ", + "§7Damage: §c+62 ", + "§7Strength: §c+50 ", + "", + "§7Intelligence: §a+113 ", + "", + "§6Item Ability: Witherlord §e§lRIGHT CLICK", + "§7Shoot 3 skulls each dealing", + "§7§a2,478§7 Damage.", + "§8Mana Cost: §340", + "§8Cooldown: §a3s", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 18", + "§5§lEPIC DUNGEON SWORD" + ], + "internalname": "CRYPT_WITHERLORD_SWORD", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Crypt_Witherlord_Sword" + ] +}
\ No newline at end of file diff --git a/items/CRYSTAL_BALL.json b/items/CRYSTAL_BALL.json new file mode 100644 index 00000000..08a1bc2a --- /dev/null +++ b/items/CRYSTAL_BALL.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Crystal Ball", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"070a9665-2306-35a8-8aca-350e54aa8f0c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGM3N2RmZDIxNTk4YTM5NzRmYTg1OTE5YTE1YzA5NDlmZWM3MzQ0NTFiMTIyMTg5YmEyMTVkMGE5ZDhiZWJmIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Halloween Cosmetic\",2:\"\",3:\"§7This exclusive Halloween\",4:\"§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Crystal Ball\"},ExtraAttributes:{id:\"CRYSTAL_BALL\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Halloween Cosmetic", + "", + "§7This exclusive Halloween", + "§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§9§lRARE" + ], + "internalname": "CRYSTAL_BALL", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Furniture" + ] +}
\ No newline at end of file diff --git a/items/CUBISM;5.json b/items/CUBISM;5.json new file mode 100644 index 00000000..0a900d5d --- /dev/null +++ b/items/CUBISM;5.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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, §7Magma Cubes§7, and", + "§7§7Creepers§7 by §a50%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "CUBISM;5", + "crafttext": "", + "clickcommand": "", + "parent": "CUBISM;4", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DARK_OAK_DOOR_ITEM.json b/items/DARK_OAK_DOOR_ITEM.json index 99c9f003..8db0ce8b 100644 --- a/items/DARK_OAK_DOOR_ITEM.json +++ b/items/DARK_OAK_DOOR_ITEM.json @@ -1,12 +1,24 @@ { - "internalname": "DARK_OAK_DOOR_ITEM", - "itemid": 431, + "itemid": "minecraft:dark_oak_door", "displayname": "§fDark Oak Door", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDark Oak Door\"},ExtraAttributes:{id:\"DARK_OAK_DOOR_ITEM\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "DARK_OAK_DOOR_ITEM", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-5:1", + "A2": "WOOD-5:1", + "A3": "", + "B1": "WOOD-5:1", + "B2": "WOOD-5:1", + "B3": "", + "C1": "WOOD-5:1", + "C2": "WOOD-5:1", + "C3": "" + } }
\ No newline at end of file diff --git a/items/DARK_OAK_FENCE.json b/items/DARK_OAK_FENCE.json new file mode 100644 index 00000000..201c0706 --- /dev/null +++ b/items/DARK_OAK_FENCE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:dark_oak_fence", + "displayname": "§fDark Oak Fence", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDark Oak Fence\"},ExtraAttributes:{id:\"DARK_OAK_FENCE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DARK_OAK_FENCE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-5:1", + "A2": "STICK:1", + "A3": "WOOD-5:1", + "B1": "WOOD-5:1", + "B2": "STICK:1", + "B3": "WOOD-5:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/DARK_OAK_FENCE_GATE.json b/items/DARK_OAK_FENCE_GATE.json new file mode 100644 index 00000000..a759b697 --- /dev/null +++ b/items/DARK_OAK_FENCE_GATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:dark_oak_fence_gate", + "displayname": "§fDark Oak Fence Gate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDark Oak Fence Gate\"},ExtraAttributes:{id:\"DARK_OAK_FENCE_GATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DARK_OAK_FENCE_GATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STICK:1", + "A2": "WOOD-5:1", + "A3": "STICK:1", + "B1": "STICK:1", + "B2": "WOOD-5:1", + "B3": "STICK:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/DARK_OAK_STAIRS.json b/items/DARK_OAK_STAIRS.json new file mode 100644 index 00000000..ce9ce734 --- /dev/null +++ b/items/DARK_OAK_STAIRS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:dark_oak_stairs", + "displayname": "§fDark Oak Wood Stairs", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDark Oak Wood Stairs\"},ExtraAttributes:{id:\"DARK_OAK_STAIRS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DARK_OAK_STAIRS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-5:1", + "A2": "", + "A3": "", + "B1": "WOOD-5:1", + "B2": "WOOD-5:1", + "B3": "", + "C1": "WOOD-5:1", + "C2": "WOOD-5:1", + "C3": "WOOD-5:1" + } +}
\ No newline at end of file diff --git a/items/DARK_ORB.json b/items/DARK_ORB.json new file mode 100644 index 00000000..46a232d2 --- /dev/null +++ b/items/DARK_ORB.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Dark Orb", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c19351fb-6283-306e-98cc-87f1cc6e5845\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTdjNDAzNmY4MGJmMzYwOTE4MGM3YzRhOTU2ODg1M2ZkODE1ZjE1NGFkODQzOGI5MmYzODUxMDE5ODM1YjA3MCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Shaded §7reforge\",5:\"§7to accessories.\",6:\"\",7:\"§7§8§oAssassins use it,\",8:\"§8§oapparently.\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§f§f§9Dark Orb\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"DARK_ORB\",uuid:\"6a9c8b34-1c7e-41d6-87bd-3e0d98f6f1a4\",timestamp:\"9/18/20 11:50 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Shaded §7reforge", + "§7to accessories.", + "", + "§7§8§oAssassins use it,", + "§8§oapparently.", + "", + "§9§lRARE REFORGE STONE" + ], + "internalname": "DARK_ORB", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dark_Orb" + ] +}
\ No newline at end of file diff --git a/items/DAYLIGHT_DETECTOR.json b/items/DAYLIGHT_DETECTOR.json new file mode 100644 index 00000000..7240857f --- /dev/null +++ b/items/DAYLIGHT_DETECTOR.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:daylight_detector", + "displayname": "§fDaylight Sensor", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDaylight Sensor\"},ExtraAttributes:{id:\"DAYLIGHT_DETECTOR\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DAYLIGHT_DETECTOR", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "QUARTZ:1", + "B2": "QUARTZ:1", + "B3": "QUARTZ:1", + "C1": "WOOD_STEP:1", + "C2": "WOOD_STEP:1", + "C3": "WOOD_STEP:1" + } +}
\ No newline at end of file diff --git a/items/DEAD_BUSH.json b/items/DEAD_BUSH.json index 636dde77..865280dc 100644 --- a/items/DEAD_BUSH.json +++ b/items/DEAD_BUSH.json @@ -1,12 +1,13 @@ { - "internalname": "DEAD_BUSH", - "itemid": 32, + "itemid": "minecraft:deadbush", "displayname": "§fDead Bush", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDead Bush\"},ExtraAttributes:{id:\"DEAD_BUSH\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "DEAD_BUSH", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/DEATH_BOW.json b/items/DEATH_BOW.json new file mode 100644 index 00000000..d29a1c7f --- /dev/null +++ b/items/DEATH_BOW.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:bow", + "displayname": "§5Death Bow", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d260 §8(385)\",1:\"§7Damage: §c+220 §8(+345.4)\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§aPerfect 52500 / 52500\",5:\"§7§4❣ §cRequires §aCatacombs Level 16\",6:\"§5§lEPIC DUNGEON BOW\",7:\"\",8:\"§7Upgrade to §6✪§7: §d20 Undead Essence\",9:\"§7Upgrade to §6✪✪§7: §d40 Undead Essence\",10:\"§7Upgrade to §6✪✪✪§7: §d80 Undead Essence\",11:\"§7Upgrade to §6✪✪✪✪§7: §d150 Undead Essence\",12:\"§7Upgrade to §6✪✪✪✪✪§7: §d300 Undead Essence\"],Name:\"§5Death Bow\"},ExtraAttributes:{dungeon_item_level:0,id:\"DEATH_BOW\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d260 §8(385)", + "§7Damage: §c+220 §8(+345.4)", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 16", + "§5§lEPIC DUNGEON BOW" + ], + "internalname": "DEATH_BOW", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DEPTH_STRIDER;3.json b/items/DEPTH_STRIDER;3.json new file mode 100644 index 00000000..235feb26 --- /dev/null +++ b/items/DEPTH_STRIDER;3.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "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", + "§7Reduces how much you are slowed", + "§7in the water by §a100%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "DEPTH_STRIDER;3", + "crafttext": "", + "clickcommand": "", + "parent": "DEPTH_STRIDER;2", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DETECTOR_RAIL.json b/items/DETECTOR_RAIL.json new file mode 100644 index 00000000..4706aa34 --- /dev/null +++ b/items/DETECTOR_RAIL.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:detector_rail", + "displayname": "§fDetector Rail", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDetector Rail\"},ExtraAttributes:{id:\"DETECTOR_RAIL\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DETECTOR_RAIL", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "", + "A3": "IRON_INGOT:1", + "B1": "IRON_INGOT:1", + "B2": "STONE_PLATE:1", + "B3": "IRON_INGOT:1", + "C1": "IRON_INGOT:1", + "C2": "REDSTONE:1", + "C3": "IRON_INGOT:1" + } +}
\ No newline at end of file diff --git a/items/DIAMOND.json b/items/DIAMOND.json index dfe05ae0..9bd9c63d 100644 --- a/items/DIAMOND.json +++ b/items/DIAMOND.json @@ -1,16 +1,24 @@ { "itemid": "minecraft:diamond", "displayname": "§fDiamond", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fDiamond\"},ExtraAttributes:{id:\"DIAMOND\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond\"},ExtraAttributes:{id:\"DIAMOND\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "DIAMOND", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Diamond" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "DIAMOND_BLOCK:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/DIAMOND_AXE.json b/items/DIAMOND_AXE.json index d1d61d3c..b93dd2f2 100644 --- a/items/DIAMOND_AXE.json +++ b/items/DIAMOND_AXE.json @@ -1,14 +1,24 @@ { - "internalname": "DIAMOND_AXE", "itemid": "minecraft:diamond_axe", - "displayname": "§aDiamond Axe", - "clickcommand": "", + "displayname": "§fDiamond Axe", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Axe\"},ExtraAttributes:{id:\"DIAMOND_AXE\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§a§lUNCOMMON AXE\"],Name:\"§aDiamond Axe\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"DIAMOND_AXE\",uuid:\"22943add-0ba5-4c02-b471-fd14644bc054\",timestamp:\"7/8/20 9:07 PM\"}}", - "modver": "1.0.0", "lore": [ - "§7Damage: §c+30", - "", - "§a§lUNCOMMON AXE" - ] + "§f§lCOMMON" + ], + "internalname": "DIAMOND_AXE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "DIAMOND:1", + "A2": "DIAMOND:1", + "A3": "", + "B1": "DIAMOND:1", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } }
\ No newline at end of file diff --git a/items/DIAMOND_BARDING.json b/items/DIAMOND_BARDING.json index 6a76e7ef..82f73aa7 100644 --- a/items/DIAMOND_BARDING.json +++ b/items/DIAMOND_BARDING.json @@ -1,16 +1,13 @@ { "itemid": "minecraft:diamond_horse_armor", - "displayname": "§5Diamond Horse Armor", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§5§lEPIC\"],Name:\"§5Diamond Horse Armor\"},ExtraAttributes:{id:\"DIAMOND_BARDING\"}}", + "displayname": "§fDiamond Horse Armor", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Horse Armor\"},ExtraAttributes:{id:\"DIAMOND_BARDING\"}}", "damage": 0, "lore": [ - "§5§lEPIC" + "§f§lCOMMON" ], "internalname": "DIAMOND_BARDING", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Horse_Armor" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/DIAMOND_BLOCK.json b/items/DIAMOND_BLOCK.json new file mode 100644 index 00000000..1bf8b711 --- /dev/null +++ b/items/DIAMOND_BLOCK.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:diamond_block", + "displayname": "§fBlock of Diamond", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlock of Diamond\"},ExtraAttributes:{id:\"DIAMOND_BLOCK\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DIAMOND_BLOCK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "DIAMOND:1", + "A2": "DIAMOND:1", + "A3": "DIAMOND:1", + "B1": "DIAMOND:1", + "B2": "DIAMOND:1", + "B3": "DIAMOND:1", + "C1": "DIAMOND:1", + "C2": "DIAMOND:1", + "C3": "DIAMOND:1" + } +}
\ No newline at end of file diff --git a/items/DIAMOND_BONZO_HEAD.json b/items/DIAMOND_BONZO_HEAD.json index ff258dab..9df50d59 100644 --- a/items/DIAMOND_BONZO_HEAD.json +++ b/items/DIAMOND_BONZO_HEAD.json @@ -1,23 +1,35 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§cDiamond Bonzo Head", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"39ad0266-88b1-3ccd-921c-3ac84051b5c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQwOTcyODgyOCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmFlMjAxYjA2ZjEwYjViNGViMDEzMGVjZDdkNTlmYWM3ZTRlMDEzYmJkNGY1ZDVkMDQ2MzU4MGZiMDU0OWE4YiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Obtained from killing §cBonzo\",1:\"§c§7in §cThe Catacombs §7lots of\",2:\"§7times.\",3:\"\",4:\"§7§8Involved in the dark arts due\",5:\"§8to his parents\u0027 insistence.\",6:\"§8Originally worked as a Circus\",7:\"§8clown.\",8:\"\",9:\"§c§lSPECIAL DUNGEON ITEM\"],Name:\"§f§f§cDiamond Bonzo Head\"},ExtraAttributes:{id:\"DIAMOND_BONZO_HEAD\"},AttributeModifiers:[]}", + "displayname": "§cDiamond Bonzo Head", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"39ad0266-88b1-3ccd-921c-3ac84051b5c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQwOTcyODgyOCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmFlMjAxYjA2ZjEwYjViNGViMDEzMGVjZDdkNTlmYWM3ZTRlMDEzYmJkNGY1ZDVkMDQ2MzU4MGZiMDU0OWE4YiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d100 \",1:\"§7Strength: §c+10 \",2:\"\",3:\"§7Health: §a+50 HP \",4:\"§7Defense: §a+20 \",5:\"\",6:\"§7Obtained from killing §cBonzo\",7:\"§c§7in §cThe Catacombs §7lots of\",8:\"§7times. Grants §a2x §7stats on\",9:\"§7§cThe Catacombs Floor I§7.\",10:\"\",11:\"§7§8Involved in the dark arts due\",12:\"§8to his parents\u0027 insistence.\",13:\"§8Originally worked as a Circus\",14:\"§8clown.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 700000 / 700000\",18:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§cDiamond Bonzo Head\"},ExtraAttributes:{id:\"DIAMOND_BONZO_HEAD\"}}", "damage": 3, "lore": [ + "§7Gear Score: §d100 ", + "§7Strength: §c+10 ", + "", + "§7Health: §a+50 HP ", + "§7Defense: §a+20 ", + "", "§7Obtained from killing §cBonzo", "§c§7in §cThe Catacombs §7lots of", - "§7times.", + "§7times. Grants §a2x §7stats on", + "§7§cThe Catacombs Floor I§7.", "", "§7§8Involved in the dark arts due", "§8to his parents\u0027 insistence.", "§8Originally worked as a Circus", "§8clown.", "", - "§c§lSPECIAL DUNGEON ITEM" + "§7§8This item can be reforged!", + "§aPerfect 700000 / 700000", + "§c§lSPECIAL DUNGEON HELMET" ], "internalname": "DIAMOND_BONZO_HEAD", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Diamond_Bonzo_Head" + ] }
\ No newline at end of file diff --git a/items/DIAMOND_BOOTS.json b/items/DIAMOND_BOOTS.json new file mode 100644 index 00000000..aa6b1d10 --- /dev/null +++ b/items/DIAMOND_BOOTS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:diamond_boots", + "displayname": "§fDiamond Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Boots\"},ExtraAttributes:{id:\"DIAMOND_BOOTS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DIAMOND_BOOTS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "DIAMOND:1", + "A2": "", + "A3": "DIAMOND:1", + "B1": "DIAMOND:1", + "B2": "", + "B3": "DIAMOND:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/DIAMOND_CHESTPLATE.json b/items/DIAMOND_CHESTPLATE.json new file mode 100644 index 00000000..7eb09c55 --- /dev/null +++ b/items/DIAMOND_CHESTPLATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:diamond_chestplate", + "displayname": "§fDiamond Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Chestplate\"},ExtraAttributes:{id:\"DIAMOND_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DIAMOND_CHESTPLATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "DIAMOND:1", + "A2": "", + "A3": "DIAMOND:1", + "B1": "DIAMOND:1", + "B2": "DIAMOND:1", + "B3": "DIAMOND:1", + "C1": "DIAMOND:1", + "C2": "DIAMOND:1", + "C3": "DIAMOND:1" + } +}
\ No newline at end of file diff --git a/items/DIAMOND_HELMET.json b/items/DIAMOND_HELMET.json new file mode 100644 index 00000000..95368083 --- /dev/null +++ b/items/DIAMOND_HELMET.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:diamond_helmet", + "displayname": "§fDiamond Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Helmet\"},ExtraAttributes:{id:\"DIAMOND_HELMET\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DIAMOND_HELMET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "DIAMOND:1", + "A2": "DIAMOND:1", + "A3": "DIAMOND:1", + "B1": "DIAMOND:1", + "B2": "", + "B3": "DIAMOND:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/DIAMOND_HOE.json b/items/DIAMOND_HOE.json new file mode 100644 index 00000000..71d12188 --- /dev/null +++ b/items/DIAMOND_HOE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:diamond_hoe", + "displayname": "§fDiamond Hoe", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Hoe\"},ExtraAttributes:{id:\"DIAMOND_HOE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DIAMOND_HOE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "DIAMOND:1", + "A2": "DIAMOND:1", + "A3": "", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/DIAMOND_LEGGINGS.json b/items/DIAMOND_LEGGINGS.json new file mode 100644 index 00000000..985139ac --- /dev/null +++ b/items/DIAMOND_LEGGINGS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:diamond_leggings", + "displayname": "§fDiamond Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Leggings\"},ExtraAttributes:{id:\"DIAMOND_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DIAMOND_LEGGINGS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "DIAMOND:1", + "A2": "DIAMOND:1", + "A3": "DIAMOND:1", + "B1": "DIAMOND:1", + "B2": "", + "B3": "DIAMOND:1", + "C1": "DIAMOND:1", + "C2": "", + "C3": "DIAMOND:1" + } +}
\ No newline at end of file diff --git a/items/DIAMOND_LIVID_HEAD.json b/items/DIAMOND_LIVID_HEAD.json new file mode 100644 index 00000000..be074880 --- /dev/null +++ b/items/DIAMOND_LIVID_HEAD.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§cDiamond Livid Head", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6207100a-cde2-3a5c-b57b-66ab8118c423\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMDI2ODc3ODYyMSwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTI2OGUzNjUwNWYxMzEyMzg0ZWIzNmVkNDc3ZjRjMjA1MzU3NmM2MDA1OGZkMjZiZWRlMjRkOTBjYjRjZjdiZiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d310\",1:\"§7Strength: §c+30\",2:\"\",3:\"§7Health: §a+160 HP\",4:\"§7Defense: §a+60\",5:\"\",6:\"§7Obtained from killing §cLivid\",7:\"§c§7in §cThe Catacombs §7lots of\",8:\"§7times. Grants §a2x §7stats on\",9:\"§7§cThe Catacombs Floor V§7.\",10:\"\",11:\"§7§8Strongly believes he will\",12:\"§8become the Lord one day. Subject\",13:\"§8of mockeries, even from his\",14:\"§8disciples.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 700000 / 700000\",18:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§cDiamond Livid Head\"},ExtraAttributes:{id:\"DIAMOND_LIVID_HEAD\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d310", + "§7Strength: §c+30", + "", + "§7Health: §a+160 HP", + "§7Defense: §a+60", + "", + "§7Obtained from killing §cLivid", + "§c§7in §cThe Catacombs §7lots of", + "§7times. Grants §a2x §7stats on", + "§7§cThe Catacombs Floor V§7.", + "", + "§7§8Strongly believes he will", + "§8become the Lord one day. Subject", + "§8of mockeries, even from his", + "§8disciples.", + "", + "§7§8This item can be reforged!", + "§aPerfect 700000 / 700000", + "§c§lSPECIAL DUNGEON HELMET" + ], + "internalname": "DIAMOND_LIVID_HEAD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Diamond_Livid_Head" + ] +}
\ No newline at end of file diff --git a/items/DIAMOND_ORE.json b/items/DIAMOND_ORE.json new file mode 100644 index 00000000..bb451625 --- /dev/null +++ b/items/DIAMOND_ORE.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:diamond_ore", + "displayname": "§fDiamond Ore", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Ore\"},ExtraAttributes:{id:\"DIAMOND_ORE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DIAMOND_ORE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/DIAMOND_PICKAXE.json b/items/DIAMOND_PICKAXE.json new file mode 100644 index 00000000..1727a701 --- /dev/null +++ b/items/DIAMOND_PICKAXE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:diamond_pickaxe", + "displayname": "§fDiamond Pickaxe", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Pickaxe\"},ExtraAttributes:{id:\"DIAMOND_PICKAXE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DIAMOND_PICKAXE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "DIAMOND:1", + "A2": "DIAMOND:1", + "A3": "DIAMOND:1", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/DIAMOND_PROFESSOR_HEAD.json b/items/DIAMOND_PROFESSOR_HEAD.json new file mode 100644 index 00000000..5261f817 --- /dev/null +++ b/items/DIAMOND_PROFESSOR_HEAD.json @@ -0,0 +1,36 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§cDiamond Professor Head", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9c4fea27-15a3-33cd-ba95-9349f39ec962\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQxMDA2NTE1MiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjIzYzNhZDhjNDQxMDE0NTA5NTI4MDc3OTI5M2NjMWU3OTA0YjZmY2U5M2Q3MDM3OGFjNWYzMjAzMmJhMWQ4NiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d200 \",1:\"§7Strength: §c+20 \",2:\"\",3:\"§7Health: §a+100 HP \",4:\"§7Defense: §a+40 \",5:\"\",6:\"§7Obtained from killing §cThe\",7:\"§cProfessor §7in §cThe Catacombs\",8:\"§c§7lots of times. Grants §a2x\",9:\"§a§7stats on §cThe Catacombs Floor\",10:\"§cIII§7.\",11:\"\",12:\"§7§8Despite his great technique,\",13:\"§8he failed the Masters exam three\",14:\"§8times. Works from 8 to 5. Cares\",15:\"§8about his students.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§aPerfect 700000 / 700000\",19:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§cDiamond Professor Head\"},ExtraAttributes:{id:\"DIAMOND_PROFESSOR_HEAD\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d200 ", + "§7Strength: §c+20 ", + "", + "§7Health: §a+100 HP ", + "§7Defense: §a+40 ", + "", + "§7Obtained from killing §cThe", + "§cProfessor §7in §cThe Catacombs", + "§c§7lots of times. Grants §a2x", + "§a§7stats on §cThe Catacombs Floor", + "§cIII§7.", + "", + "§7§8Despite his great technique,", + "§8he failed the Masters exam three", + "§8times. Works from 8 to 5. Cares", + "§8about his students.", + "", + "§7§8This item can be reforged!", + "§aPerfect 700000 / 700000", + "§c§lSPECIAL DUNGEON HELMET" + ], + "internalname": "DIAMOND_PROFESSOR_HEAD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Diamond_Professor_Head" + ] +}
\ No newline at end of file diff --git a/items/DIAMOND_SCARF_HEAD.json b/items/DIAMOND_SCARF_HEAD.json new file mode 100644 index 00000000..557dc612 --- /dev/null +++ b/items/DIAMOND_SCARF_HEAD.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§cDiamond Scarf Head", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fa83be04-13f8-3863-98c0-e96a9d4bc08f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQwOTk3NjM1MSwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGRhNWNhMmY2ODAwNTE2YTYzZDI1ODc4ZWI3YTcxM2U4MGQ2M2I2MmY5ZjZjYWIzZjMxMDk3Zjk0OTRiNjEyMSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d145 \",1:\"§7Strength: §c+15 \",2:\"\",3:\"§7Health: §a+70 HP \",4:\"§7Defense: §a+30 \",5:\"\",6:\"§7Obtained from killing §cScarf\",7:\"§c§7in §cThe Catacombs §7lots of\",8:\"§7times. Grants §a2x §7stats on\",9:\"§7§cThe Catacombs Floor II§7.\",10:\"\",11:\"§7§8First of his class. His\",12:\"§8teacher said he will do \\\"great\",13:\"§8things\\\".\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 700000 / 700000\",17:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§cDiamond Scarf Head\"},ExtraAttributes:{id:\"DIAMOND_SCARF_HEAD\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d145 ", + "§7Strength: §c+15 ", + "", + "§7Health: §a+70 HP ", + "§7Defense: §a+30 ", + "", + "§7Obtained from killing §cScarf", + "§c§7in §cThe Catacombs §7lots of", + "§7times. Grants §a2x §7stats on", + "§7§cThe Catacombs Floor II§7.", + "", + "§7§8First of his class. His", + "§8teacher said he will do \"great", + "§8things\".", + "", + "§7§8This item can be reforged!", + "§aPerfect 700000 / 700000", + "§c§lSPECIAL DUNGEON HELMET" + ], + "internalname": "DIAMOND_SCARF_HEAD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Diamond_Scarf_Head" + ] +}
\ No newline at end of file diff --git a/items/DIAMOND_SPADE.json b/items/DIAMOND_SPADE.json new file mode 100644 index 00000000..feca572c --- /dev/null +++ b/items/DIAMOND_SPADE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:diamond_shovel", + "displayname": "§fDiamond Shovel", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Shovel\"},ExtraAttributes:{id:\"DIAMOND_SPADE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DIAMOND_SPADE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "DIAMOND:1", + "A2": "", + "A3": "", + "B1": "STICK:1", + "B2": "", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/DIAMOND_SWORD.json b/items/DIAMOND_SWORD.json index 34078020..864b4c79 100644 --- a/items/DIAMOND_SWORD.json +++ b/items/DIAMOND_SWORD.json @@ -1,15 +1,24 @@ { - "internalname": "DIAMOND_SWORD", - "itemid": 276, - "displayname": "§aDiamond Sword", - "clickcommand": "", + "itemid": "minecraft:diamond_sword", + "displayname": "§fDiamond Sword", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiamond Sword\"},ExtraAttributes:{id:\"DIAMOND_SWORD\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+35\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§a§lUNCOMMON SWORD\"],Name:\"§aDiamond Sword\"},ExtraAttributes:{id:\"DIAMOND_SWORD\"}}", - "modver": "1.0.0", "lore": [ - "§7Damage: §c+35", - "", - "§7§8This item can be reforged!", - "§a§lUNCOMMON SWORD" - ] + "§f§lCOMMON" + ], + "internalname": "DIAMOND_SWORD", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "DIAMOND:1", + "A2": "", + "A3": "", + "B1": "DIAMOND:1", + "B2": "", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/DIAMOND_THORN_HEAD.json b/items/DIAMOND_THORN_HEAD.json new file mode 100644 index 00000000..a7778779 --- /dev/null +++ b/items/DIAMOND_THORN_HEAD.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§cDiamond Thorn Head", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ab29190f-0a76-3949-a90c-776a807f2fc1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2MzY5NTM4NiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzgzYTFmZmFkY2M2Y2NjNTQ5MDVmMmE3OWI5NjNhMzM5YmI5ZTBiMGJjZWE0MjgyNTJhMTdmMDFlMzE3YmVjMCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d255 \",1:\"§7Strength: §c+25 \",2:\"\",3:\"§7Health: §a+130 HP \",4:\"§7Defense: §a+50 \",5:\"\",6:\"§7Obtained from killing §cThorn\",7:\"§c§7in §cThe Catacombs §7lots of\",8:\"§7times. Grants §a2x §7stats on\",9:\"§7§cThe Catacombs Floor IV§7.\",10:\"\",11:\"§7§8Powerful Necromancer that\",12:\"§8specializes in animals. Calls\",13:\"§8himself a vegetarian, go figure.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 700000 / 700000\",17:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§cDiamond Thorn Head\"},ExtraAttributes:{id:\"DIAMOND_THORN_HEAD\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d255 ", + "§7Strength: §c+25 ", + "", + "§7Health: §a+130 HP ", + "§7Defense: §a+50 ", + "", + "§7Obtained from killing §cThorn", + "§c§7in §cThe Catacombs §7lots of", + "§7times. Grants §a2x §7stats on", + "§7§cThe Catacombs Floor IV§7.", + "", + "§7§8Powerful Necromancer that", + "§8specializes in animals. Calls", + "§8himself a vegetarian, go figure.", + "", + "§7§8This item can be reforged!", + "§aPerfect 700000 / 700000", + "§c§lSPECIAL DUNGEON HELMET" + ], + "internalname": "DIAMOND_THORN_HEAD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Diamond_Thorn_Head" + ] +}
\ No newline at end of file diff --git a/items/DIODE.json b/items/DIODE.json new file mode 100644 index 00000000..9bb787f9 --- /dev/null +++ b/items/DIODE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:repeater", + "displayname": "§fRedstone Repeater", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRedstone Repeater\"},ExtraAttributes:{id:\"DIODE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DIODE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "REDSTONE_TORCH_ON:1", + "A2": "REDSTONE:1", + "A3": "REDSTONE_TORCH_ON:1", + "B1": "STONE:1", + "B2": "STONE:1", + "B3": "STONE:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/DIRT-1.json b/items/DIRT-1.json new file mode 100644 index 00000000..7915c6fa --- /dev/null +++ b/items/DIRT-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:dirt", + "displayname": "§fCoarse Dirt", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCoarse Dirt\"},ExtraAttributes:{id:\"DIRT\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DIRT-1", + "parent": "DIRT", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "DIRT:1", + "A2": "GRAVEL:1", + "A3": "", + "B1": "GRAVEL:1", + "B2": "DIRT:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/DIRT-8.json b/items/DIRT-8.json deleted file mode 100644 index 37bc4f77..00000000 --- a/items/DIRT-8.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "internalname": "DIRT-8", - "itemid": 3, - "displayname": "§fnull", - "clickcommand": "", - "damage": 8, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fnull\"},ExtraAttributes:{id:\"DIRT:8\"}}", - "modver": "1.0.0", - "lore": [ - "§f§lCOMMON" - ] -}
\ No newline at end of file diff --git a/items/DIRT.json b/items/DIRT.json index 26e06f70..7c88e814 100644 --- a/items/DIRT.json +++ b/items/DIRT.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "DIRT", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Dirt" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ 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/DISPENSER.json b/items/DISPENSER.json new file mode 100644 index 00000000..b0cee6d1 --- /dev/null +++ b/items/DISPENSER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:dispenser", + "displayname": "§fDispenser", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDispenser\"},ExtraAttributes:{id:\"DISPENSER\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DISPENSER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COBBLESTONE:1", + "A2": "COBBLESTONE:1", + "A3": "COBBLESTONE:1", + "B1": "COBBLESTONE:1", + "B2": "BOW:1", + "B3": "COBBLESTONE:1", + "C1": "COBBLESTONE:1", + "C2": "REDSTONE:1", + "C3": "COBBLESTONE:1" + } +}
\ No newline at end of file diff --git a/items/DIVER_PUFFER.json b/items/DIVER_PUFFER.json new file mode 100644 index 00000000..b69ffb7b --- /dev/null +++ b/items/DIVER_PUFFER.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Puffer Fish Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2299ead5-030f-3264-a369-195928f2ca06\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWM2ZjU0ZmMwNmZjMzg4ZTA0OGQ0ODljMDQ5NTg2ZWFhZTc2MDEwMTU5MWUzMDY0ZDA1MDY4OTQ0ODJiNmI1NSJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Diver\u0027s Mask\",7:\"\",8:\"§6§lLEGENDARY COSMETIC\"],Name:\"§6Puffer Fish Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"DIVER_PUFFER\",uuid:\"7d4b827b-56ff-404c-9288-3b1c58ed20bb\",timestamp:\"9/17/20 4:47 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§6Diver\u0027s Mask", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "DIVER_PUFFER", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DOUBLE_PLANT.json b/items/DOUBLE_PLANT.json new file mode 100644 index 00000000..5ba9f5dc --- /dev/null +++ b/items/DOUBLE_PLANT.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:double_plant", + "displayname": "§fSunflower", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSunflower\"},ExtraAttributes:{id:\"DOUBLE_PLANT\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DOUBLE_PLANT", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/DRAGON_EGG.json b/items/DRAGON_EGG.json new file mode 100644 index 00000000..20448daa --- /dev/null +++ b/items/DRAGON_EGG.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:dragon_egg", + "displayname": "§fDragon Egg", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDragon Egg\"},ExtraAttributes:{id:\"DRAGON_EGG\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DRAGON_EGG", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/DRAGON_HORN.json b/items/DRAGON_HORN.json index db081774..bb743678 100644 --- a/items/DRAGON_HORN.json +++ b/items/DRAGON_HORN.json @@ -1,11 +1,11 @@ { "internalname": "DRAGON_HORN", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§5Dragon Horn", "clickcommand": "", "damage": 3, "nbttag": "{HideFlags:254,SkullOwner:{Id:\"124d9c84-c120-3724-afe6-124ac2cf26aa\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODc0NGM4MTA5OWMxYWViZjIwZjY3N2ZhZWQyNGNhY2U1MjBhMjk0Y2Y0NmJkZWI2YTI1N2Y0MzZhMzIzYTFkOCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Renowned\",5:\"§8§7reforge to armor.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXXV§7!\",9:\"\",10:\"§5§lEPIC REFORGE STONE\"],Name:\"§5Dragon Horn\"},ExtraAttributes:{id:\"DRAGON_HORN\"}}", - "modver": "1.0.0", + "modver": "1.3-REL", "lore": [ "§8Reforge Stone", "", @@ -18,5 +18,10 @@ "§aXXV§7!", "", "§5§lEPIC REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Dragon_Horn" ] }
\ No newline at end of file diff --git a/items/DRAGON_HUNTER.json b/items/DRAGON_HUNTER;1.json index 741fb266..f60a1c09 100644 --- a/items/DRAGON_HUNTER.json +++ b/items/DRAGON_HUNTER;1.json @@ -13,8 +13,9 @@ "", "§f§lCOMMON" ], - "internalname": "DRAGON_HUNTER", + "internalname": "DRAGON_HUNTER;1", + "crafttext": "", "clickcommand": "", - "modver": "1.0.0", + "modver": "1.3-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/DRAGON_HUNTER;5.json b/items/DRAGON_HUNTER;5.json new file mode 100644 index 00000000..5f7fbfd7 --- /dev/null +++ b/items/DRAGON_HUNTER;5.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Increases damage dealt to", + "§7§7Ender Dragons§7 by §a40%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "DRAGON_HUNTER;5", + "parent": "DRAGON_HUNTER;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DROPPER.json b/items/DROPPER.json new file mode 100644 index 00000000..e8130bfb --- /dev/null +++ b/items/DROPPER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:dropper", + "displayname": "§fDropper", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDropper\"},ExtraAttributes:{id:\"DROPPER\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "DROPPER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COBBLESTONE:1", + "A2": "COBBLESTONE:1", + "A3": "COBBLESTONE:1", + "B1": "COBBLESTONE:1", + "B2": "", + "B3": "COBBLESTONE:1", + "C1": "COBBLESTONE:1", + "C2": "REDSTONE:1", + "C3": "COBBLESTONE:1" + } +}
\ No newline at end of file diff --git a/items/ECHOLOCATOR.json b/items/ECHOLOCATOR.json new file mode 100644 index 00000000..b05a1bae --- /dev/null +++ b/items/ECHOLOCATOR.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:compass", + "displayname": "§aEcholocator", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7When held during the §6Spooky\",1:\"§6Festival§7, this compass points\",2:\"§7towards the nearest §6Mega\",3:\"§6Bat§7. Happy hunting!\",4:\"\",5:\"§a§lUNCOMMON\"],Name:\"§aEcholocator\"},ExtraAttributes:{id:\"ECHOLOCATOR\"}}", + "damage": 0, + "lore": [ + "§7When held during the §6Spooky", + "§6Festival§7, this compass points", + "§7towards the nearest §6Mega", + "§6Bat§7. Happy hunting!", + "", + "§a§lUNCOMMON" + ], + "internalname": "ECHOLOCATOR", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ECTOPLASM.json b/items/ECTOPLASM.json new file mode 100644 index 00000000..3589f6ce --- /dev/null +++ b/items/ECTOPLASM.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:prismarine_crystals", + "displayname": "§9Ectoplasm", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Spooky, yet practical.\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§9§lRARE\"],Name:\"§9Ectoplasm\"},ExtraAttributes:{id:\"ECTOPLASM\"}}", + "damage": 0, + "lore": [ + "§7Spooky, yet practical.", + "", + "§eRight-click to view recipes!", + "", + "§9§lRARE" + ], + "internalname": "ECTOPLASM", + "clickcommand": "", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/EFFICIENCY;5.json b/items/EFFICIENCY;5.json new file mode 100644 index 00000000..65370234 --- /dev/null +++ b/items/EFFICIENCY;5.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7Increases how quickly your tool", + "§7breaks blocks.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "EFFICIENCY;5", + "crafttext": "", + "parent": "EFFICIENCY;4", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/EGG.json b/items/EGG.json index b4756da4..613f452e 100644 --- a/items/EGG.json +++ b/items/EGG.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "EGG", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Egg" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/EMERALD.json b/items/EMERALD.json index 449618c0..d552be22 100644 --- a/items/EMERALD.json +++ b/items/EMERALD.json @@ -1,16 +1,24 @@ { "itemid": "minecraft:emerald", "displayname": "§fEmerald", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fEmerald\"},ExtraAttributes:{id:\"EMERALD\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEmerald\"},ExtraAttributes:{id:\"EMERALD\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "EMERALD", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Emerald" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "EMERALD_BLOCK:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/EMERALD_BLOCK.json b/items/EMERALD_BLOCK.json index 7f59223d..6daf8453 100644 --- a/items/EMERALD_BLOCK.json +++ b/items/EMERALD_BLOCK.json @@ -1,12 +1,24 @@ { - "internalname": "EMERALD_BLOCK", - "itemid": 133, + "itemid": "minecraft:emerald_block", "displayname": "§fBlock of Emerald", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlock of Emerald\"},ExtraAttributes:{id:\"EMERALD_BLOCK\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "EMERALD_BLOCK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "EMERALD:1", + "A2": "EMERALD:1", + "A3": "EMERALD:1", + "B1": "EMERALD:1", + "B2": "EMERALD:1", + "B3": "EMERALD:1", + "C1": "EMERALD:1", + "C2": "EMERALD:1", + "C3": "EMERALD:1" + } }
\ No newline at end of file diff --git a/items/EMERALD_ORE.json b/items/EMERALD_ORE.json new file mode 100644 index 00000000..fc66cd46 --- /dev/null +++ b/items/EMERALD_ORE.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:emerald_ore", + "displayname": "§fEmerald Ore", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEmerald Ore\"},ExtraAttributes:{id:\"EMERALD_ORE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "EMERALD_ORE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/EMPTY_MAP.json b/items/EMPTY_MAP.json new file mode 100644 index 00000000..5f3a1aea --- /dev/null +++ b/items/EMPTY_MAP.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:map", + "displayname": "§fEmpty Map", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEmpty Map\"},ExtraAttributes:{id:\"EMPTY_MAP\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "EMPTY_MAP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "PAPER:1", + "A2": "PAPER:1", + "A3": "PAPER:1", + "B1": "PAPER:1", + "B2": "COMPASS:1", + "B3": "PAPER:1", + "C1": "PAPER:1", + "C2": "PAPER:1", + "C3": "PAPER:1" + } +}
\ No newline at end of file diff --git a/items/ENCHANTED_BOOK.json b/items/ENCHANTED_BOOK.json index 0d1470b1..a080bc38 100644 --- a/items/ENCHANTED_BOOK.json +++ b/items/ENCHANTED_BOOK.json @@ -1,16 +1,13 @@ { - "internalname": "ENCHANTED_BOOK", "itemid": "minecraft:enchanted_book", "displayname": "§fEnchanted Book", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Use this on an item in an Anvil\",1:\"§7to apply it!\",2:\"\",3:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\"}}", - "modver": "1.0.0", "lore": [ - "§7Use this on an item in an Anvil", - "§7to apply it!", - "", "§f§lCOMMON" ], - "crafttext": "Requires: Pumpkin IV" + "internalname": "ENCHANTED_BOOK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/ENCHANTMENT_TABLE.json b/items/ENCHANTMENT_TABLE.json index f60c84cb..9bb6e9d5 100644 --- a/items/ENCHANTMENT_TABLE.json +++ b/items/ENCHANTMENT_TABLE.json @@ -1,16 +1,24 @@ { - "internalname": "ENCHANTMENT_TABLE", "itemid": "minecraft:enchanting_table", "displayname": "§fEnchantment Table", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEnchantment Table\"},ExtraAttributes:{id:\"ENCHANTMENT_TABLE\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" ], - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Enchantment_Table" - ] + "internalname": "ENCHANTMENT_TABLE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "", + "A2": "BOOK:1", + "A3": "", + "B1": "DIAMOND:1", + "B2": "OBSIDIAN:1", + "B3": "DIAMOND:1", + "C1": "OBSIDIAN:1", + "C2": "OBSIDIAN:1", + "C3": "OBSIDIAN:1" + } }
\ No newline at end of file diff --git a/items/ENDER_CHEST.json b/items/ENDER_CHEST.json new file mode 100644 index 00000000..99c87048 --- /dev/null +++ b/items/ENDER_CHEST.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:ender_chest", + "displayname": "§fEnder Chest", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEnder Chest\"},ExtraAttributes:{id:\"ENDER_CHEST\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "ENDER_CHEST", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "OBSIDIAN:1", + "A2": "OBSIDIAN:1", + "A3": "OBSIDIAN:1", + "B1": "OBSIDIAN:1", + "B2": "EYE_OF_ENDER:1", + "B3": "OBSIDIAN:1", + "C1": "OBSIDIAN:1", + "C2": "OBSIDIAN:1", + "C3": "OBSIDIAN:1" + } +}
\ No newline at end of file diff --git a/items/ENDER_PEARL.json b/items/ENDER_PEARL.json index 180fac6d..e37bf8cf 100644 --- a/items/ENDER_PEARL.json +++ b/items/ENDER_PEARL.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "ENDER_PEARL", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Ender_Pearl" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/ENDER_PORTAL_FRAME.json b/items/ENDER_PORTAL_FRAME.json index c371dc4a..f96e288f 100644 --- a/items/ENDER_PORTAL_FRAME.json +++ b/items/ENDER_PORTAL_FRAME.json @@ -1,12 +1,13 @@ { - "internalname": "ENDER_PORTAL_FRAME", "itemid": "minecraft:end_portal_frame", - "displayname": "§fEnd Portal Frame", - "clickcommand": "", + "displayname": "§fEnd Portal", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEnd Portal\"},ExtraAttributes:{id:\"ENDER_PORTAL_FRAME\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEnd Portal Frame\"},ExtraAttributes:{id:\"ENDER_PORTAL_FRAME\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "ENDER_PORTAL_FRAME", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/ENDER_SLAYER;5.json b/items/ENDER_SLAYER;5.json new file mode 100644 index 00000000..2343fe20 --- /dev/null +++ b/items/ENDER_SLAYER;5.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7Increases damage dealt to", + "§7§7Ender Dragons§7 and", + "§7§7Endermen§7 by §a60%§7.", + "", + "§a§lUNCOMMON" + ], + "internalname": "ENDER_SLAYER;5", + "crafttext": "", + "clickcommand": "", + "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 new file mode 100644 index 00000000..cd279961 --- /dev/null +++ b/items/ENDER_SLAYER;6.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Increases damage dealt to", + "§7§7Ender Dragons§7 and", + "§7§7Endermen§7 by §a72%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aBought from the Pearl Dealer for 1.5 Million.", + "", + "§9§lRARE" + ], + "internalname": "ENDER_SLAYER;6", + "parent": "ENDER_SLAYER;4", + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ENDER_STONE.json b/items/ENDER_STONE.json index 833da79e..e6d0341f 100644 --- a/items/ENDER_STONE.json +++ b/items/ENDER_STONE.json @@ -7,6 +7,7 @@ "§f§lCOMMON" ], "internalname": "ENDER_STONE", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/EXECUTE;5.json b/items/EXECUTE;5.json new file mode 100644 index 00000000..f0a2e9ce --- /dev/null +++ b/items/EXECUTE;5.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Increases damage dealt by §a1%", + "§a§7for each percent of health", + "§7missing on your target.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "EXECUTE;5", + "crafttext": "", + "parent": "EXECUTE;4", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/EXPERIENCE;3.json b/items/EXPERIENCE;3.json new file mode 100644 index 00000000..7429f041 --- /dev/null +++ b/items/EXPERIENCE;3.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "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", + "§7Grants a §a37.5% §7chance for", + "§7mobs and ores to drop double", + "§7experience.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "EXPERIENCE;3", + "crafttext": "", + "clickcommand": "", + "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 new file mode 100644 index 00000000..29712c89 --- /dev/null +++ b/items/EXPERIENCE;4.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Grants a §a50% §7chance for mobs", + "§7and ores to drop double", + "§7experience.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aBought from the Viking for 400k.", + "", + "§9§lRARE" + ], + "internalname": "EXPERIENCE;4", + "parent": "EXPERIENCE;2", + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/EXPLOSIVE_MINECART.json b/items/EXPLOSIVE_MINECART.json new file mode 100644 index 00000000..f0403a7a --- /dev/null +++ b/items/EXPLOSIVE_MINECART.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:tnt_minecart", + "displayname": "§fMinecart with TNT", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMinecart with TNT\"},ExtraAttributes:{id:\"EXPLOSIVE_MINECART\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "EXPLOSIVE_MINECART", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "TNT:1", + "A2": "", + "A3": "", + "B1": "MINECART:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/EXP_BOTTLE.json b/items/EXP_BOTTLE.json index 49207445..c08416c0 100644 --- a/items/EXP_BOTTLE.json +++ b/items/EXP_BOTTLE.json @@ -1,26 +1,13 @@ { "itemid": "minecraft:experience_bottle", - "displayname": "§fExperience Bottle", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Smash it open to receive\",1:\"§7experience!\",2:\"\",3:\"§f§lCOMMON\"],Name:\"§fExperience Bottle\"},ExtraAttributes:{id:\"EXP_BOTTLE\"}}", + "displayname": "§fBottle o\u0027 Enchanting", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBottle o\u0027 Enchanting\"},ExtraAttributes:{id:\"EXP_BOTTLE\"}}", "damage": 0, "lore": [ - "§7Smash it open to receive", - "§7experience!", - "", "§f§lCOMMON" ], - "recipe": { - "A1": "", - "A2": "INK_SACK-4:1", - "A3": "", - "B1": "INK_SACK-4:1", - "B2": "GLASS_BOTTLE:1", - "B3": "INK_SACK-4:1", - "C1": "INK_SACK-4:1", - "C2": "INK_SACK-4:1", - "C3": "INK_SACK-4:1" - }, "internalname": "EXP_BOTTLE", - "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/EYE_OF_ENDER.json b/items/EYE_OF_ENDER.json new file mode 100644 index 00000000..1f759808 --- /dev/null +++ b/items/EYE_OF_ENDER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:ender_eye", + "displayname": "§fEye of Ender", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEye of Ender\"},ExtraAttributes:{id:\"EYE_OF_ENDER\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "EYE_OF_ENDER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "ENDER_PEARL:1", + "A2": "BLAZE_POWDER:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/FEATHER.json b/items/FEATHER.json index 8068485e..46a1ccf6 100644 --- a/items/FEATHER.json +++ b/items/FEATHER.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:feather", "displayname": "§fFeather", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fFeather\"},ExtraAttributes:{id:\"FEATHER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFeather\"},ExtraAttributes:{id:\"FEATHER\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "FEATHER", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Feather" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/FEATHER_FALLING;10.json b/items/FEATHER_FALLING;10.json new file mode 100644 index 00000000..d207d56a --- /dev/null +++ b/items/FEATHER_FALLING;10.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§4Enchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Feather Falling X\",1:\"§7Increases how high you can fall\",2:\"§7before taking fall damage by\",3:\"§7§a10§7 and reduces fall damage\",4:\"§7by §a50%§7.\",5:\"\",6:\"§7Use this on an item in an Anvil\",7:\"§7to apply it!\",8:\"\",9:\"§4§lSUPREME\"],Name:\"§f§f§4Enchanted Book\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"FEATHER_FALLING;10\",enchantments:{feather_falling:10},uuid:\"d4161d4d-2c9a-49a8-b119-a2c9ef30103f\",anvil_uses:0,timestamp:\"9/18/20 10:46 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9Feather Falling X", + "§7Increases how high you can fall", + "§7before taking fall damage by", + "§7§a10§7 and reduces fall damage", + "§7by §a50%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§4§lSUPREME" + ], + "internalname": "FEATHER_FALLING;10", + "parent": "FEATHER_FALLING;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +} diff --git a/items/FEATHER_FALLING;6.json b/items/FEATHER_FALLING;6.json new file mode 100644 index 00000000..67c682b7 --- /dev/null +++ b/items/FEATHER_FALLING;6.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Increases how high you can fall", + "§7before taking fall damage by", + "§7§a6§7 and reduces fall damage by", + "§7§a30%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§9§lRARE" + ], + "internalname": "FEATHER_FALLING;6", + "parent": "FEATHER_FALLING;4", + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FEL_PEARL.json b/items/FEL_PEARL.json new file mode 100644 index 00000000..7da30107 --- /dev/null +++ b/items/FEL_PEARL.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:ender_pearl", + "displayname": "§9Fel Pearl", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE DUNGEON ITEM\"],Name:\"§9Fel Pearl\"},ExtraAttributes:{id:\"FEL_PEARL\"}}", + "damage": 0, + "lore": [ + "§eRight-click to view recipes!", + "", + "§9§lRARE DUNGEON ITEM" + ], + "internalname": "FEL_PEARL", + "clickcommand": "", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/FEL_SWORD.json b/items/FEL_SWORD.json new file mode 100644 index 00000000..2d8db680 --- /dev/null +++ b/items/FEL_SWORD.json @@ -0,0 +1,44 @@ +{ + "itemid": "minecraft:stone_sword", + "displayname": "§5Fel Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d375 \",1:\"§7Damage: §c+190 \",2:\"§7Strength: §c+135 \",3:\"\",4:\"§7§7Every §a100 §7Kills with this\",5:\"§7sword grants +§c1 §7Weapon\",6:\"§7Damage, up to §c100 §7extra.\",7:\"\",8:\"§aDungeon healer bonuses:\",9:\"§7§8- §7Increases healing from\",10:\"§7your Healing Circle by §a10%§7.\",11:\"§7§8- §7Reduces the cooldown of\",12:\"§7your Wish ultimate by §b10\",13:\"§b§7seconds.\",14:\"\",15:\"§eRight-click to use your class ability!\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCatacombs Level 20\",19:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Fel Sword\"},ExtraAttributes:{id:\"FEL_SWORD\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d375", + "§7Damage: §c+190", + "§7Strength: §c+135", + "", + "§7§7Every §a100 §7Kills with this", + "§7sword grants +§c1 §7Weapon", + "§7Damage, up to §c100 §7extra.", + "", + "§aDungeon healer bonuses:", + "§7§8- §7Increases healing from", + "§7your Healing Circle by §a10%§7.", + "§7§8- §7Reduces the cooldown of", + "§7your Wish ultimate by §b10", + "§b§7seconds.", + "", + "§eRight-click to use your class ability!", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Level 20", + "§5§lEPIC DUNGEON SWORD" + ], + "recipe": { + "A1": "", + "A2": "FEL_PEARL:16", + "A3": "", + "B1": "", + "B2": "FEL_PEARL:16", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + }, + "internalname": "FEL_SWORD", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FENCE.json b/items/FENCE.json new file mode 100644 index 00000000..4d72f733 --- /dev/null +++ b/items/FENCE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:fence", + "displayname": "§fOak Fence", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOak Fence\"},ExtraAttributes:{id:\"FENCE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "FENCE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "STICK:1", + "A3": "WOOD:1", + "B1": "WOOD:1", + "B2": "STICK:1", + "B3": "WOOD:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/FENCE_GATE.json b/items/FENCE_GATE.json new file mode 100644 index 00000000..820d5ee1 --- /dev/null +++ b/items/FENCE_GATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:fence_gate", + "displayname": "§fOak Fence Gate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOak Fence Gate\"},ExtraAttributes:{id:\"FENCE_GATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "FENCE_GATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STICK:1", + "A2": "WOOD:1", + "A3": "STICK:1", + "B1": "STICK:1", + "B2": "WOOD:1", + "B3": "STICK:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/FERMENTED_SPIDER_EYE.json b/items/FERMENTED_SPIDER_EYE.json new file mode 100644 index 00000000..22c1f9d8 --- /dev/null +++ b/items/FERMENTED_SPIDER_EYE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:fermented_spider_eye", + "displayname": "§fFermented Spider Eye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFermented Spider Eye\"},ExtraAttributes:{id:\"FERMENTED_SPIDER_EYE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "FERMENTED_SPIDER_EYE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SPIDER_EYE:1", + "A2": "BROWN_MUSHROOM:1", + "A3": "SUGAR:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/FIREBALL.json b/items/FIREBALL.json new file mode 100644 index 00000000..c85ef2ef --- /dev/null +++ b/items/FIREBALL.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:fire_charge", + "displayname": "§fFire Charge", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFire Charge\"},ExtraAttributes:{id:\"FIREBALL\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "FIREBALL", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SULPHUR:1", + "A2": "BLAZE_POWDER:1", + "A3": "COAL:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/FIREWORK.json b/items/FIREWORK.json new file mode 100644 index 00000000..af7c2356 --- /dev/null +++ b/items/FIREWORK.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:fireworks", + "displayname": "§fFirework Rocket", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFirework Rocket\"},ExtraAttributes:{id:\"FIREWORK\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "FIREWORK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/FIREWORK_CHARGE.json b/items/FIREWORK_CHARGE.json new file mode 100644 index 00000000..177c8e8f --- /dev/null +++ b/items/FIREWORK_CHARGE.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:firework_charge", + "displayname": "§fFirework Star", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFirework Star\"},ExtraAttributes:{id:\"FIREWORK_CHARGE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "FIREWORK_CHARGE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/FIRST_STRIKE;4.json b/items/FIRST_STRIKE;4.json new file mode 100644 index 00000000..db3ef79a --- /dev/null +++ b/items/FIRST_STRIKE;4.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "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", + "§7Increases melee damage dealt by", + "§7§a100% §7for the first hit on a", + "§7mob.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "FIRST_STRIKE;4", + "parent": "FIRST_STRIKE;3", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FISHING_ROD.json b/items/FISHING_ROD.json index d469cd60..201ba7f4 100644 --- a/items/FISHING_ROD.json +++ b/items/FISHING_ROD.json @@ -1,15 +1,24 @@ { "itemid": "minecraft:fishing_rod", "displayname": "§fFishing Rod", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+10\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§f§lCOMMON FISHING ROD\",4:\"\",5:\"§eClick to view recipe!\"],Name:\"§fFishing Rod\"},ExtraAttributes:{id:\"FISHING_ROD\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFishing Rod\"},ExtraAttributes:{id:\"FISHING_ROD\"}}", "damage": 0, "lore": [ - "§7Damage: §c+10", - "", - "§7§8This item can be reforged!", - "§f§lCOMMON FISHING ROD" + "§f§lCOMMON" ], "internalname": "FISHING_ROD", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "", + "A2": "", + "A3": "STICK:1", + "B1": "", + "B2": "STICK:1", + "B3": "STRING:1", + "C1": "STICK:1", + "C2": "", + "C3": "STRING:1" + } }
\ No newline at end of file diff --git a/items/FLINT.json b/items/FLINT.json index 878f5450..b3a3d547 100644 --- a/items/FLINT.json +++ b/items/FLINT.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:flint", "displayname": "§fFlint", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fFlint\"},ExtraAttributes:{id:\"FLINT\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFlint\"},ExtraAttributes:{id:\"FLINT\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "FLINT", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Flint" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/FLINT_AND_STEEL.json b/items/FLINT_AND_STEEL.json new file mode 100644 index 00000000..5a3e8d61 --- /dev/null +++ b/items/FLINT_AND_STEEL.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:flint_and_steel", + "displayname": "§fFlint and Steel", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFlint and Steel\"},ExtraAttributes:{id:\"FLINT_AND_STEEL\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "FLINT_AND_STEEL", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "FLINT:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/FLORID_ZOMBIE_SWORD.json b/items/FLORID_ZOMBIE_SWORD.json new file mode 100644 index 00000000..50df179b --- /dev/null +++ b/items/FLORID_ZOMBIE_SWORD.json @@ -0,0 +1,45 @@ +{ + "itemid": "minecraft:golden_sword", + "displayname": "§6Florid Zombie Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+80\",2:\"\",3:\"§7Intelligence: §a+100\",4:\"\",5:\"§6Item Ability: Instant Heal §e§lRIGHT CLICK\",6:\"§7Heal for §c168 §7+ §c5%❤ §7and\",7:\"§7heal players within §a8 §7blocks\",8:\"§7for §c56❤§7.\",9:\"§8Mana Cost: §370\",10:\"§8Charges: §e5 §8/ §a15s\",11:\"\",12:\"§7Gain §a+2 §7extra max charges\",13:\"§7when you play as a §aHealer §7in\",14:\"§7Dungeons.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§6§lLEGENDARY SWORD\"],Name:\"§6Florid Zombie Sword\"},ExtraAttributes:{id:\"FLORID_ZOMBIE_SWORD\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+150", + "§7Strength: §c+80", + "", + "§7Intelligence: §a+100", + "", + "§6Item Ability: Instant Heal §e§lRIGHT CLICK", + "§7Heal for §c168 §7+ §c5%❤ §7and", + "§7heal players within §a8 §7blocks", + "§7for §c56❤§7.", + "§8Mana Cost: §370", + "§8Charges: §e5 §8/ §a15s", + "", + "§7Gain §a+2 §7extra max charges", + "§7when you play as a §aHealer §7in", + "§7Dungeons.", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY SWORD" + ], + "recipe": { + "A1": "", + "A2": "HEALING_TISSUE:12", + "A3": "", + "B1": "", + "B2": "HEALING_TISSUE:12", + "B3": "", + "C1": "", + "C2": "ORNATE_ZOMBIE_SWORD:1", + "C3": "" + }, + "internalname": "FLORID_ZOMBIE_SWORD", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Florid_Zombie_Sword" + ] +}
\ No newline at end of file diff --git a/items/FLOWER_OF_TRUTH.json b/items/FLOWER_OF_TRUTH.json new file mode 100644 index 00000000..f0f01215 --- /dev/null +++ b/items/FLOWER_OF_TRUTH.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:red_flower", + "displayname": "§6Flower of Truth", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d500 §8(785)\",1:\"§7Damage: §c+100 §8(+157)\",2:\"§7Strength: §c+400 §8(+628)\",3:\"\",4:\"§6Item Ability: Heat-Seeking Rose §e§lRIGHT CLICK\",5:\"§7Shoots a rose that ricochets\",6:\"§7between enemies, damaging up to\",7:\"§7§a3 §7of your foes! Damage\",8:\"§7multiplies as more enemies are\",9:\"§7hit.\",10:\"§8Cooldown: §a1s\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 70000 / 70000\",14:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Flower of Truth\"},ExtraAttributes:{id:\"FLOWER_OF_TRUTH\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d500 §8(785)", + "§7Damage: §c+100 §8(+157)", + "§7Strength: §c+360 §8(+628)", + "", + "§6Item Ability: Heat-Seeking Rose §e§lRIGHT CLICK", + "§7Shoots a rose that ricochets", + "§7between enemies, damaging up to", + "§7§a3 §7of your foes! Damage", + "§7multiplies as more enemies are", + "§7hit.", + "§8Cooldown: §a1s", + "", + "§7§8This item can be reforged!", + "§aPerfect 70000 / 70000", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "recipe": { + "A1": "", + "A2": "GOLEM_POPPY:3", + "A3": "", + "B1": "", + "B2": "GOLEM_POPPY:3", + "B3": "", + "C1": "", + "C2": "GOLEM_POPPY:3", + "C3": "" + }, + "internalname": "FLOWER_OF_TRUTH", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/FLOWER_POT_ITEM.json b/items/FLOWER_POT_ITEM.json new file mode 100644 index 00000000..46f2980e --- /dev/null +++ b/items/FLOWER_POT_ITEM.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:flower_pot", + "displayname": "§fFlower Pot", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFlower Pot\"},ExtraAttributes:{id:\"FLOWER_POT_ITEM\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "FLOWER_POT_ITEM", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "CLAY_BRICK:1", + "A2": "", + "A3": "CLAY_BRICK:1", + "B1": "", + "B2": "CLAY_BRICK:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/FLYING_FISH;2.json b/items/FLYING_FISH;2.json index 86378061..b3041d9f 100644 --- a/items/FLYING_FISH;2.json +++ b/items/FLYING_FISH;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §9Flying Fish", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c7b1a789-f7b4-394f-84a5-9ba19cb347d0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDBjZDcxZmJiYmJiNjZjN2JhZjc4ODFmNDE1YzY0ZmE4NGY2NTA0OTU4YTU3Y2NkYjg1ODkyNTI2NDdlYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Quick Reel\",6:\"§7§7Increases fishing speed by\",7:\"§7§a{0}%\",8:\"\",9:\"§6Water Bender\",10:\"§7§7Gives §a{1} §c❁ Strength\",11:\"§c§7and §a❈ Defense §7when near\",12:\"§7water\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Flying Fish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"FLYING_FISH\\\",\\\"active\\\":false,\\\"exp\\\":647289.4022666846,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"FLYING_FISH;2\",uuid:\"444da72a-af4e-4233-999c-a5f27279bd04\",timestamp:\"4/6/20 5:02 AM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c7b1a789-f7b4-394f-84a5-9ba19cb347d0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDBjZDcxZmJiYmJiNjZjN2JhZjc4ODFmNDE1YzY0ZmE4NGY2NTA0OTU4YTU3Y2NkYjg1ODkyNTI2NDdlYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"\",5:\"§6Quick Reel\",6:\"§7§7Increases fishing speed by\",7:\"§7§a{0}%\",8:\"\",9:\"§6Water Bender\",10:\"§7§7Gives §a{1} §c❁ Strength\",11:\"§c§7and §a❈ Defense §7when near\",12:\"§7water\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Flying Fish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"FLYING_FISH\\\",\\\"active\\\":false,\\\"exp\\\":647289.4022666846,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"FLYING_FISH;2\",uuid:\"444da72a-af4e-4233-999c-a5f27279bd04\",timestamp:\"4/6/20 5:02 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Fishing Pet", diff --git a/items/FRAIL;5.json b/items/FRAIL;5.json new file mode 100644 index 00000000..776e1c93 --- /dev/null +++ b/items/FRAIL;5.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Sea creatures start with §a25%§7", + "§7reduced health.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "FRAIL;5", + "parent": "FRAIL;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FRAIL;6.json b/items/FRAIL;6.json new file mode 100644 index 00000000..5a92d043 --- /dev/null +++ b/items/FRAIL;6.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Sea creatures start with §a30%§7", + "§7reduced health.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aDrops rarely from Catfish.", + "", + "§9§lRARE" + ], + "internalname": "FRAIL;6", + "parent": "FRAIL;4", + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FROZEN_BLAZE_ICICLE.json b/items/FROZEN_BLAZE_ICICLE.json new file mode 100644 index 00000000..f6f9a344 --- /dev/null +++ b/items/FROZEN_BLAZE_ICICLE.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Icicle Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"52daafd7-8270-3e00-aca2-5f757e8f3e18\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTEzYzI1NjQwNzA1MTM2Y2Y3NzY3ODQ5MTBjNjNhMGYxNjBmNWFmNmEzOGNjYWNmYmIzMDcxZjI0N2I4MjAwNCJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§5Frozen Blaze Helmet\",7:\"\",8:\"§6§lLEGENDARY COSMETIC\"],Name:\"§6Icicle Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"FROZEN_BLAZE_ICICLE\",uuid:\"b0a97d5d-faec-41f4-a3ce-572089521ec0\",timestamp:\"10/10/20 1:50 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§5Frozen Blaze Helmet", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "FROZEN_BLAZE_ICICLE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/FURNACE.json b/items/FURNACE.json new file mode 100644 index 00000000..db21b61e --- /dev/null +++ b/items/FURNACE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:furnace", + "displayname": "§fFurnace", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fFurnace\"},ExtraAttributes:{id:\"FURNACE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "FURNACE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COBBLESTONE:1", + "A2": "COBBLESTONE:1", + "A3": "COBBLESTONE:1", + "B1": "COBBLESTONE:1", + "B2": "", + "B3": "COBBLESTONE:1", + "C1": "COBBLESTONE:1", + "C2": "COBBLESTONE:1", + "C3": "COBBLESTONE:1" + } +}
\ No newline at end of file diff --git a/items/GHAST_TEAR.json b/items/GHAST_TEAR.json index 4495d52f..5e81ab97 100644 --- a/items/GHAST_TEAR.json +++ b/items/GHAST_TEAR.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:ghast_tear", "displayname": "§fGhast Tear", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fGhast Tear\"},ExtraAttributes:{id:\"GHAST_TEAR\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGhast Tear\"},ExtraAttributes:{id:\"GHAST_TEAR\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "GHAST_TEAR", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Ghast_Tear" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/GHOST_PERSONALITY.json b/items/GHOST_PERSONALITY.json new file mode 100644 index 00000000..ee58132c --- /dev/null +++ b/items/GHOST_PERSONALITY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fGhost Minion Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6e20c837-7c24-376a-9d2f-332816aacd3e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg0OTczMDgzOSwKICAicHJvZmlsZUlkIiA6ICJhNzdkNmQ2YmFjOWE0NzY3YTFhNzU1NjYxOTllYmY5MiIsCiAgInByb2ZpbGVOYW1lIiA6ICIwOEJFRDUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmY2M2U4MWVmYzAzMTBiN2RhYjJiMWYzZjc4NjFmNmNkZmZhMzZjNDNmOTVhZjc4MDhhM2U3MWViYTc2YzgyYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes\",1:\"§7your minion\u0027s appearance to\",2:\"§7a §eGhost§7.\",3:\"\",4:\"§7§7You can place this item\",5:\"§7in any minion of your\",6:\"§7choice!\",7:\"\",8:\"§f§lCOMMON COSMETIC\"],Name:\"§fGhost Minion Skin\"},ExtraAttributes:{id:\"GHOST_PERSONALITY\"}}", + "damage": 3, + "lore": [ + "§7§7This Minion skin changes", + "§7your minion\u0027s appearance to", + "§7a §eGhost§7.", + "", + "§7§7You can place this item", + "§7in any minion of your", + "§7choice!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "GHOST_PERSONALITY", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Minion_Skin" + ] +}
\ No newline at end of file diff --git a/items/GHOUL_BUSTER.json b/items/GHOUL_BUSTER.json new file mode 100644 index 00000000..2f7067f6 --- /dev/null +++ b/items/GHOUL_BUSTER.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:iron_hoe", + "displayname": "§5Ghoul Buster", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+140\",1:\"§7Strength: §c+90\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§6Item Ability: Spooktacular\",5:\"§7Deal §a100% §7more damage to\",6:\"§7§6Spooky §7enemies during the\",7:\"§7§6Spooky Festival§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC SWORD\"],Name:\"§5Ghoul Buster\"},ExtraAttributes:{id:\"GHOUL_BUSTER\"}}", + "damage": 0, + "lore": [ + "§7Damage: §c+140", + "§7Strength: §c+90", + "§7Crit Damage: §c+25%", + "", + "§6Item Ability: Spooktacular", + "§7Deal §a100% §7more damage to", + "§7§6Spooky §7enemies during the", + "§7§6Spooky Festival§7.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC SWORD" + ], + "recipe": { + "A1": "", + "A2": "ECTOPLASM:16", + "A3": "", + "B1": "SPOOKY_SHARD:4", + "B2": "ECTOPLASM:16", + "B3": "SPOOKY_SHARD:4", + "C1": "", + "C2": "PURPLE_CANDY:64", + "C3": "" + }, + "internalname": "GHOUL_BUSTER", + "clickcommand": "viewrecipe", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/GIANTS_EYE.json b/items/GIANTS_EYE.json new file mode 100644 index 00000000..40d3608b --- /dev/null +++ b/items/GIANTS_EYE.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:iron_sword", + "displayname": "§5Giant\u0027s Eye Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d375 \",1:\"§7Damage: §c+190 \",2:\"§7Strength: §c+135 \",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§7§4❣ §cRequires §aCatacombs Level 20\",6:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Giant\u0027s Eye Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"GIANTS_EYE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d375 ", + "§7Damage: §c+190 ", + "§7Strength: §c+135 ", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Level 20", + "§5§lEPIC DUNGEON SWORD" + ], + "internalname": "GIANTS_EYE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Giant\u0027s_Eye_Sword" + ] +}
\ No newline at end of file diff --git a/items/GIANTS_SWORD.json b/items/GIANTS_SWORD.json new file mode 100644 index 00000000..ad8f454a --- /dev/null +++ b/items/GIANTS_SWORD.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:iron_sword", + "displayname": "§6Giant\u0027s Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d600 \",1:\"§7Damage: §c+500 \",2:\"\",3:\"§6Item Ability: Giant\u0027s Slam §e§lRIGHT CLICK\",4:\"§7Slam your sword into the ground\",5:\"§7dealing §c111,550 §7damage to\",6:\"§7nearby enemies.\",7:\"§8Mana Cost: §3100\",8:\"§8Cooldown: §a30s\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§7§4❣ §cRequires §aCatacombs Floor VI\",12:\"§aCompletion\",13:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Giant\u0027s Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"GIANTS_SWORD\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d600 ", + "§7Damage: §c+500 ", + "", + "§6Item Ability: Giant\u0027s Slam §e§lRIGHT CLICK", + "§7Slam your sword into the ground", + "§7dealing §c111,550 §7damage to", + "§7nearby enemies.", + "§8Mana Cost: §3100", + "§8Cooldown: §a30s", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "internalname": "GIANTS_SWORD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GIANT_KILLER;5.json b/items/GIANT_KILLER;5.json new file mode 100644 index 00000000..e4614053 --- /dev/null +++ b/items/GIANT_KILLER;5.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7Increases damage dealt by §a0.5%", + "§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!", + "", + "§a§lUNCOMMON" + ], + "internalname": "GIANT_KILLER;5", + "parent": "GIANT_KILLER;4", + "crafttext": "", + "clickcommand": "", + "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 new file mode 100644 index 00000000..7189d92f --- /dev/null +++ b/items/GIANT_KILLER;6.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Increases damage dealt by §a0.6%", + "§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!", + "", + "§aBought from the Dark Auction.", + "", + "§9§lRARE" + ], + "internalname": "GIANT_KILLER;6", + "parent": "GIANT_KILLER;4", + "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/GIANT_TOOTH.json b/items/GIANT_TOOTH.json new file mode 100644 index 00000000..a72e0bb5 --- /dev/null +++ b/items/GIANT_TOOTH.json @@ -0,0 +1,26 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Giant Tooth", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"61e2a290-8404-3060-8199-a779367d804d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjBjODQzMjBmNGIwZmNkODM5MWI4YTIwZjUzYmQ0MTYxMmNhNmE1MGU3NTgzMDk1MjU5NzFmNzdhY2UyZCJ9fX0\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Giant §7reforge\",5:\"§7to armor.\",6:\"\",7:\"§7§8§oSuper clean, great hygiene.\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXXV§7!\",11:\"\",12:\"§5§lEPIC REFORGE STONE\"],Name:\"§f§f§5Giant Tooth\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"GIANT_TOOTH\",uuid:\"69e5ea78-9cac-4884-9ae5-6cfd1e3e6fff\",timestamp:\"10/1/20 6:09 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Giant §7reforge", + "§7to armor.", + "", + "§7§8§oSuper clean, great hygiene.", + "", + "§7Requires §aMining Skill Level", + "§aXXV§7!", + "", + "§5§lEPIC REFORGE STONE" + ], + "internalname": "GIANT_TOOTH", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GLASS.json b/items/GLASS.json index 65d878e3..83fb2507 100644 --- a/items/GLASS.json +++ b/items/GLASS.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "GLASS", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Glass" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/GLASS_BOTTLE.json b/items/GLASS_BOTTLE.json index 2e844c54..234b88e5 100644 --- a/items/GLASS_BOTTLE.json +++ b/items/GLASS_BOTTLE.json @@ -7,10 +7,18 @@ "§f§lCOMMON" ], "internalname": "GLASS_BOTTLE", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Glass_Bottle" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GLASS:1", + "A2": "", + "A3": "GLASS:1", + "B1": "", + "B2": "GLASS:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/GLOWSTONE.json b/items/GLOWSTONE.json index 0412a204..62eb7632 100644 --- a/items/GLOWSTONE.json +++ b/items/GLOWSTONE.json @@ -7,10 +7,18 @@ "§f§lCOMMON" ], "internalname": "GLOWSTONE", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Glowstone" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GLOWSTONE_DUST:1", + "A2": "GLOWSTONE_DUST:1", + "A3": "", + "B1": "GLOWSTONE_DUST:1", + "B2": "GLOWSTONE_DUST:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/GLOWSTONE_DUST.json b/items/GLOWSTONE_DUST.json index c1e037c7..71f9b261 100644 --- a/items/GLOWSTONE_DUST.json +++ b/items/GLOWSTONE_DUST.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:glowstone_dust", "displayname": "§fGlowstone Dust", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fGlowstone Dust\"},ExtraAttributes:{id:\"GLOWSTONE_DUST\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGlowstone Dust\"},ExtraAttributes:{id:\"GLOWSTONE_DUST\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "GLOWSTONE_DUST", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Glowstone_Dust" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/GOLDEN_APPLE-1.json b/items/GOLDEN_APPLE-1.json index 5f23aec1..5a1b2e5a 100644 --- a/items/GOLDEN_APPLE-1.json +++ b/items/GOLDEN_APPLE-1.json @@ -1,12 +1,25 @@ { "itemid": "minecraft:golden_apple", - "displayname": "§aEnchanted Golden Apple", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Golden Apple\"},ExtraAttributes:{id:\"GOLDEN_APPLE:1\"}}", + "displayname": "§fGolden Apple", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGolden Apple\"},ExtraAttributes:{id:\"GOLDEN_APPLE\"}}", "damage": 1, "lore": [ - "§a§lUNCOMMON" + "§f§lCOMMON" ], "internalname": "GOLDEN_APPLE-1", - "clickcommand": "", - "modver": "1.0.0" + "parent": "GOLDEN_APPLE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_BLOCK:1", + "A2": "GOLD_BLOCK:1", + "A3": "GOLD_BLOCK:1", + "B1": "GOLD_BLOCK:1", + "B2": "APPLE:1", + "B3": "GOLD_BLOCK:1", + "C1": "GOLD_BLOCK:1", + "C2": "GOLD_BLOCK:1", + "C3": "GOLD_BLOCK:1" + } }
\ No newline at end of file diff --git a/items/GOLDEN_APPLE.json b/items/GOLDEN_APPLE.json new file mode 100644 index 00000000..55893f2c --- /dev/null +++ b/items/GOLDEN_APPLE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:golden_apple", + "displayname": "§fGolden Apple", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGolden Apple\"},ExtraAttributes:{id:\"GOLDEN_APPLE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "GOLDEN_APPLE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_INGOT:1", + "A2": "GOLD_INGOT:1", + "A3": "GOLD_INGOT:1", + "B1": "GOLD_INGOT:1", + "B2": "APPLE:1", + "B3": "GOLD_INGOT:1", + "C1": "GOLD_INGOT:1", + "C2": "GOLD_INGOT:1", + "C3": "GOLD_INGOT:1" + } +}
\ No newline at end of file diff --git a/items/GOLDEN_CARROT.json b/items/GOLDEN_CARROT.json index 8285f8d4..3496f11f 100644 --- a/items/GOLDEN_CARROT.json +++ b/items/GOLDEN_CARROT.json @@ -1,17 +1,24 @@ { "itemid": "minecraft:golden_carrot", "displayname": "§fGolden Carrot", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fGolden Carrot\"},ExtraAttributes:{id:\"GOLDEN_CARROT\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGolden Carrot\"},ExtraAttributes:{id:\"GOLDEN_CARROT\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "GOLDEN_CARROT", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Golden_Carrot" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_NUGGET:1", + "A2": "GOLD_NUGGET:1", + "A3": "GOLD_NUGGET:1", + "B1": "GOLD_NUGGET:1", + "B2": "CARROT_ITEM:1", + "B3": "GOLD_NUGGET:1", + "C1": "GOLD_NUGGET:1", + "C2": "GOLD_NUGGET:1", + "C3": "GOLD_NUGGET:1" + } }
\ No newline at end of file diff --git a/items/GOLD_AXE.json b/items/GOLD_AXE.json new file mode 100644 index 00000000..ccbc84b6 --- /dev/null +++ b/items/GOLD_AXE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:golden_axe", + "displayname": "§fGolden Axe", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGolden Axe\"},ExtraAttributes:{id:\"GOLD_AXE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "GOLD_AXE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_INGOT:1", + "A2": "GOLD_INGOT:1", + "A3": "", + "B1": "GOLD_INGOT:1", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/GOLD_BARDING.json b/items/GOLD_BARDING.json index 1cfcc8ea..6fda3321 100644 --- a/items/GOLD_BARDING.json +++ b/items/GOLD_BARDING.json @@ -1,16 +1,13 @@ { "itemid": "minecraft:golden_horse_armor", - "displayname": "§5Gold Horse Armor", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§5§lEPIC\"],Name:\"§5Gold Horse Armor\"},ExtraAttributes:{id:\"GOLD_BARDING\"}}", + "displayname": "§fGold Horse Armor", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGold Horse Armor\"},ExtraAttributes:{id:\"GOLD_BARDING\"}}", "damage": 0, "lore": [ - "§5§lEPIC" + "§f§lCOMMON" ], "internalname": "GOLD_BARDING", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Horse_Armor" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/GOLD_BLOCK.json b/items/GOLD_BLOCK.json index 9b9e6529..f9712308 100644 --- a/items/GOLD_BLOCK.json +++ b/items/GOLD_BLOCK.json @@ -1,12 +1,24 @@ { - "internalname": "GOLD_BLOCK", - "itemid": 41, + "itemid": "minecraft:gold_block", "displayname": "§fBlock of Gold", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlock of Gold\"},ExtraAttributes:{id:\"GOLD_BLOCK\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "GOLD_BLOCK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_INGOT:1", + "A2": "GOLD_INGOT:1", + "A3": "GOLD_INGOT:1", + "B1": "GOLD_INGOT:1", + "B2": "GOLD_INGOT:1", + "B3": "GOLD_INGOT:1", + "C1": "GOLD_INGOT:1", + "C2": "GOLD_INGOT:1", + "C3": "GOLD_INGOT:1" + } }
\ No newline at end of file diff --git a/items/GOLD_BONZO_HEAD.json b/items/GOLD_BONZO_HEAD.json index c6e56c02..1494f8ea 100644 --- a/items/GOLD_BONZO_HEAD.json +++ b/items/GOLD_BONZO_HEAD.json @@ -1,21 +1,35 @@ { - "internalname": "GOLD_BONZO_HEAD", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§cGolden Bonzo Head", - "clickcommand": "", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"39efcd99-3e0a-3781-b335-a9996d618227\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQwOTQyNTkyMCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTVlNzVlYWU4NjliZjBjMjk4ZWU0ODc5MGE2MmMyZDYxNDA3OTBiZDQ4MWIxZGU4OWI3NjhkNTJmMjhjNzRhOSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d45 \",1:\"§7Strength: §c+5 \",2:\"\",3:\"§7Health: §a+20 HP \",4:\"§7Defense: §a+10 \",5:\"\",6:\"§7Obtained from killing §cBonzo\",7:\"§c§7in §cThe Catacombs §7lots of\",8:\"§7times. Grants §a2x §7stats on\",9:\"§7§cThe Catacombs Floor I§7.\",10:\"\",11:\"§7§8Involved in the dark arts due\",12:\"§8to his parents\u0027 insistence.\",13:\"§8Originally worked as a Circus\",14:\"§8clown.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 700000 / 700000\",18:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§cGolden Bonzo Head\"},ExtraAttributes:{id:\"GOLD_BONZO_HEAD\"}}", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"39efcd99-3e0a-3781-b335-a9996d618227\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQwOTQyNTkyMCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTVlNzVlYWU4NjliZjBjMjk4ZWU0ODc5MGE2MmMyZDYxNDA3OTBiZDQ4MWIxZGU4OWI3NjhkNTJmMjhjNzRhOSIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7Obtained from killing §cBonzo\",1:\"§c§7in §cThe Catacombs §7lots of\",2:\"§7times.\",3:\"\",4:\"§7§8Involved in the dark arts due\",5:\"§8to his parents' insistence.\",6:\"§8Originally worked as a Circus\",7:\"§8clown.\",8:\"\",9:\"§c§lSPECIAL DUNGEON ITEM\"],Name:\"§cGolden Bonzo Head\"},ExtraAttributes:{id:\"GOLD_BONZO_HEAD\"}}", - "modver": "1.0.0", "lore": [ + "§7Gear Score: §d45 ", + "§7Strength: §c+5 ", + "", + "§7Health: §a+20 HP ", + "§7Defense: §a+10 ", + "", "§7Obtained from killing §cBonzo", "§c§7in §cThe Catacombs §7lots of", - "§7times.", + "§7times. Grants §a2x §7stats on", + "§7§cThe Catacombs Floor I§7.", "", "§7§8Involved in the dark arts due", - "§8to his parents' insistence.", + "§8to his parents\u0027 insistence.", "§8Originally worked as a Circus", "§8clown.", "", - "§c§lSPECIAL DUNGEON ITEM" + "§7§8This item can be reforged!", + "§aPerfect 700000 / 700000", + "§c§lSPECIAL DUNGEON HELMET" + ], + "internalname": "GOLD_BONZO_HEAD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Golden_Bonzo_Head" ] }
\ No newline at end of file diff --git a/items/GOLD_BOOTS.json b/items/GOLD_BOOTS.json new file mode 100644 index 00000000..b7d8532c --- /dev/null +++ b/items/GOLD_BOOTS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:golden_boots", + "displayname": "§fGolden Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGolden Boots\"},ExtraAttributes:{id:\"GOLD_BOOTS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "GOLD_BOOTS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_INGOT:1", + "A2": "", + "A3": "GOLD_INGOT:1", + "B1": "GOLD_INGOT:1", + "B2": "", + "B3": "GOLD_INGOT:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/GOLD_CHESTPLATE.json b/items/GOLD_CHESTPLATE.json new file mode 100644 index 00000000..e413f336 --- /dev/null +++ b/items/GOLD_CHESTPLATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:golden_chestplate", + "displayname": "§fGolden Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGolden Chestplate\"},ExtraAttributes:{id:\"GOLD_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "GOLD_CHESTPLATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_INGOT:1", + "A2": "", + "A3": "GOLD_INGOT:1", + "B1": "GOLD_INGOT:1", + "B2": "GOLD_INGOT:1", + "B3": "GOLD_INGOT:1", + "C1": "GOLD_INGOT:1", + "C2": "GOLD_INGOT:1", + "C3": "GOLD_INGOT:1" + } +}
\ No newline at end of file diff --git a/items/GOLD_HELMET.json b/items/GOLD_HELMET.json new file mode 100644 index 00000000..5e5e6385 --- /dev/null +++ b/items/GOLD_HELMET.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:golden_helmet", + "displayname": "§fGolden Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGolden Helmet\"},ExtraAttributes:{id:\"GOLD_HELMET\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "GOLD_HELMET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_INGOT:1", + "A2": "GOLD_INGOT:1", + "A3": "GOLD_INGOT:1", + "B1": "GOLD_INGOT:1", + "B2": "", + "B3": "GOLD_INGOT:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/GOLD_HOE.json b/items/GOLD_HOE.json new file mode 100644 index 00000000..f422c05a --- /dev/null +++ b/items/GOLD_HOE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:golden_hoe", + "displayname": "§fGolden Hoe", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGolden Hoe\"},ExtraAttributes:{id:\"GOLD_HOE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "GOLD_HOE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_INGOT:1", + "A2": "GOLD_INGOT:1", + "A3": "", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/GOLD_INGOT.json b/items/GOLD_INGOT.json index 49a27270..958888a8 100644 --- a/items/GOLD_INGOT.json +++ b/items/GOLD_INGOT.json @@ -1,17 +1,24 @@ { "itemid": "minecraft:gold_ingot", "displayname": "§fGold Ingot", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\",2:\"\",3:\"§eClick to view recipe!\"],Name:\"§fGold Ingot\"},ExtraAttributes:{id:\"GOLD_INGOT\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGold Ingot\"},ExtraAttributes:{id:\"GOLD_INGOT\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "GOLD_INGOT", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Gold_Ingot" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_BLOCK:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/GOLD_LEGGINGS.json b/items/GOLD_LEGGINGS.json new file mode 100644 index 00000000..5913c1cf --- /dev/null +++ b/items/GOLD_LEGGINGS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:golden_leggings", + "displayname": "§fGolden Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGolden Leggings\"},ExtraAttributes:{id:\"GOLD_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "GOLD_LEGGINGS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_INGOT:1", + "A2": "GOLD_INGOT:1", + "A3": "GOLD_INGOT:1", + "B1": "GOLD_INGOT:1", + "B2": "", + "B3": "GOLD_INGOT:1", + "C1": "GOLD_INGOT:1", + "C2": "", + "C3": "GOLD_INGOT:1" + } +}
\ No newline at end of file diff --git a/items/GOLD_LIVID_HEAD.json b/items/GOLD_LIVID_HEAD.json new file mode 100644 index 00000000..a78e7293 --- /dev/null +++ b/items/GOLD_LIVID_HEAD.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§cGolden Livid Head", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"189df5d5-df29-3505-8735-07124f291317\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMDI2ODczMjkyNSwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjI1MTJhYzZjYzVkOGM3YWUzZGRkZWVlMmM0MjlkNGEyZDZhODM0MWJkZTA1NmUxOGU1YWUyMTAxMWJiZTY0MyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d135 \",1:\"§7Strength: §c+15 \",2:\"\",3:\"§7Health: §a+60 HP \",4:\"§7Defense: §a+30 \",5:\"\",6:\"§7Obtained from killing §cLivid\",7:\"§c§7in §cThe Catacombs §7lots of\",8:\"§7times. Grants §a2x §7stats on\",9:\"§7§cThe Catacombs Floor V§7.\",10:\"\",11:\"§7§8Strongly believes he will\",12:\"§8become the Lord one day. Subject\",13:\"§8of mockeries, even from his\",14:\"§8disciples.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 700000 / 700000\",18:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§f§f§cGolden Livid Head\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"GOLD_LIVID_HEAD\",uuid:\"02f51456-3774-4324-b5ce-266ccbd5a645\",timestamp:\"9/25/20 4:01 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Gear Score: §d135 ", + "§7Strength: §c+15 ", + "", + "§7Health: §a+60 HP ", + "§7Defense: §a+30 ", + "", + "§7Obtained from killing §cLivid", + "§c§7in §cThe Catacombs §7lots of", + "§7times. Grants §a2x §7stats on", + "§7§cThe Catacombs Floor V§7.", + "", + "§7§8Strongly believes he will", + "§8become the Lord one day. Subject", + "§8of mockeries, even from his", + "§8disciples.", + "", + "§7§8This item can be reforged!", + "§aPerfect 700000 / 700000", + "§c§lSPECIAL DUNGEON HELMET" + ], + "internalname": "GOLD_LIVID_HEAD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Golden_Livid_Head" + ] +}
\ No newline at end of file diff --git a/items/GOLD_NUGGET.json b/items/GOLD_NUGGET.json new file mode 100644 index 00000000..e272268d --- /dev/null +++ b/items/GOLD_NUGGET.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:gold_nugget", + "displayname": "§fGold Nugget", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGold Nugget\"},ExtraAttributes:{id:\"GOLD_NUGGET\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "GOLD_NUGGET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_INGOT:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/GOLD_ORE.json b/items/GOLD_ORE.json index a5476c06..2ba5b77e 100644 --- a/items/GOLD_ORE.json +++ b/items/GOLD_ORE.json @@ -7,6 +7,7 @@ "§f§lCOMMON" ], "internalname": "GOLD_ORE", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/GOLD_PICKAXE.json b/items/GOLD_PICKAXE.json new file mode 100644 index 00000000..4466081c --- /dev/null +++ b/items/GOLD_PICKAXE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:golden_pickaxe", + "displayname": "§fGolden Pickaxe", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGolden Pickaxe\"},ExtraAttributes:{id:\"GOLD_PICKAXE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "GOLD_PICKAXE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_INGOT:1", + "A2": "GOLD_INGOT:1", + "A3": "GOLD_INGOT:1", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/GOLD_PLATE.json b/items/GOLD_PLATE.json new file mode 100644 index 00000000..440989b2 --- /dev/null +++ b/items/GOLD_PLATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:light_weighted_pressure_plate", + "displayname": "§fWeighted Pressure Plate (Light)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWeighted Pressure Plate (Light)\"},ExtraAttributes:{id:\"GOLD_PLATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "GOLD_PLATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_INGOT:1", + "A2": "GOLD_INGOT:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/GOLD_PROFESSOR_HEAD.json b/items/GOLD_PROFESSOR_HEAD.json index b953c697..1875d2b7 100644 --- a/items/GOLD_PROFESSOR_HEAD.json +++ b/items/GOLD_PROFESSOR_HEAD.json @@ -1,21 +1,36 @@ { - "internalname": "GOLD_PROFESSOR_HEAD", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§cGolden Professor Head", - "clickcommand": "", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9b5fcb03-447d-32ed-9292-793a9dc16312\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQxMDAxNTI3NCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhjYTAzZDc4ZDE1N2RmMzRlOGM0Mjg4MWZmNTdlYTg5ODE4MzY3ZTQwZTI4OGRhN2Y4YjQxY2NhNWMxZDQwNiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d90 \",1:\"§7Strength: §c+10 \",2:\"\",3:\"§7Health: §a+40 HP \",4:\"§7Defense: §a+20 \",5:\"\",6:\"§7Obtained from killing §cThe\",7:\"§cProfessor §7in §cThe Catacombs\",8:\"§c§7lots of times. Grants §a2x\",9:\"§a§7stats on §cThe Catacombs Floor\",10:\"§cIII§7.\",11:\"\",12:\"§7§8Despite his great technique,\",13:\"§8he failed the Masters exam three\",14:\"§8times. Works from 8 to 5. Cares\",15:\"§8about his students.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§aPerfect 700000 / 700000\",19:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§cGolden Professor Head\"},ExtraAttributes:{id:\"GOLD_PROFESSOR_HEAD\"}}", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9b5fcb03-447d-32ed-9292-793a9dc16312\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQxMDAxNTI3NCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhjYTAzZDc4ZDE1N2RmMzRlOGM0Mjg4MWZmNTdlYTg5ODE4MzY3ZTQwZTI4OGRhN2Y4YjQxY2NhNWMxZDQwNiIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§7Obtained from killing §cThe\",1:\"§cProfessor §7in §cThe Catacombs\",2:\"§c§7lots of times.\",3:\"\",4:\"§7§8Despite his great technique,\",5:\"§8he failed the Masters exam three\",6:\"§8times. Works from 8 to 5. Cares\",7:\"§8about his students.\",8:\"\",9:\"§c§lSPECIAL DUNGEON ITEM\"],Name:\"§cGolden Professor Head\"},ExtraAttributes:{id:\"GOLD_PROFESSOR_HEAD\"}}", - "modver": "1.0.0", "lore": [ + "§7Gear Score: §d90 ", + "§7Strength: §c+10 ", + "", + "§7Health: §a+40 HP ", + "§7Defense: §a+20 ", + "", "§7Obtained from killing §cThe", "§cProfessor §7in §cThe Catacombs", - "§c§7lots of times.", + "§c§7lots of times. Grants §a2x", + "§a§7stats on §cThe Catacombs Floor", + "§cIII§7.", "", "§7§8Despite his great technique,", "§8he failed the Masters exam three", "§8times. Works from 8 to 5. Cares", "§8about his students.", "", - "§c§lSPECIAL DUNGEON ITEM" + "§7§8This item can be reforged!", + "§aPerfect 700000 / 700000", + "§c§lSPECIAL DUNGEON HELMET" + ], + "internalname": "GOLD_PROFESSOR_HEAD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Golden_Professor_Head" ] }
\ No newline at end of file diff --git a/items/GOLD_RECORD.json b/items/GOLD_RECORD.json new file mode 100644 index 00000000..82978139 --- /dev/null +++ b/items/GOLD_RECORD.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:record_13", + "displayname": "§fMusic Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMusic Disc\"},ExtraAttributes:{id:\"GOLD_RECORD\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "GOLD_RECORD", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/GOLD_SADAN_HEAD.json b/items/GOLD_SADAN_HEAD.json new file mode 100644 index 00000000..6cfb081c --- /dev/null +++ b/items/GOLD_SADAN_HEAD.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§cGolden Sadan Head", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"8af5e4de-6856-3c9e-af46-6e988d9024f9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMTQ3NDQ5NDU3OCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTc2NmEwZDIxZDI2MWM4Nzg3NjNjYTgyNjRjZDJkZDBiMTdlY2ZhYzM0MjQxMWRiMDc4ODZiMDc4ZTZjYjAxMyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d155\",1:\"§7Strength: §c+15 \",2:\"\",3:\"§7Health: §a+70 HP\",4:\"§7Defense: §a+35 \",5:\"\",6:\"§7Obtained from killing §cSadan\",7:\"§c§7in §cThe Catacombs §7lots of\",8:\"§7times. Grants §a2x §7stats on\",9:\"§7§cThe Catacombs Floor VI§7.\",10:\"\",11:\"§7§8Necromancy was always strong\",12:\"§8in his family. Says he once beat\",13:\"§8a Wither in a duel. Likes to\",14:\"§8brag.\",15:\"\",16:\"§aPerfect 700000 / 700000\",17:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§f§f§cGolden Sadan Head\"},ExtraAttributes:{modifier:\"heavy\",originTag:\"UNKNOWN\",id:\"GOLD_SADAN_HEAD\",uuid:\"878ff247-7797-4fee-89e2-12d114cce396\",timestamp:\"10/5/20 10:39 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7Gear Score: §d155", + "§7Strength: §c+15 ", + "", + "§7Health: §a+70 HP", + "§7Defense: §a+35 ", + "", + "§7Obtained from killing §cSadan", + "§c§7in §cThe Catacombs §7lots of", + "§7times. Grants §a2x §7stats on", + "§7§cThe Catacombs Floor VI§7.", + "", + "§7§8Necromancy was always strong", + "§8in his family. Says he once beat", + "§8a Wither in a duel. Likes to", + "§8brag.", + "", + "§aPerfect 700000 / 700000", + "§c§lSPECIAL DUNGEON HELMET" + ], + "internalname": "GOLD_SADAN_HEAD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Golden_Sadan_Head" + ] +}
\ No newline at end of file diff --git a/items/GOLD_SCARF_HEAD.json b/items/GOLD_SCARF_HEAD.json index 4ee8bbe2..f717d3da 100644 --- a/items/GOLD_SCARF_HEAD.json +++ b/items/GOLD_SCARF_HEAD.json @@ -1,25 +1,34 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§cGolden Scarf Head", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"04e9db81-3dc2-33fe-8d5f-0d8d25cd4742\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQwOTkwNTg0MiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjEyZjkwYTJhNjZkN2Y5MzdjZjlmYjE1YzdkOGFlZjk3ZDM4ZjU2MmJkOTY3OGIyNGY0YzkwNGI2NWJjYzYwYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Obtained from killing §cScarf\",1:\"§c§7in §cThe Catacombs §7lots of\",2:\"§7times.\",3:\"\",4:\"§7§8First of his class. His\",5:\"§8teacher said he will do \\\"great\",6:\"§8things\\\".\",7:\"\",8:\"§c§lSPECIAL DUNGEON ITEM\"],Name:\"§f§f§cGolden Scarf Head\"},ExtraAttributes:{id:\"GOLD_SCARF_HEAD\"},AttributeModifiers:[]}", + "displayname": "§cGolden Scarf Head", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"04e9db81-3dc2-33fe-8d5f-0d8d25cd4742\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDQwOTkwNTg0MiwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjEyZjkwYTJhNjZkN2Y5MzdjZjlmYjE1YzdkOGFlZjk3ZDM4ZjU2MmJkOTY3OGIyNGY0YzkwNGI2NWJjYzYwYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d70 \",1:\"§7Strength: §c+10 \",2:\"\",3:\"§7Health: §a+30 HP \",4:\"§7Defense: §a+15 \",5:\"\",6:\"§7Obtained from killing §cScarf\",7:\"§c§7in §cThe Catacombs §7lots of\",8:\"§7times. Grants §a2x §7stats on\",9:\"§7§cThe Catacombs Floor II§7.\",10:\"\",11:\"§7§8First of his class. His\",12:\"§8teacher said he will do \\\"great\",13:\"§8things\\\".\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 700000 / 700000\",17:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§cGolden Scarf Head\"},ExtraAttributes:{id:\"GOLD_SCARF_HEAD\"}}", "damage": 3, "lore": [ + "§7Gear Score: §d70 ", + "§7Strength: §c+10 ", + "", + "§7Health: §a+30 HP ", + "§7Defense: §a+15 ", + "", "§7Obtained from killing §cScarf", "§c§7in §cThe Catacombs §7lots of", - "§7times.", + "§7times. Grants §a2x §7stats on", + "§7§cThe Catacombs Floor II§7.", "", "§7§8First of his class. His", "§8teacher said he will do \"great", "§8things\".", "", - "§c§lSPECIAL DUNGEON ITEM" + "§7§8This item can be reforged!", + "§aPerfect 700000 / 700000", + "§c§lSPECIAL DUNGEON HELMET" ], "internalname": "GOLD_SCARF_HEAD", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", + "modver": "1.3-REL", "infoType": "WIKI_URL", "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Trophies" + "https://hypixel-skyblock.fandom.com/wiki/Golden_Scarf_Head" ] }
\ No newline at end of file diff --git a/items/GOLD_SPADE.json b/items/GOLD_SPADE.json new file mode 100644 index 00000000..daea791b --- /dev/null +++ b/items/GOLD_SPADE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:golden_shovel", + "displayname": "§fGolden Shovel", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGolden Shovel\"},ExtraAttributes:{id:\"GOLD_SPADE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "GOLD_SPADE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_INGOT:1", + "A2": "", + "A3": "", + "B1": "STICK:1", + "B2": "", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/GOLD_SWORD.json b/items/GOLD_SWORD.json index 82990355..ace0f676 100644 --- a/items/GOLD_SWORD.json +++ b/items/GOLD_SWORD.json @@ -1,15 +1,24 @@ { - "internalname": "GOLD_SWORD", "itemid": "minecraft:golden_sword", "displayname": "§fGolden Sword", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGolden Sword\"},ExtraAttributes:{id:\"GOLD_SWORD\"}}", "damage": 0, - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§f§lCOMMON SWORD\"],Name:\"§fGolden Sword\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"GOLD_SWORD\",uuid:\"80b3c1cc-6cab-4258-af1c-9f351479c962\",timestamp:\"3/25/20 4:25 PM\"}}", - "modver": "1.0.0", "lore": [ - "§7Damage: §c+20", - "", - "§7§8This item can be reforged!", - "§f§lCOMMON SWORD" - ] + "§f§lCOMMON" + ], + "internalname": "GOLD_SWORD", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_INGOT:1", + "A2": "", + "A3": "", + "B1": "GOLD_INGOT:1", + "B2": "", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/GOLD_THORN_HEAD.json b/items/GOLD_THORN_HEAD.json index ba8701da..30fc83d9 100644 --- a/items/GOLD_THORN_HEAD.json +++ b/items/GOLD_THORN_HEAD.json @@ -1,22 +1,34 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§cGolden Thorn Head", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"cd582b3d-d9ee-36f7-9a1e-99c1bf5ca047\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2MzYzMjU1OCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTQwMTY4ZTdmN2JjY2QxOWI1YTFlZGU5YTE5NmI0MWM1N2M5MTk4NWVjNzIzYmNmNDIyMDk2NzUyNTU4MjE1OCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Obtained from killing §cThorn\",1:\"§c§7in §cThe Catacombs §7lots of\",2:\"§7times.\",3:\"\",4:\"§7§8Powerful Necromancer that\",5:\"§8specializes in animals. Calls\",6:\"§8himself a vegetarian, go figure.\",7:\"\",8:\"§c§lSPECIAL DUNGEON ITEM\"],Name:\"§f§f§cGolden Thorn Head\"},ExtraAttributes:{id:\"GOLD_THORN_HEAD\"},AttributeModifiers:[]}", + "displayname": "§cGolden Thorn Head", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cd582b3d-d9ee-36f7-9a1e-99c1bf5ca047\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2MzYzMjU1OCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTQwMTY4ZTdmN2JjY2QxOWI1YTFlZGU5YTE5NmI0MWM1N2M5MTk4NWVjNzIzYmNmNDIyMDk2NzUyNTU4MjE1OCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d115 \",1:\"§7Strength: §c+15 \",2:\"\",3:\"§7Health: §a+50 HP \",4:\"§7Defense: §a+25 \",5:\"\",6:\"§7Obtained from killing §cThorn\",7:\"§c§7in §cThe Catacombs §7lots of\",8:\"§7times. Grants §a2x §7stats on\",9:\"§7§cThe Catacombs Floor IV§7.\",10:\"\",11:\"§7§8Powerful Necromancer that\",12:\"§8specializes in animals. Calls\",13:\"§8himself a vegetarian, go figure.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 700000 / 700000\",17:\"§c§lSPECIAL DUNGEON HELMET\"],Name:\"§cGolden Thorn Head\"},ExtraAttributes:{id:\"GOLD_THORN_HEAD\"}}", "damage": 3, "lore": [ + "§7Gear Score: §d115 ", + "§7Strength: §c+15 ", + "", + "§7Health: §a+50 HP ", + "§7Defense: §a+25 ", + "", "§7Obtained from killing §cThorn", "§c§7in §cThe Catacombs §7lots of", - "§7times.", + "§7times. Grants §a2x §7stats on", + "§7§cThe Catacombs Floor IV§7.", "", "§7§8Powerful Necromancer that", "§8specializes in animals. Calls", "§8himself a vegetarian, go figure.", "", - "§c§lSPECIAL DUNGEON ITEM" + "§7§8This item can be reforged!", + "§aPerfect 700000 / 700000", + "§c§lSPECIAL DUNGEON HELMET" ], "internalname": "GOLD_THORN_HEAD", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Golden_Thorn_Head" + ] }
\ No newline at end of file diff --git a/items/GOLEM_POPPY.json b/items/GOLEM_POPPY.json new file mode 100644 index 00000000..767ed5c7 --- /dev/null +++ b/items/GOLEM_POPPY.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:red_flower", + "displayname": "§9Ancient Rose", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8§oAncient plant imbued with\",1:\"§8§othe unyielding power of truth.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§9§lRARE DUNGEON ITEM\"],Name:\"§9Ancient Rose\"},ExtraAttributes:{id:\"GOLEM_POPPY\"}}", + "damage": 0, + "lore": [ + "§7§8§oAncient plant imbued with", + "§8§othe unyielding power of truth.", + "", + "§eRight-click to view recipes!", + "", + "§9§lRARE DUNGEON ITEM" + ], + "internalname": "GOLEM_POPPY", + "clickcommand": "", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/GRASS.json b/items/GRASS.json new file mode 100644 index 00000000..e3283a8d --- /dev/null +++ b/items/GRASS.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:grass", + "displayname": "§fGrass Block", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGrass Block\"},ExtraAttributes:{id:\"GRASS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "GRASS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/GRAVEL.json b/items/GRAVEL.json index 6d697661..d71e6919 100644 --- a/items/GRAVEL.json +++ b/items/GRAVEL.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "GRAVEL", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Gravel" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/GREEN_RECORD.json b/items/GREEN_RECORD.json index d3567efd..ca848afa 100644 --- a/items/GREEN_RECORD.json +++ b/items/GREEN_RECORD.json @@ -1,12 +1,13 @@ { - "internalname": "GREEN_RECORD", - "itemid": 2257, - "displayname": "§aMusic Disc - Cat", - "clickcommand": "", + "itemid": "minecraft:record_cat", + "displayname": "§fMusic Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMusic Disc\"},ExtraAttributes:{id:\"GREEN_RECORD\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aMusic Disc - Cat\"},ExtraAttributes:{id:\"GREEN_RECORD\"}}", - "modver": "1.0.0", "lore": [ - "§a§lUNCOMMON" - ] + "§f§lCOMMON" + ], + "internalname": "GREEN_RECORD", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/GRILLED_PORK.json b/items/GRILLED_PORK.json index c4f1ca44..2105dd52 100644 --- a/items/GRILLED_PORK.json +++ b/items/GRILLED_PORK.json @@ -1,12 +1,13 @@ { - "internalname": "GRILLED_PORK", "itemid": "minecraft:cooked_porkchop", "displayname": "§fCooked Porkchop", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCooked Porkchop\"},ExtraAttributes:{id:\"GRILLED_PORK\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "GRILLED_PORK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/GROWTH;5.json b/items/GROWTH;5.json new file mode 100644 index 00000000..3ece6174 --- /dev/null +++ b/items/GROWTH;5.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7Grants §a+75 §c❤ Health§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "GROWTH;5", + "parent": "GROWTH;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GROWTH;6.json b/items/GROWTH;6.json new file mode 100644 index 00000000..e8ed10d0 --- /dev/null +++ b/items/GROWTH;6.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Grants §a+75 §c❤ Health§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aBought from the Dark Auction.", + "", + "§9§lRARE" + ], + "internalname": "GROWTH;6", + "parent": "GROWTH;4", + "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/HARD_CLAY.json b/items/HARD_CLAY.json new file mode 100644 index 00000000..98039a58 --- /dev/null +++ b/items/HARD_CLAY.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:hardened_clay", + "displayname": "§fHardened Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fHardened Clay\"},ExtraAttributes:{id:\"HARD_CLAY\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "HARD_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/HARVESTING;5.json b/items/HARVESTING;5.json index 8dea29fe..036805de 100644 --- a/items/HARVESTING;5.json +++ b/items/HARVESTING;5.json @@ -26,5 +26,6 @@ }, "internalname": "HARVESTING;5", "clickcommand": "viewrecipe", - "modver": "1.0.0" + "modver": "1.0.0", + "crafttext": "Requires: Wheat II" }
\ No newline at end of file diff --git a/items/HAY_BLOCK.json b/items/HAY_BLOCK.json index b75c10d3..47592000 100644 --- a/items/HAY_BLOCK.json +++ b/items/HAY_BLOCK.json @@ -1,12 +1,24 @@ { "itemid": "minecraft:hay_block", "displayname": "§fHay Bale", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fHay Bale\"},ExtraAttributes:{id:\"HAY_BLOCK\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fHay Bale\"},ExtraAttributes:{id:\"HAY_BLOCK\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "HAY_BLOCK", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WHEAT:1", + "A2": "WHEAT:1", + "A3": "WHEAT:1", + "B1": "WHEAT:1", + "B2": "WHEAT:1", + "B3": "WHEAT:1", + "C1": "WHEAT:1", + "C2": "WHEAT:1", + "C3": "WHEAT:1" + } }
\ No newline at end of file diff --git a/items/HEALING_TISSUE.json b/items/HEALING_TISSUE.json new file mode 100644 index 00000000..3c1a1ba3 --- /dev/null +++ b/items/HEALING_TISSUE.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:rotten_flesh", + "displayname": "§9Healing Tissue", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE DUNGEON ITEM\"],Name:\"§9Healing Tissue\"},ExtraAttributes:{id:\"HEALING_TISSUE\"}}", + "damage": 0, + "lore": [ + "§eRight-click to view recipes!", + "", + "§9§lRARE DUNGEON ITEM" + ], + "internalname": "HEALING_TISSUE", + "clickcommand": "", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/HEAVY_BOOTS.json b/items/HEAVY_BOOTS.json index 0b54af99..6c4111be 100644 --- a/items/HEAVY_BOOTS.json +++ b/items/HEAVY_BOOTS.json @@ -1,28 +1,26 @@ { - "internalname": "HEAVY_BOOTS", - "itemid": 301, - "displayname": "§9Smart Heavy Boots", - "clickcommand": "", + "itemid": "minecraft:leather_boots", + "displayname": "§9Heavy Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d124\",1:\"§7Defense: §a+57\",2:\"§7Speed: §a-5\",3:\"\",4:\"§6Full Set Bonus: Vindicate\",5:\"§7Grants §f+1 walk speed §7for\",6:\"§7every §a50 §7defense that you\",7:\"§7have.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 2\",12:\"§9§lRARE DUNGEON BOOTS\"],color:16777215,Name:\"§9Heavy Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"HEAVY_BOOTS\"}}", "damage": 0, - "nbttag": "{ench:[0:{lvl:3,id:8}],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d328 §8(376)\",1:\"§7Health: §a+84 HP §8(Smart +9 HP) §8(+97.44 HP)\",2:\"§7Defense: §a+93 §8(Smart +9) §8(+107.88)\",3:\"§7Speed: §a-5\",4:\"§7Intelligence: §a+60 §8(Smart +60) §8(+69.6)\",5:\"\",6:\"§9Depth Strider III, §9Feather Falling V\",7:\"§9Growth V, §9Protection V\",8:\"§9Thorns III\",9:\"\",10:\"§6Full Set Bonus: Vindicate\",11:\"§7Grants §f+1 walk speed §7for\",12:\"§7every §a50 §7defense that you\",13:\"§7have.\",14:\"\",15:\"§aPerfect 35000 / 35000\",16:\"§9§lRARE DUNGEON BOOTS\"],color:16777215,Name:\"§9Smart Heavy Boots\"},ExtraAttributes:{color:\"255:255:255\",baseStatBoostPercentage:11,modifier:\"smart\",id:\"HEAVY_BOOTS\",enchantments:{depth_strider:3,thorns:3,feather_falling:5,protection:5,growth:5},item_tier:2}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d328 §8(376)", - "§7Health: §a+84 HP §8(Smart +9 HP) §8(+97.44 HP)", - "§7Defense: §a+93 §8(Smart +9) §8(+107.88)", + "§7Gear Score: §d124", + "§7Defense: §a+57", "§7Speed: §a-5", - "§7Intelligence: §a+60 §8(Smart +60) §8(+69.6)", - "", - "§9Depth Strider III, §9Feather Falling V", - "§9Growth V, §9Protection V", - "§9Thorns III", "", "§6Full Set Bonus: Vindicate", "§7Grants §f+1 walk speed §7for", "§7every §a50 §7defense that you", "§7have.", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 2", "§9§lRARE DUNGEON BOOTS" - ] + ], + "internalname": "HEAVY_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/HEAVY_CHESTPLATE.json b/items/HEAVY_CHESTPLATE.json index 8c175069..7443827d 100644 --- a/items/HEAVY_CHESTPLATE.json +++ b/items/HEAVY_CHESTPLATE.json @@ -1,27 +1,26 @@ { - "internalname": "HEAVY_CHESTPLATE", - "itemid": 299, - "displayname": "§9Wise Heavy Chestplate", - "clickcommand": "", + "itemid": "minecraft:leather_chestplate", + "displayname": "§9Heavy Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d234\",1:\"§7Defense: §a+112\",2:\"§7Speed: §a-5\",3:\"\",4:\"§6Full Set Bonus: Vindicate\",5:\"§7Grants §f+1 walk speed §7for\",6:\"§7every §a50 §7defense that you\",7:\"§7have.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 2\",12:\"§9§lRARE DUNGEON CHESTPLATE\"],color:8553090,Name:\"§9Heavy Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"HEAVY_CHESTPLATE\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d467 §8(521)\",1:\"§7Health: §a+85 HP §8(Wise +10 HP) §8(+95.2 HP)\",2:\"§7Defense: §a+164 §8(+183.68)\",3:\"§7Speed: §a-4 §8(Wise +1)\",4:\"§7Intelligence: §a+75 §8(Wise +75) §8(+84)\",5:\"\",6:\"§9Growth V, §9Protection V\",7:\"§9Thorns III\",8:\"\",9:\"§6Full Set Bonus: Vindicate\",10:\"§7Grants §f+1 walk speed §7for\",11:\"§7every §a50 §7defense that you\",12:\"§7have.\",13:\"\",14:\"§aPerfect 35000 / 35000\",15:\"§9§lRARE DUNGEON CHESTPLATE\"],color:8553090,Name:\"§9Wise Heavy Chestplate\"},ExtraAttributes:{color:\"130:130:130\",baseStatBoostPercentage:33,modifier:\"wise\",id:\"HEAVY_CHESTPLATE\",enchantments:{thorns:3,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d467 §8(521)", - "§7Health: §a+85 HP §8(Wise +10 HP) §8(+95.2 HP)", - "§7Defense: §a+164 §8(+183.68)", - "§7Speed: §a-4 §8(Wise +1)", - "§7Intelligence: §a+75 §8(Wise +75) §8(+84)", - "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Gear Score: §d234", + "§7Defense: §a+112", + "§7Speed: §a-5", "", "§6Full Set Bonus: Vindicate", "§7Grants §f+1 walk speed §7for", "§7every §a50 §7defense that you", "§7have.", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 2", "§9§lRARE DUNGEON CHESTPLATE" - ] + ], + "internalname": "HEAVY_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/HEAVY_HELMET.json b/items/HEAVY_HELMET.json index 798534c2..6c1c426a 100644 --- a/items/HEAVY_HELMET.json +++ b/items/HEAVY_HELMET.json @@ -1,32 +1,26 @@ { - "internalname": "HEAVY_HELMET", "itemid": "minecraft:leather_helmet", "displayname": "§9Heavy Helmet", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d134\",1:\"§7Defense: §a+62\",2:\"§7Speed: §a-5\",3:\"\",4:\"§6Full Set Bonus: Vindicate\",5:\"§7Grants §f+1 walk speed §7for\",6:\"§7every §a50 §7defense that you\",7:\"§7have.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 2\",12:\"§9§lRARE DUNGEON HELMET\"],color:16777215,Name:\"§9Heavy Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"HEAVY_HELMET\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d283 §8(335)\",1:\"§7Crit Chance: §c+2% §8(Light +2%)\",2:\"§7Crit Damage: §c+3% §8(Light +3%) §8(+3.6%)\",3:\"§7Bonus Attack Speed: §c+3% §8(Light +3%)\",4:\"\",5:\"§7Health: §a+85 HP §8(Light +10 HP) §8(+102 HP)\",6:\"§7Defense: §a+85 §8(Light +3) §8(+102)\",7:\"§7Speed: §a-2 §8(Light +3)\",8:\"\",9:\"§9Growth V, §9Protection V\",10:\"§9Thorns III\",11:\"\",12:\"§6Full Set Bonus: Vindicate\",13:\"§7Grants §f+1 walk speed §7for\",14:\"§7every §a50 §7defense that you\",15:\"§7have.\",16:\"\",17:\"§aPerfect 35000 / 35000\",18:\"§9§lRARE DUNGEON HELMET\"],color:16777215,Name:\"§9Heavy Helmet\"},ExtraAttributes:{color:\"255:255:255\",baseStatBoostPercentage:7,modifier:\"light\",id:\"HEAVY_HELMET\",enchantments:{thorns:3,protection:5,growth:5},item_tier:0}}", - "modver": "1.3-REL", "lore": [ - "§7Gear Score: §d283 §8(335)", - "§7Crit Chance: §c+2% §8(Light +2%)", - "§7Crit Damage: §c+3% §8(Light +3%) §8(+3.6%)", - "§7Bonus Attack Speed: §c+3% §8(Light +3%)", - "", - "§7Health: §a+85 HP §8(Light +10 HP) §8(+102 HP)", - "§7Defense: §a+85 §8(Light +3) §8(+102)", - "§7Speed: §a-2 §8(Light +3)", - "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Gear Score: §d134", + "§7Defense: §a+62", + "§7Speed: §a-5", "", "§6Full Set Bonus: Vindicate", "§7Grants §f+1 walk speed §7for", "§7every §a50 §7defense that you", "§7have.", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 2", "§9§lRARE DUNGEON HELMET" ], + "internalname": "HEAVY_HELMET", "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", "infoType": "" }
\ No newline at end of file diff --git a/items/HEAVY_LEGGINGS.json b/items/HEAVY_LEGGINGS.json index b2daf0f1..e47573ed 100644 --- a/items/HEAVY_LEGGINGS.json +++ b/items/HEAVY_LEGGINGS.json @@ -1,26 +1,26 @@ { - "internalname": "HEAVY_LEGGINGS", - "itemid": 300, - "displayname": "§9Titanic Heavy Leggings", - "clickcommand": "", + "itemid": "minecraft:leather_leggings", + "displayname": "§9Heavy Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d194\",1:\"§7Defense: §a+92\",2:\"§7Speed: §a-5\",3:\"\",4:\"§6Full Set Bonus: Vindicate\",5:\"§7Grants §f+1 walk speed §7for\",6:\"§7every §a50 §7defense that you\",7:\"§7have.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 2\",12:\"§9§lRARE DUNGEON LEGGINGS\"],color:8553090,Name:\"§9Heavy Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"HEAVY_LEGGINGS\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d457 §8(510)\",1:\"§7Health: §a+95 HP §8(Titanic +20 HP) §8(+106.4 HP)\",2:\"§7Defense: §a+173 §8(Titanic +20) §8(+193.76)\",3:\"§7Speed: §a-5\",4:\"\",5:\"§9Growth V, §9Protection V\",6:\"§9Thorns III\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§aPerfect 35000 / 35000\",14:\"§9§lRARE DUNGEON LEGGINGS\"],color:8553090,Name:\"§9Titanic Heavy Leggings\"},ExtraAttributes:{color:\"130:130:130\",baseStatBoostPercentage:37,modifier:\"titanic\",id:\"HEAVY_LEGGINGS\",enchantments:{thorns:3,protection:5,growth:5},item_tier:2}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d457 §8(510)", - "§7Health: §a+95 HP §8(Titanic +20 HP) §8(+106.4 HP)", - "§7Defense: §a+173 §8(Titanic +20) §8(+193.76)", + "§7Gear Score: §d194", + "§7Defense: §a+92", "§7Speed: §a-5", "", - "§9Growth V, §9Protection V", - "§9Thorns III", - "", "§6Full Set Bonus: Vindicate", "§7Grants §f+1 walk speed §7for", "§7every §a50 §7defense that you", "§7have.", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 2", "§9§lRARE DUNGEON LEGGINGS" - ] + ], + "internalname": "HEAVY_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-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/HOLY_BABY.json b/items/HOLY_BABY.json new file mode 100644 index 00000000..62962e40 --- /dev/null +++ b/items/HOLY_BABY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Baby Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"4b09796a-7cb1-38c2-bfe1-204b39f69877\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTI2Njk0NmY4NGIyNzc5NmExYzdiMWI2MDY4ZWZiNzc0ODFiOGFkOGJhNGZjMWVlZjM1Y2M5NzVlMDZhZmI0MiJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Holy Dragon Helmet\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"HOLY_BABY\",uuid:\"eac17350-92e0-4bda-a8f8-9b41fa004705\",timestamp:\"10/27/20 5:33 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§6Holy Dragon Helmet", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "HOLY_BABY", + "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/HOPPER.json b/items/HOPPER.json new file mode 100644 index 00000000..fd7b2762 --- /dev/null +++ b/items/HOPPER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:hopper", + "displayname": "§fHopper", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fHopper\"},ExtraAttributes:{id:\"HOPPER\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "HOPPER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "", + "A3": "IRON_INGOT:1", + "B1": "IRON_INGOT:1", + "B2": "CHEST:1", + "B3": "IRON_INGOT:1", + "C1": "", + "C2": "IRON_INGOT:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/HOPPER_MINECART.json b/items/HOPPER_MINECART.json new file mode 100644 index 00000000..9b72e0ad --- /dev/null +++ b/items/HOPPER_MINECART.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:hopper_minecart", + "displayname": "§fMinecart with Hopper", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMinecart with Hopper\"},ExtraAttributes:{id:\"HOPPER_MINECART\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "HOPPER_MINECART", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HOPPER:1", + "A2": "", + "A3": "", + "B1": "MINECART:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/HYPER_CATALYST.json b/items/HYPER_CATALYST.json index d5a35f16..cc9ad261 100644 --- a/items/HYPER_CATALYST.json +++ b/items/HYPER_CATALYST.json @@ -10,9 +10,18 @@ "", "§5§lEPIC" ], + "recipe": { + "A1": "CATALYST:1", + "A2": "CATALYST:1", + "A3": "CATALYST:1", + "B1": "CATALYST:1", + "B2": "HYPER_CATALYST_UPGRADE:1", + "B3": "CATALYST:1", + "C1": "CATALYST:1", + "C2": "CATALYST:1", + "C3": "CATALYST:1" + }, "internalname": "HYPER_CATALYST", - "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.3-REL" }
\ No newline at end of file diff --git a/items/HYPER_CLEAVER.json b/items/HYPER_CLEAVER.json index 29133ce5..cf44c240 100644 --- a/items/HYPER_CLEAVER.json +++ b/items/HYPER_CLEAVER.json @@ -1,12 +1,12 @@ { "itemid": "minecraft:golden_sword", "displayname": "§5Hyper Cleaver", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d215 §8(314)\",1:\"§7Damage: §c+145 §8(+218.95)\",2:\"§7Strength: §c+50 §8(+75.5)\",3:\"\",4:\"§6Item Ability: Cleave\",5:\"§7When hitting an entity, monsters\",6:\"§7in a §a4§7 block range will be\",7:\"§7hit for a portion of that damage\",8:\"§7too.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§aPerfect 52500 / 52500\",12:\"§7§4❣ §cRequires §aCatacombs Level 16\",13:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Hyper Cleaver\"},ExtraAttributes:{dungeon_item_level:0,id:\"HYPER_CLEAVER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d215 \",1:\"§7Damage: §c+145 \",2:\"§7Strength: §c+50 \",3:\"\",4:\"§6Item Ability: Cleave\",5:\"§7When hitting an entity, monsters\",6:\"§7in a §a4§7 block range will be\",7:\"§7hit for a portion of that damage\",8:\"§7too.\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§aPerfect 52500 / 52500\",12:\"§7§4❣ §cRequires §aCatacombs Level 16\",13:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Hyper Cleaver\"},ExtraAttributes:{dungeon_item_level:0,id:\"HYPER_CLEAVER\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d215 §8(314)", - "§7Damage: §c+145 §8(+218.95)", - "§7Strength: §c+50 §8(+75.5)", + "§7Gear Score: §d215 ", + "§7Damage: §c+145 ", + "§7Strength: §c+50 ", "", "§6Item Ability: Cleave", "§7When hitting an entity, monsters", @@ -22,6 +22,9 @@ "internalname": "HYPER_CLEAVER", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Hyper_Cleaver" + ] }
\ No newline at end of file diff --git a/items/ICE.json b/items/ICE.json index 29d87bba..cf77d548 100644 --- a/items/ICE.json +++ b/items/ICE.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "ICE", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Ice" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/INFINITE_QUIVER;10.json b/items/INFINITE_QUIVER;10.json new file mode 100644 index 00000000..2ba257da --- /dev/null +++ b/items/INFINITE_QUIVER;10.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§4Enchanted Book", + "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", + "§7Saves arrows §a100%§7 of the", + "§7time when you fire your bow.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§4§lSUPREME" + ], + "internalname": "INFINITE_QUIVER;10", + "parent": "INFINITE_QUIVER;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/INFINITE_QUIVER;6.json b/items/INFINITE_QUIVER;6.json new file mode 100644 index 00000000..f38c6539 --- /dev/null +++ b/items/INFINITE_QUIVER;6.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Saves arrows §a60%§7 of the time", + "§7when you fire your bow.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§9§lRARE" + ], + "internalname": "INFINITE_QUIVER;6", + "parent": "INFINITE_QUIVER;4", + "modver": "1.4-REL", + "crafttext": "", + "clickcommand": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/INK_SACK-1.json b/items/INK_SACK-1.json new file mode 100644 index 00000000..0282d5cf --- /dev/null +++ b/items/INK_SACK-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§fRose Red", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRose Red\"},ExtraAttributes:{id:\"INK_SACK-1\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "parent": "INK_SACK", + "internalname": "INK_SACK-1", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "RED_ROSE:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/INK_SACK-10.json b/items/INK_SACK-10.json new file mode 100644 index 00000000..f80d5e6d --- /dev/null +++ b/items/INK_SACK-10.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§fLime Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLime Dye\"},ExtraAttributes:{id:\"INK_SACK-10\"}}", + "damage": 10, + "lore": [ + "§f§lCOMMON" + ], + "parent": "INK_SACK", + "internalname": "INK_SACK-10", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-2:1", + "A2": "INK_SACK-15:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/INK_SACK-11.json b/items/INK_SACK-11.json new file mode 100644 index 00000000..2e5e6f95 --- /dev/null +++ b/items/INK_SACK-11.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§fDandelion Yellow", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDandelion Yellow\"},ExtraAttributes:{id:\"INK_SACK-11\"}}", + "damage": 11, + "lore": [ + "§f§lCOMMON" + ], + "parent": "INK_SACK", + "internalname": "INK_SACK-11", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "YELLOW_FLOWER:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/INK_SACK-12.json b/items/INK_SACK-12.json new file mode 100644 index 00000000..9f12d310 --- /dev/null +++ b/items/INK_SACK-12.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§fLight Blue Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Blue Dye\"},ExtraAttributes:{id:\"INK_SACK-12\"}}", + "damage": 12, + "lore": [ + "§f§lCOMMON" + ], + "parent": "INK_SACK", + "internalname": "INK_SACK-12", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-4:1", + "A2": "INK_SACK-15:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/INK_SACK-13.json b/items/INK_SACK-13.json new file mode 100644 index 00000000..c1556287 --- /dev/null +++ b/items/INK_SACK-13.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§fMagenta Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMagenta Dye\"},ExtraAttributes:{id:\"INK_SACK\"}}", + "damage": 13, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "INK_SACK-13", + "parent": "INK_SACK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "INK_SACK-4:1", + "A2": "INK_SACK-1:1", + "A3": "INK_SACK-1:1", + "B1": "INK_SACK-15:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/INK_SACK-14.json b/items/INK_SACK-14.json new file mode 100644 index 00000000..7bf74f6b --- /dev/null +++ b/items/INK_SACK-14.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§fOrange Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOrange Dye\"},ExtraAttributes:{id:\"INK_SACK-14\"}}", + "damage": 14, + "lore": [ + "§f§lCOMMON" + ], + "parent": "INK_SACK", + "internalname": "INK_SACK-14", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-1:1", + "A2": "INK_SACK-11:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/INK_SACK-15.json b/items/INK_SACK-15.json new file mode 100644 index 00000000..14670ec7 --- /dev/null +++ b/items/INK_SACK-15.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§fBone Meal", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBone Meal\"},ExtraAttributes:{id:\"INK_SACK-15\"}}", + "damage": 15, + "lore": [ + "§f§lCOMMON" + ], + "parent": "INK_SACK", + "internalname": "INK_SACK-15", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "BONE:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/INK_SACK-2.json b/items/INK_SACK-2.json index 96491046..1bdfff9f 100644 --- a/items/INK_SACK-2.json +++ b/items/INK_SACK-2.json @@ -1,12 +1,14 @@ { "itemid": "minecraft:dye", "displayname": "§fCactus Green", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCactus Green\"},ExtraAttributes:{id:\"INK_SACK:2\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCactus Green\"},ExtraAttributes:{id:\"INK_SACK-2\"}}", "damage": 2, "lore": [ "§f§lCOMMON" ], + "parent": "INK_SACK", "internalname": "INK_SACK-2", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/INK_SACK-3.json b/items/INK_SACK-3.json index 11b83d3c..6f51ae02 100644 --- a/items/INK_SACK-3.json +++ b/items/INK_SACK-3.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:dye", "displayname": "§fCocoa Beans", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fCocoa Beans\"},ExtraAttributes:{id:\"INK_SACK:3\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCocoa Beans\"},ExtraAttributes:{id:\"INK_SACK-3\"}}", "damage": 3, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], + "parent": "INK_SACK", "internalname": "INK_SACK-3", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/INK_SACK-4.json b/items/INK_SACK-4.json index 2272f15d..57c27a16 100644 --- a/items/INK_SACK-4.json +++ b/items/INK_SACK-4.json @@ -1,13 +1,25 @@ { "itemid": "minecraft:dye", "displayname": "§fLapis Lazuli", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\",2:\"\",3:\"§eClick to view recipe!\"],Name:\"§fLapis Lazuli\"},ExtraAttributes:{id:\"INK_SACK:4\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLapis Lazuli\"},ExtraAttributes:{id:\"INK_SACK\"}}", "damage": 4, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "INK_SACK-4", - "clickcommand": "", - "modver": "1.0.0" + "parent": "INK_SACK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "LAPIS_BLOCK:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/INK_SACK-5.json b/items/INK_SACK-5.json new file mode 100644 index 00000000..6ed9b0c7 --- /dev/null +++ b/items/INK_SACK-5.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§fPurple Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPurple Dye\"},ExtraAttributes:{id:\"INK_SACK-5\"}}", + "damage": 5, + "lore": [ + "§f§lCOMMON" + ], + "parent": "INK_SACK", + "internalname": "INK_SACK-5", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-4:1", + "A2": "INK_SACK-1:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/INK_SACK-6.json b/items/INK_SACK-6.json new file mode 100644 index 00000000..9aa015c9 --- /dev/null +++ b/items/INK_SACK-6.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§fCyan Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCyan Dye\"},ExtraAttributes:{id:\"INK_SACK-6\"}}", + "damage": 6, + "lore": [ + "§f§lCOMMON" + ], + "parent": "INK_SACK", + "internalname": "INK_SACK-6", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-4:1", + "A2": "INK_SACK-2:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/INK_SACK-7.json b/items/INK_SACK-7.json new file mode 100644 index 00000000..3c8a700e --- /dev/null +++ b/items/INK_SACK-7.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§fLight Gray Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Gray Dye\"},ExtraAttributes:{id:\"INK_SACK-7\"}}", + "damage": 7, + "lore": [ + "§f§lCOMMON" + ], + "parent": "INK_SACK", + "internalname": "INK_SACK-7", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK:1", + "A2": "INK_SACK-15:1", + "A3": "INK_SACK-15:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/INK_SACK-8.json b/items/INK_SACK-8.json new file mode 100644 index 00000000..975dced4 --- /dev/null +++ b/items/INK_SACK-8.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§fGray Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGray Dye\"},ExtraAttributes:{id:\"INK_SACK-8\"}}", + "damage": 8, + "lore": [ + "§f§lCOMMON" + ], + "parent": "INK_SACK", + "internalname": "INK_SACK-8", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK:1", + "A2": "INK_SACK-15:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/INK_SACK-9.json b/items/INK_SACK-9.json new file mode 100644 index 00000000..47093a0f --- /dev/null +++ b/items/INK_SACK-9.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§fPink Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPink Dye\"},ExtraAttributes:{id:\"INK_SACK-9\"}}", + "damage": 9, + "lore": [ + "§f§lCOMMON" + ], + "parent": "INK_SACK", + "internalname": "INK_SACK-9", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-1:1", + "A2": "INK_SACK-15:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/INK_SACK.json b/items/INK_SACK.json index 4cbae175..6e210ca1 100644 --- a/items/INK_SACK.json +++ b/items/INK_SACK.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:dye", - "displayname": "§fInk Sack", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fInk Sack\"},ExtraAttributes:{id:\"INK_SACK\"}}", + "displayname": "§fInk Sac", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fInk Sac\"},ExtraAttributes:{id:\"INK_SACK\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "INK_SACK", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Ink_Sack" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/IRON_AXE.json b/items/IRON_AXE.json new file mode 100644 index 00000000..4963c23f --- /dev/null +++ b/items/IRON_AXE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:iron_axe", + "displayname": "§fIron Axe", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Axe\"},ExtraAttributes:{id:\"IRON_AXE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "IRON_AXE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "IRON_INGOT:1", + "A3": "", + "B1": "IRON_INGOT:1", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/IRON_BARDING.json b/items/IRON_BARDING.json index 5374fbfb..04d6397f 100644 --- a/items/IRON_BARDING.json +++ b/items/IRON_BARDING.json @@ -1,16 +1,13 @@ { "itemid": "minecraft:iron_horse_armor", - "displayname": "§9Iron Horse Armor", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§9§lRARE\"],Name:\"§9Iron Horse Armor\"},ExtraAttributes:{id:\"IRON_BARDING\"}}", + "displayname": "§fIron Horse Armor", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Horse Armor\"},ExtraAttributes:{id:\"IRON_BARDING\"}}", "damage": 0, "lore": [ - "§9§lRARE" + "§f§lCOMMON" ], "internalname": "IRON_BARDING", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Horse_Armor" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/IRON_BLOCK.json b/items/IRON_BLOCK.json index dab33cb3..d65dc1f5 100644 --- a/items/IRON_BLOCK.json +++ b/items/IRON_BLOCK.json @@ -7,6 +7,18 @@ "§f§lCOMMON" ], "internalname": "IRON_BLOCK", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "IRON_INGOT:1", + "A3": "IRON_INGOT:1", + "B1": "IRON_INGOT:1", + "B2": "IRON_INGOT:1", + "B3": "IRON_INGOT:1", + "C1": "IRON_INGOT:1", + "C2": "IRON_INGOT:1", + "C3": "IRON_INGOT:1" + } }
\ No newline at end of file diff --git a/items/IRON_BOOTS.json b/items/IRON_BOOTS.json new file mode 100644 index 00000000..c865bc7b --- /dev/null +++ b/items/IRON_BOOTS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:iron_boots", + "displayname": "§fIron Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Boots\"},ExtraAttributes:{id:\"IRON_BOOTS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "IRON_BOOTS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "", + "A3": "IRON_INGOT:1", + "B1": "IRON_INGOT:1", + "B2": "", + "B3": "IRON_INGOT:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/IRON_CHESTPLATE.json b/items/IRON_CHESTPLATE.json new file mode 100644 index 00000000..3c7d6255 --- /dev/null +++ b/items/IRON_CHESTPLATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:iron_chestplate", + "displayname": "§fIron Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Chestplate\"},ExtraAttributes:{id:\"IRON_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "IRON_CHESTPLATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "", + "A3": "IRON_INGOT:1", + "B1": "IRON_INGOT:1", + "B2": "IRON_INGOT:1", + "B3": "IRON_INGOT:1", + "C1": "IRON_INGOT:1", + "C2": "IRON_INGOT:1", + "C3": "IRON_INGOT:1" + } +}
\ No newline at end of file diff --git a/items/IRON_DOOR.json b/items/IRON_DOOR.json new file mode 100644 index 00000000..91d260c1 --- /dev/null +++ b/items/IRON_DOOR.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:iron_door", + "displayname": "§fIron Door", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Door\"},ExtraAttributes:{id:\"IRON_DOOR\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "IRON_DOOR", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "IRON_INGOT:1", + "A3": "", + "B1": "IRON_INGOT:1", + "B2": "IRON_INGOT:1", + "B3": "", + "C1": "IRON_INGOT:1", + "C2": "IRON_INGOT:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/IRON_FENCE.json b/items/IRON_FENCE.json new file mode 100644 index 00000000..cc631387 --- /dev/null +++ b/items/IRON_FENCE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:iron_bars", + "displayname": "§fIron Bars", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Bars\"},ExtraAttributes:{id:\"IRON_FENCE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "IRON_FENCE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "IRON_INGOT:1", + "A3": "IRON_INGOT:1", + "B1": "IRON_INGOT:1", + "B2": "IRON_INGOT:1", + "B3": "IRON_INGOT:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/IRON_HELMET.json b/items/IRON_HELMET.json index bbf1311e..e47ec51d 100644 --- a/items/IRON_HELMET.json +++ b/items/IRON_HELMET.json @@ -1,15 +1,24 @@ { - "internalname": "IRON_HELMET", "itemid": "minecraft:iron_helmet", "displayname": "§fIron Helmet", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Helmet\"},ExtraAttributes:{id:\"IRON_HELMET\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+10\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§f§lCOMMON HELMET\"],Name:\"§fIron Helmet\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"IRON_HELMET\",uuid:\"51befea9-f7a8-41ee-a628-2037bb1fdbbd\",timestamp:\"7/8/20 1:07 PM\"}}", - "modver": "1.0.0", "lore": [ - "§7Defense: §a+10", - "", - "§7§8This item can be reforged!", - "§f§lCOMMON HELMET" - ] + "§f§lCOMMON" + ], + "internalname": "IRON_HELMET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "IRON_INGOT:1", + "A3": "IRON_INGOT:1", + "B1": "IRON_INGOT:1", + "B2": "", + "B3": "IRON_INGOT:1", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/IRON_HOE.json b/items/IRON_HOE.json new file mode 100644 index 00000000..ca51697f --- /dev/null +++ b/items/IRON_HOE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:iron_hoe", + "displayname": "§fIron Hoe", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Hoe\"},ExtraAttributes:{id:\"IRON_HOE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "IRON_HOE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "IRON_INGOT:1", + "A3": "", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/IRON_INGOT.json b/items/IRON_INGOT.json index 0056e0c7..d5ba5b33 100644 --- a/items/IRON_INGOT.json +++ b/items/IRON_INGOT.json @@ -1,16 +1,24 @@ { "itemid": "minecraft:iron_ingot", "displayname": "§fIron Ingot", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fIron Ingot\"},ExtraAttributes:{id:\"IRON_INGOT\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Ingot\"},ExtraAttributes:{id:\"IRON_INGOT\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "IRON_INGOT", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Iron_Ingot" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_BLOCK:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/IRON_LEGGINGS.json b/items/IRON_LEGGINGS.json new file mode 100644 index 00000000..be06358e --- /dev/null +++ b/items/IRON_LEGGINGS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:iron_leggings", + "displayname": "§fIron Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Leggings\"},ExtraAttributes:{id:\"IRON_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "IRON_LEGGINGS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "IRON_INGOT:1", + "A3": "IRON_INGOT:1", + "B1": "IRON_INGOT:1", + "B2": "", + "B3": "IRON_INGOT:1", + "C1": "IRON_INGOT:1", + "C2": "", + "C3": "IRON_INGOT:1" + } +}
\ No newline at end of file diff --git a/items/IRON_ORE.json b/items/IRON_ORE.json index 45a5f37e..aa3cb6a3 100644 --- a/items/IRON_ORE.json +++ b/items/IRON_ORE.json @@ -7,6 +7,7 @@ "§f§lCOMMON" ], "internalname": "IRON_ORE", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/IRON_PICKAXE.json b/items/IRON_PICKAXE.json new file mode 100644 index 00000000..4e5baf84 --- /dev/null +++ b/items/IRON_PICKAXE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:iron_pickaxe", + "displayname": "§fIron Pickaxe", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Pickaxe\"},ExtraAttributes:{id:\"IRON_PICKAXE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "IRON_PICKAXE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "IRON_INGOT:1", + "A3": "IRON_INGOT:1", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/IRON_PLATE.json b/items/IRON_PLATE.json new file mode 100644 index 00000000..af94ebef --- /dev/null +++ b/items/IRON_PLATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:heavy_weighted_pressure_plate", + "displayname": "§fWeighted Pressure Plate (Heavy)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWeighted Pressure Plate (Heavy)\"},ExtraAttributes:{id:\"IRON_PLATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "IRON_PLATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "IRON_INGOT:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/IRON_SPADE.json b/items/IRON_SPADE.json new file mode 100644 index 00000000..31656ab4 --- /dev/null +++ b/items/IRON_SPADE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:iron_shovel", + "displayname": "§fIron Shovel", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Shovel\"},ExtraAttributes:{id:\"IRON_SPADE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "IRON_SPADE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "", + "A3": "", + "B1": "STICK:1", + "B2": "", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/IRON_SWORD.json b/items/IRON_SWORD.json index a2bf6c9c..79d33011 100644 --- a/items/IRON_SWORD.json +++ b/items/IRON_SWORD.json @@ -1,15 +1,24 @@ { "itemid": "minecraft:iron_sword", "displayname": "§fIron Sword", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+30\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§f§lCOMMON SWORD\"],Name:\"§fIron Sword\"},ExtraAttributes:{id:\"IRON_SWORD\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Sword\"},ExtraAttributes:{id:\"IRON_SWORD\"}}", "damage": 0, "lore": [ - "§7Damage: §c+30", - "", - "§7§8This item can be reforged!", - "§f§lCOMMON SWORD" + "§f§lCOMMON" ], "internalname": "IRON_SWORD", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "", + "A3": "", + "B1": "IRON_INGOT:1", + "B2": "", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/IRON_TRAPDOOR.json b/items/IRON_TRAPDOOR.json new file mode 100644 index 00000000..c894d9bf --- /dev/null +++ b/items/IRON_TRAPDOOR.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:iron_trapdoor", + "displayname": "§fIron Trapdoor", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fIron Trapdoor\"},ExtraAttributes:{id:\"IRON_TRAPDOOR\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "IRON_TRAPDOOR", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "IRON_INGOT:1", + "A3": "", + "B1": "IRON_INGOT:1", + "B2": "IRON_INGOT:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/ITEM_FRAME.json b/items/ITEM_FRAME.json new file mode 100644 index 00000000..ab4cd1a7 --- /dev/null +++ b/items/ITEM_FRAME.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:item_frame", + "displayname": "§fItem Frame", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fItem Frame\"},ExtraAttributes:{id:\"ITEM_FRAME\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "ITEM_FRAME", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STICK:1", + "A2": "STICK:1", + "A3": "STICK:1", + "B1": "STICK:1", + "B2": "LEATHER:1", + "B3": "STICK:1", + "C1": "STICK:1", + "C2": "STICK:1", + "C3": "STICK:1" + } +}
\ No newline at end of file diff --git a/items/JACK_O_LANTERN.json b/items/JACK_O_LANTERN.json new file mode 100644 index 00000000..d8fd5c05 --- /dev/null +++ b/items/JACK_O_LANTERN.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:lit_pumpkin", + "displayname": "§fJack o\u0027Lantern", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJack o\u0027Lantern\"},ExtraAttributes:{id:\"JACK_O_LANTERN\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "JACK_O_LANTERN", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "PUMPKIN:1", + "A2": "", + "A3": "", + "B1": "TORCH:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/JUKEBOX.json b/items/JUKEBOX.json index f010ef55..43c45141 100644 --- a/items/JUKEBOX.json +++ b/items/JUKEBOX.json @@ -1,12 +1,24 @@ { - "internalname": "JUKEBOX", "itemid": "minecraft:jukebox", "displayname": "§fJukebox", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJukebox\"},ExtraAttributes:{id:\"JUKEBOX\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "JUKEBOX", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "WOOD:1", + "B1": "WOOD:1", + "B2": "DIAMOND:1", + "B3": "WOOD:1", + "C1": "WOOD:1", + "C2": "WOOD:1", + "C3": "WOOD:1" + } }
\ No newline at end of file diff --git a/items/JUMBO_BACKPACK.json b/items/JUMBO_BACKPACK.json index e5950189..95b18ca4 100644 --- a/items/JUMBO_BACKPACK.json +++ b/items/JUMBO_BACKPACK.json @@ -10,9 +10,18 @@ "", "§6§lLEGENDARY" ], + "recipe": { + "A1": "", + "A2": "JUMBO_BACKPACK_UPGRADE:1", + "A3": "", + "B1": "", + "B2": "GREATER_BACKPACK:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, "internalname": "JUMBO_BACKPACK", - "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.3-REL" }
\ No newline at end of file diff --git a/items/JUNGLE_DOOR_ITEM.json b/items/JUNGLE_DOOR_ITEM.json new file mode 100644 index 00000000..78358467 --- /dev/null +++ b/items/JUNGLE_DOOR_ITEM.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:jungle_door", + "displayname": "§fJungle Door", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJungle Door\"},ExtraAttributes:{id:\"JUNGLE_DOOR_ITEM\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "JUNGLE_DOOR_ITEM", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-3:1", + "A2": "WOOD-3:1", + "A3": "", + "B1": "WOOD-3:1", + "B2": "WOOD-3:1", + "B3": "", + "C1": "WOOD-3:1", + "C2": "WOOD-3:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/JUNGLE_FENCE.json b/items/JUNGLE_FENCE.json new file mode 100644 index 00000000..99b9e927 --- /dev/null +++ b/items/JUNGLE_FENCE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:jungle_fence", + "displayname": "§fJungle Fence", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJungle Fence\"},ExtraAttributes:{id:\"JUNGLE_FENCE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "JUNGLE_FENCE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-3:1", + "A2": "STICK:1", + "A3": "WOOD-3:1", + "B1": "WOOD-3:1", + "B2": "STICK:1", + "B3": "WOOD-3:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/JUNGLE_FENCE_GATE.json b/items/JUNGLE_FENCE_GATE.json new file mode 100644 index 00000000..5047b10b --- /dev/null +++ b/items/JUNGLE_FENCE_GATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:jungle_fence_gate", + "displayname": "§fJungle Fence Gate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJungle Fence Gate\"},ExtraAttributes:{id:\"JUNGLE_FENCE_GATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "JUNGLE_FENCE_GATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STICK:1", + "A2": "WOOD-3:1", + "A3": "STICK:1", + "B1": "STICK:1", + "B2": "WOOD-3:1", + "B3": "STICK:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/JUNGLE_WOOD_STAIRS.json b/items/JUNGLE_WOOD_STAIRS.json new file mode 100644 index 00000000..53577265 --- /dev/null +++ b/items/JUNGLE_WOOD_STAIRS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:jungle_stairs", + "displayname": "§fJungle Wood Stairs", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJungle Wood Stairs\"},ExtraAttributes:{id:\"JUNGLE_WOOD_STAIRS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "JUNGLE_WOOD_STAIRS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-3:1", + "A2": "", + "A3": "", + "B1": "WOOD-3:1", + "B2": "WOOD-3:1", + "B3": "", + "C1": "WOOD-3:1", + "C2": "WOOD-3:1", + "C3": "WOOD-3:1" + } +}
\ No newline at end of file diff --git a/items/KILLER_PERSONALITY.json b/items/KILLER_PERSONALITY.json new file mode 100644 index 00000000..bfd08d5c --- /dev/null +++ b/items/KILLER_PERSONALITY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fKiller Minion Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cd5e5d73-e2f2-358f-bd40-5c950e8b40fe\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1Njk5ODQ2NDQzNTAsInByb2ZpbGVJZCI6IjQ0MDNkYzU0NzViYzRiMTVhNTQ4Y2ZkYTZiMGViN2Q5IiwicHJvZmlsZU5hbWUiOiJHR0dhbWVyc1lUIiwic2lnbmF0dXJlUmVxdWlyZWQiOnRydWUsInRleHR1cmVzIjp7IlNLSU4iOnsidXJsIjoiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS84MjBjMzA2Y2ZlNGM3MmY5ZDg3MGNlYzQ3Zjk1YWM0ZjUxMDNmMjBjOTY2ZDkyMDRhNjc2MDIyYjQ2MDI4NmI3In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes\",1:\"§7your minion\u0027s appearance to\",2:\"§7a §eKiller§7.\",3:\"\",4:\"§7§7You can place this item\",5:\"§7in any minion of your\",6:\"§7choice!\",7:\"\",8:\"§f§lCOMMON COSMETIC\"],Name:\"§fKiller Minion Skin\"},ExtraAttributes:{id:\"KILLER_PERSONALITY\"}}", + "damage": 3, + "lore": [ + "§7§7This Minion skin changes", + "§7your minion\u0027s appearance to", + "§7a §eKiller§7.", + "", + "§7§7You can place this item", + "§7in any minion of your", + "§7choice!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "KILLER_PERSONALITY", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Minion_Skin" + ] +}
\ No newline at end of file diff --git a/items/LADDER.json b/items/LADDER.json new file mode 100644 index 00000000..2de27c3d --- /dev/null +++ b/items/LADDER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:ladder", + "displayname": "§fLadder", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLadder\"},ExtraAttributes:{id:\"LADDER\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "LADDER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STICK:1", + "A2": "", + "A3": "STICK:1", + "B1": "STICK:1", + "B2": "STICK:1", + "B3": "STICK:1", + "C1": "STICK:1", + "C2": "", + "C3": "STICK:1" + } +}
\ No newline at end of file diff --git a/items/LAPIS_BLOCK.json b/items/LAPIS_BLOCK.json index 76606277..fdbd1228 100644 --- a/items/LAPIS_BLOCK.json +++ b/items/LAPIS_BLOCK.json @@ -7,6 +7,18 @@ "§f§lCOMMON" ], "internalname": "LAPIS_BLOCK", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "INK_SACK-4:1", + "A2": "INK_SACK-4:1", + "A3": "INK_SACK-4:1", + "B1": "INK_SACK-4:1", + "B2": "INK_SACK-4:1", + "B3": "INK_SACK-4:1", + "C1": "INK_SACK-4:1", + "C2": "INK_SACK-4:1", + "C3": "INK_SACK-4:1" + } }
\ 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/LAPIS_ORE.json b/items/LAPIS_ORE.json new file mode 100644 index 00000000..08f68a51 --- /dev/null +++ b/items/LAPIS_ORE.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:lapis_ore", + "displayname": "§fLapis Lazuli Ore", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLapis Lazuli Ore\"},ExtraAttributes:{id:\"LAPIS_ORE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "LAPIS_ORE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/LARGE_CANDY_SACK.json b/items/LARGE_CANDY_SACK.json new file mode 100644 index 00000000..2ac74f5a --- /dev/null +++ b/items/LARGE_CANDY_SACK.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Candy Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c16cfb77-c2b1-348b-bee6-73cb0b38d7bf\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDA2ODIxMjAzMCwKICAicHJvZmlsZUlkIiA6ICJhMmY4MzQ1OTVjODk0YTI3YWRkMzA0OTcxNmNhOTEwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJiUHVuY2giLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTJlZjM5NDM3ZDdkNDNhMDM0YzVhNDBiOTc0ZThkMmM2NzM0YTIxOGM3NjQ4NWQwNDkxMGY1MDdiZGMyZTgwOSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aGreen Candy§7, §aPurple\",4:\"§aCandy\",5:\"\",6:\"§7Capacity: §e20,160 per item\",7:\"§8Sacks sum their capacity.\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Candy Sack\"},ExtraAttributes:{id:\"LARGE_CANDY_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aGreen Candy§7, §aPurple", + "§aCandy", + "", + "§7Capacity: §e20,160 per item", + "§8Sacks sum their capacity.", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "PUMPKIN_GUTS:4", + "A2": "PUMPKIN_GUTS:4", + "A3": "PUMPKIN_GUTS:4", + "B1": "PUMPKIN_GUTS:4", + "B2": "TRICK_OR_TREAT_BAG:1", + "B3": "PUMPKIN_GUTS:4", + "C1": "PUMPKIN_GUTS:4", + "C2": "PUMPKIN_GUTS:4", + "C3": "PUMPKIN_GUTS:4" + }, + "internalname": "LARGE_CANDY_SACK", + "clickcommand": "viewrecipe", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/LARGE_SLAYER_SACK.json b/items/LARGE_SLAYER_SACK.json new file mode 100644 index 00000000..8e0ff28e --- /dev/null +++ b/items/LARGE_SLAYER_SACK.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Large Slayer Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1cf3a3ac-05c8-35d2-95ee-bf98489bbce8\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMzE1MDcwNywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzBjY2JkMTVkNzZhNzQ4ZTA4OTI2ZWY2ZDIxZGMzZTU0ZDlhZGVjNzY2Y2MyNTAxOTUzMWE0OTNiMWZkNGI0NCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aTarantula Web§7,\",4:\"§7§aRevenant Flesh§7, §aWolf Tooth\",5:\"\",6:\"§7Capacity: §e20,160 per item\",7:\"§8Sacks sum their capacity.\",8:\"\",9:\"§5§lEPIC\"],Name:\"§5Large Slayer Sack\"},ExtraAttributes:{id:\"LARGE_SLAYER_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aTarantula Web§7,", + "§7§aRevenant Flesh§7, §aWolf Tooth", + "", + "§7Capacity: §e20,160 per item", + "§8Sacks sum their capacity.", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "GOLDEN_TOOTH:1", + "A2": "GOLDEN_TOOTH:1", + "A3": "GOLDEN_TOOTH:1", + "B1": "GOLDEN_TOOTH:1", + "B2": "MEDIUM_SLAYER_SACK:1", + "B3": "GOLDEN_TOOTH:1", + "C1": "GOLDEN_TOOTH:1", + "C2": "GOLDEN_TOOTH:1", + "C3": "GOLDEN_TOOTH:1" + }, + "internalname": "LARGE_SLAYER_SACK", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/LAST_BREATH.json b/items/LAST_BREATH.json new file mode 100644 index 00000000..c5a1db88 --- /dev/null +++ b/items/LAST_BREATH.json @@ -0,0 +1,28 @@ +{ + "itemid": "minecraft:bow", + "displayname": "§6Last Breath", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d400 \",1:\"§7Damage: §c+180 \",2:\"§7Strength: §c+180 \",3:\"\",4:\"§7Reduces the defense of your\",5:\"§7target by §a50 §7on hit. Stacks\",6:\"§7up to §a2 §7times.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4❣ §cRequires §aCatacombs Floor V\",10:\"§aCompletion\",11:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§6Last Breath\"},ExtraAttributes:{dungeon_item_level:0,id:\"LAST_BREATH\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d400 ", + "§7Damage: §c+180 ", + "§7Strength: §c+180 ", + "", + "§7Reduces the defense of your", + "§7target by §a50 §7on hit. Stacks", + "§7up to §a2 §7times.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor V", + "§aCompletion", + "§6§lLEGENDARY DUNGEON BOW" + ], + "internalname": "LAST_BREATH", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Last_Breath" + ] +}
\ No newline at end of file diff --git a/items/LAVA_BUCKET.json b/items/LAVA_BUCKET.json index d4ac3214..99b1aad3 100644 --- a/items/LAVA_BUCKET.json +++ b/items/LAVA_BUCKET.json @@ -1,12 +1,13 @@ { - "internalname": "LAVA_BUCKET", "itemid": "minecraft:lava_bucket", "displayname": "§fLava Bucket", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLava Bucket\"},ExtraAttributes:{id:\"LAVA_BUCKET\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "LAVA_BUCKET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/LEAPING_SWORD.json b/items/LEAPING_SWORD.json index b08bfb1a..dccde298 100644 --- a/items/LEAPING_SWORD.json +++ b/items/LEAPING_SWORD.json @@ -1,16 +1,13 @@ { "itemid": "minecraft:golden_sword", "displayname": "§5Leaping Sword", - "nbttag": "{ench:[],Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+100\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§f◆ Snow Rune III\",5:\"§8Requires level 2\",6:\"\",7:\"§6Item Ability: Leap §e§lRIGHT CLICK\",8:\"§7Leap into the air and deal\",9:\"§7§c4,242§7 damage to nearby\",10:\"§7enemies upon landing on the\",11:\"§7ground. Damaged enemies will\",12:\"§7also be frozen for §a1.0\",13:\"§a§7second.\",14:\"§8Mana Cost: §350\",15:\"§8Cooldown: §a1s\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§5§lEPIC SWORD\"],Name:\"§5Leaping Sword\"},ExtraAttributes:{runes:{SNOW:3},originTag:\"CRAFTING_GRID_COLLECT\",id:\"LEAPING_SWORD\",uuid:\"e3ff0781-fa20-4afd-9a08-78d4db388a36\",timestamp:\"7/7/20 6:57 AM\"}}", + "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+150\",1:\"§7Strength: §c+100\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§6Item Ability: Leap §e§lRIGHT CLICK\",5:\"§7Leap into the air and deal\",6:\"§7§c4,242§7 damage to nearby\",7:\"§7enemies upon landing on the\",8:\"§7ground. Damaged enemies will\",9:\"§7also be frozen for §a1.0\",10:\"§a§7second.\",11:\"§8Mana Cost: §350\",12:\"§8Cooldown: §a1s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§5§lEPIC SWORD\"],Name:\"§5Leaping Sword\"},ExtraAttributes:{runes:{SNOW:3},originTag:\"CRAFTING_GRID_COLLECT\",id:\"LEAPING_SWORD\",uuid:\"e3ff0781-fa20-4afd-9a08-78d4db388a36\",timestamp:\"7/7/20 6:57 AM\"}}", "damage": 0, "lore": [ "§7Damage: §c+150", "§7Strength: §c+100", "§7Crit Damage: §c+25%", "", - "§f◆ Snow Rune III", - "§8Requires level 2", - "", "§6Item Ability: Leap §e§lRIGHT CLICK", "§7Leap into the air and deal", "§7§c4,242§7 damage to nearby", @@ -37,7 +34,7 @@ }, "internalname": "LEAPING_SWORD", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.3-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Leaping_Sword" diff --git a/items/LEASH.json b/items/LEASH.json new file mode 100644 index 00000000..803f6ea7 --- /dev/null +++ b/items/LEASH.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:lead", + "displayname": "§fLead", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLead\"},ExtraAttributes:{id:\"LEASH\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "LEASH", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STRING:1", + "A2": "STRING:1", + "A3": "", + "B1": "STRING:1", + "B2": "SLIME_BALL:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "STRING:1" + } +}
\ No newline at end of file diff --git a/items/LEATHER.json b/items/LEATHER.json index 40f68366..7eb944b4 100644 --- a/items/LEATHER.json +++ b/items/LEATHER.json @@ -1,16 +1,24 @@ { "itemid": "minecraft:leather", "displayname": "§fLeather", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fLeather\"},ExtraAttributes:{id:\"LEATHER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLeather\"},ExtraAttributes:{id:\"LEATHER\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "LEATHER", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Leather" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "RABBIT_HIDE:1", + "A2": "RABBIT_HIDE:1", + "A3": "", + "B1": "RABBIT_HIDE:1", + "B2": "RABBIT_HIDE:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/LEATHER_BOOTS.json b/items/LEATHER_BOOTS.json new file mode 100644 index 00000000..07b679f4 --- /dev/null +++ b/items/LEATHER_BOOTS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§fLeather Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLeather Boots\"},ExtraAttributes:{id:\"LEATHER_BOOTS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "LEATHER_BOOTS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "LEATHER:1", + "A2": "", + "A3": "LEATHER:1", + "B1": "LEATHER:1", + "B2": "", + "B3": "LEATHER:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/LEATHER_CHESTPLATE.json b/items/LEATHER_CHESTPLATE.json new file mode 100644 index 00000000..8263c481 --- /dev/null +++ b/items/LEATHER_CHESTPLATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§fLeather Tunic", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLeather Tunic\"},ExtraAttributes:{id:\"LEATHER_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "LEATHER_CHESTPLATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "LEATHER:1", + "A2": "", + "A3": "LEATHER:1", + "B1": "LEATHER:1", + "B2": "LEATHER:1", + "B3": "LEATHER:1", + "C1": "LEATHER:1", + "C2": "LEATHER:1", + "C3": "LEATHER:1" + } +}
\ No newline at end of file diff --git a/items/LEATHER_HELMET.json b/items/LEATHER_HELMET.json new file mode 100644 index 00000000..d28fa753 --- /dev/null +++ b/items/LEATHER_HELMET.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:leather_helmet", + "displayname": "§fLeather Cap", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLeather Cap\"},ExtraAttributes:{id:\"LEATHER_HELMET\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "LEATHER_HELMET", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "LEATHER:1", + "A2": "LEATHER:1", + "A3": "LEATHER:1", + "B1": "LEATHER:1", + "B2": "", + "B3": "LEATHER:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/LEATHER_LEGGINGS.json b/items/LEATHER_LEGGINGS.json new file mode 100644 index 00000000..41c59e2e --- /dev/null +++ b/items/LEATHER_LEGGINGS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§fLeather Pants", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLeather Pants\"},ExtraAttributes:{id:\"LEATHER_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "LEATHER_LEGGINGS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "LEATHER:1", + "A2": "LEATHER:1", + "A3": "LEATHER:1", + "B1": "LEATHER:1", + "B2": "", + "B3": "LEATHER:1", + "C1": "LEATHER:1", + "C2": "", + "C3": "LEATHER:1" + } +}
\ No newline at end of file diff --git a/items/LEAVES.json b/items/LEAVES.json index 12fdc405..f32605c3 100644 --- a/items/LEAVES.json +++ b/items/LEAVES.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "LEAVES", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Leaves" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/LEAVES_2.json b/items/LEAVES_2.json new file mode 100644 index 00000000..af4f5837 --- /dev/null +++ b/items/LEAVES_2.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:leaves2", + "displayname": "§fAcacia Leaves", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fAcacia Leaves\"},ExtraAttributes:{id:\"LEAVES_2\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "LEAVES_2", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/LESSER_ORB_OF_HEALING.json b/items/LESSER_ORB_OF_HEALING.json new file mode 100644 index 00000000..54fc57ba --- /dev/null +++ b/items/LESSER_ORB_OF_HEALING.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Lesser Orb of Healing", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3b63053e-d6b2-36a4-b782-31fcf103589e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjgzMjM2NjM5NjA3MDM2YzFiYTM5MWMyYjQ2YTljN2IwZWZkNzYwYzhiZmEyOTk2YTYwNTU1ODJiNGRhNSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7A shard of a Dungeon Blessing,\",1:\"§7capable of being bestowed upon\",2:\"§7another player for a continuous\",3:\"§7buff, but draining mana.\",4:\"\",5:\"§aOrb of Life §e§lRIGHT CLICK TEAMMATE\",6:\"§7Grants §a+5%§7 HP per second.\",7:\"§8Mana Drain: §350 per second\",8:\"\",9:\"§7§4❣ §cRequires §aCatacombs Level 16\",10:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Lesser Orb of Healing\"},ExtraAttributes:{id:\"LESSER_ORB_OF_HEALING\"}}", + "damage": 3, + "lore": [ + "§7A shard of a Dungeon Blessing,", + "§7capable of being bestowed upon", + "§7another player for a continuous", + "§7buff, but draining mana.", + "", + "§aOrb of Life §e§lRIGHT CLICK TEAMMATE", + "§7Grants §a+5%§7 HP per second.", + "§8Mana Drain: §350 per second", + "", + "§7§4❣ §cRequires §aCatacombs Level 16", + "§5§lEPIC DUNGEON ITEM" + ], + "recipe": { + "A1": "MIMIC_FRAGMENT:1", + "A2": "MIMIC_FRAGMENT:1", + "A3": "MIMIC_FRAGMENT:1", + "B1": "MIMIC_FRAGMENT:1", + "B2": "MIMIC_FRAGMENT:1", + "B3": "MIMIC_FRAGMENT:1", + "C1": "MIMIC_FRAGMENT:1", + "C2": "MIMIC_FRAGMENT:1", + "C3": "MIMIC_FRAGMENT:1" + }, + "internalname": "LESSER_ORB_OF_HEALING", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/LETHALITY;5.json b/items/LETHALITY;5.json new file mode 100644 index 00000000..e9819513 --- /dev/null +++ b/items/LETHALITY;5.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7Reduces the armor of your target", + "§7by §a15% §7for §68 §7seconds", + "§7each time you hit them with", + "§7melee. Stacks up to §a5 §7times.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "LETHALITY;5", + "crafttext": "", + "parent": "LETHALITY;4", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LETHALITY;6.json b/items/LETHALITY;6.json new file mode 100644 index 00000000..8a524552 --- /dev/null +++ b/items/LETHALITY;6.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§9Enchanted Book", + "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", + "§7Reduces the armor of your target", + "§7by §a18% §7for §68 §7seconds", + "§7each time you hit them with", + "§7melee. Stacks up to §a5 §7times.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§9§lRARE" + ], + "internalname": "LETHALITY;6", + "parent": "LETHALITY;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/LEVER.json b/items/LEVER.json new file mode 100644 index 00000000..0e97edbb --- /dev/null +++ b/items/LEVER.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:lever", + "displayname": "§fLever", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLever\"},ExtraAttributes:{id:\"LEVER\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "LEVER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STICK:1", + "A2": "", + "A3": "", + "B1": "COBBLESTONE:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/LIFE_STEAL;3.json b/items/LIFE_STEAL;3.json new file mode 100644 index 00000000..ec1c6336 --- /dev/null +++ b/items/LIFE_STEAL;3.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "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", + "§7Heals for §a0.3%§7 of the damage", + "§7you deal to mobs.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "LIFE_STEAL;3", + "parent": "LIFE_STEAL;2", + "crafttext": "", + "clickcommand": "", + "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 new file mode 100644 index 00000000..02ae4d1e --- /dev/null +++ b/items/LIFE_STEAL;4.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_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": [ + "§9Life Steal IV", + "§7Heals for §a0.4%§7 of the damage", + "§7you deal to mobs.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a Bought from the Fear Mongerer for 1.5m", + "§a+ 32 Purple Candy", + "", + "§9§lRARE" + ], + "internalname": "LIFE_STEAL;4", + "parent": "LIFE_STEAL;2", + "modver": "1.0.0" +} diff --git a/items/LIVID_DAGGER.json b/items/LIVID_DAGGER.json new file mode 100644 index 00000000..ec22f4d9 --- /dev/null +++ b/items/LIVID_DAGGER.json @@ -0,0 +1,37 @@ +{ + "itemid": "minecraft:iron_sword", + "displayname": "§6Livid Dagger", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d785 \",1:\"§7Damage: §c+210 \",2:\"§7Strength: §c+60 \",3:\"§7Crit Chance: §c+100%\",4:\"§7Crit Damage: §c+50% \",5:\"§7Bonus Attack Speed: §c+100%\",6:\"\",7:\"§6Item Ability: Throw §e§lRIGHT CLICK\",8:\"§7Throw your dagger at your\",9:\"§7enemies!\",10:\"§8Mana Cost: §3150\",11:\"§8Cooldown: §a5s\",12:\"\",13:\"§7Your Critical Hits deal §9100%\",14:\"§9§7more damage if you are behind\",15:\"§7your target.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§7§4❣ §cRequires §aCatacombs Floor V\",19:\"§aCompletion\",20:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Livid Dagger\"},ExtraAttributes:{dungeon_item_level:0,id:\"LIVID_DAGGER\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d785 ", + "§7Damage: §c+210 ", + "§7Strength: §c+60 ", + "§7Crit Chance: §c+100%", + "§7Crit Damage: §c+50% ", + "§7Bonus Attack Speed: §c+100%", + "", + "§6Item Ability: Throw §e§lRIGHT CLICK", + "§7Throw your dagger at your", + "§7enemies!", + "§8Mana Cost: §3150", + "§8Cooldown: §a5s", + "", + "§7Your Critical Hits deal §9100%", + "§9§7more damage if you are behind", + "§7your target.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor V", + "§aCompletion", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "internalname": "LIVID_DAGGER", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Livid_Dagger" + ] +}
\ No newline at end of file diff --git a/items/LIVID_FRAGMENT.json b/items/LIVID_FRAGMENT.json new file mode 100644 index 00000000..2fa64016 --- /dev/null +++ b/items/LIVID_FRAGMENT.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:netherbrick", + "displayname": "§9Livid Fragment", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE DUNGEON ITEM\"],Name:\"§9Livid Fragment\"},ExtraAttributes:{id:\"LIVID_FRAGMENT\"}}", + "damage": 0, + "lore": [ + "§eRight-click to view recipes!", + "", + "§9§lRARE DUNGEON ITEM" + ], + "internalname": "LIVID_FRAGMENT", + "clickcommand": "", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/LOG-1.json b/items/LOG-1.json index 511adc6b..bc201a35 100644 --- a/items/LOG-1.json +++ b/items/LOG-1.json @@ -1,12 +1,14 @@ { "itemid": "minecraft:log", "displayname": "§fSpruce Wood", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSpruce Wood\"},ExtraAttributes:{id:\"LOG:1\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSpruce Wood\"},ExtraAttributes:{id:\"LOG-1\"}}", "damage": 1, "lore": [ "§f§lCOMMON" ], + "parent": "LOG", "internalname": "LOG-1", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/LOG-2.json b/items/LOG-2.json index 5657de19..5c5c27c4 100644 --- a/items/LOG-2.json +++ b/items/LOG-2.json @@ -1,12 +1,14 @@ { "itemid": "minecraft:log", "displayname": "§fBirch Wood", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBirch Wood\"},ExtraAttributes:{id:\"LOG:2\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBirch Wood\"},ExtraAttributes:{id:\"LOG-2\"}}", "damage": 2, "lore": [ "§f§lCOMMON" ], + "parent": "LOG", "internalname": "LOG-2", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/LOG-3.json b/items/LOG-3.json index 56f9b374..c9d56ac0 100644 --- a/items/LOG-3.json +++ b/items/LOG-3.json @@ -1,12 +1,14 @@ { "itemid": "minecraft:log", "displayname": "§fJungle Wood", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJungle Wood\"},ExtraAttributes:{id:\"LOG:3\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJungle Wood\"},ExtraAttributes:{id:\"LOG-3\"}}", "damage": 3, "lore": [ "§f§lCOMMON" ], + "parent": "LOG", "internalname": "LOG-3", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/LOG.json b/items/LOG.json index ad475137..c79d840c 100644 --- a/items/LOG.json +++ b/items/LOG.json @@ -7,6 +7,7 @@ "§f§lCOMMON" ], "internalname": "LOG", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/LOG_2-1.json b/items/LOG_2-1.json index 59d66701..d268843f 100644 --- a/items/LOG_2-1.json +++ b/items/LOG_2-1.json @@ -1,12 +1,14 @@ { "itemid": "minecraft:log2", "displayname": "§fDark Oak Wood", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDark Oak Wood\"},ExtraAttributes:{id:\"LOG_2:1\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDark Oak Wood\"},ExtraAttributes:{id:\"LOG_2-1\"}}", "damage": 1, "lore": [ "§f§lCOMMON" ], + "parent": "LOG_2", "internalname": "LOG_2-1", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/LOG_2.json b/items/LOG_2.json index 3fe4a446..64c686ca 100644 --- a/items/LOG_2.json +++ b/items/LOG_2.json @@ -7,6 +7,7 @@ "§f§lCOMMON" ], "internalname": "LOG_2", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/LONG_GRASS.json b/items/LONG_GRASS.json new file mode 100644 index 00000000..f281faf3 --- /dev/null +++ b/items/LONG_GRASS.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:tallgrass", + "displayname": "§fShrub", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fShrub\"},ExtraAttributes:{id:\"LONG_GRASS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "LONG_GRASS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/LOOTING;3.json b/items/LOOTING;3.json new file mode 100644 index 00000000..687c17dd --- /dev/null +++ b/items/LOOTING;3.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "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", + "§7Increases the chance of a", + "§7Monster dropping an item by", + "§7§a45%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "LOOTING;3", + "crafttext": "", + "parent": "LOOTING;2", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LOOTING;4.json b/items/LOOTING;4.json new file mode 100644 index 00000000..f4b2f919 --- /dev/null +++ b/items/LOOTING;4.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_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": [ + "§9Looting IV", + "§7Increases the chance of a", + "§7Monster dropping an item by", + "§7§a60%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained from opening Gifts.", + "", + "§9§lRARE" + ], + "internalname": "LOOTING;4", + "parent": "LOOTING;2", + "modver": "1.0.0" +} diff --git a/items/LUCK;5.json b/items/LUCK;5.json new file mode 100644 index 00000000..64a2ca53 --- /dev/null +++ b/items/LUCK;5.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7Increases the chance for", + "§7Monsters to drop their armor by", + "§7§a25%§7", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "LUCK;5", + "parent": "LUCK;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LUCK;6.json b/items/LUCK;6.json new file mode 100644 index 00000000..a86bd3f5 --- /dev/null +++ b/items/LUCK;6.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_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": [ + "§9Luck VI", + "§7Increases the chance for", + "§7Monsters to drop their armor by", + "§7§a30%§7", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained from opening Gifts.", + "", + "§9§lRARE" + ], + "internalname": "LUCK;6", + "parent": "LUCK;4", + "modver": "1.0.0" +} diff --git a/items/LUCK_OF_THE_SEA;5.json b/items/LUCK_OF_THE_SEA;5.json new file mode 100644 index 00000000..ab7cac3c --- /dev/null +++ b/items/LUCK_OF_THE_SEA;5.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7Increases the chance of fishing", + "§7treasure by §a5%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "LUCK_OF_THE_SEA;5", + "parent": "LUCK_OF_THE_SEA;4", + "crafttext": "", + "clickcommand": "", + "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 new file mode 100644 index 00000000..eb3ec718 --- /dev/null +++ b/items/LUCK_OF_THE_SEA;6.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:enchanted_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": [ + "§9Luck of the Sea VI", + "§7Increases the chance of fishing", + "§7treasure by §a6%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aDrops rarely from Water Hydras.", + "", + "§9§lRARE" + ], + "internalname": "LUCK_OF_THE_SEA;6", + "parent": "LUCK_OF_THE_SEA;4", + "modver": "1.0.0" +} diff --git a/items/LURE;5.json b/items/LURE;5.json new file mode 100644 index 00000000..c140c90c --- /dev/null +++ b/items/LURE;5.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7Shortens the maximum time it", + "§7takes to catch something by", + "§7§a25%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "LURE;5", + "parent": "LURE;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/LURE;6.json b/items/LURE;6.json new file mode 100644 index 00000000..2c91d3c4 --- /dev/null +++ b/items/LURE;6.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_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": [ + "§9Lure VI", + "§7Shortens the maximum time it", + "§7takes to catch something by", + "§7§a30%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aDrops rarely from Guardian Defenders.", + "", + "§9§lRARE" + ], + "internalname": "LURE;6", + "parent": "LURE;4", + "modver": "1.0.0" +} diff --git a/items/MAGMA_BUCKET.json b/items/MAGMA_BUCKET.json index 3f968599..d6b53d5d 100644 --- a/items/MAGMA_BUCKET.json +++ b/items/MAGMA_BUCKET.json @@ -10,9 +10,18 @@ "", "§6§lLEGENDARY" ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "ENCHANTED_LAVA_BUCKET:1", + "B2": "HEAT_CORE:1", + "B3": "ENCHANTED_LAVA_BUCKET:1", + "C1": "", + "C2": "", + "C3": "" + }, "internalname": "MAGMA_BUCKET", - "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.3-REL" }
\ No newline at end of file diff --git a/items/MAGMA_CREAM.json b/items/MAGMA_CREAM.json index 38472bf1..ac4059a8 100644 --- a/items/MAGMA_CREAM.json +++ b/items/MAGMA_CREAM.json @@ -1,17 +1,24 @@ { "itemid": "minecraft:magma_cream", "displayname": "§fMagma Cream", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\",2:\"\",3:\"§eClick to view recipe!\"],Name:\"§fMagma Cream\"},ExtraAttributes:{id:\"MAGMA_CREAM\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMagma Cream\"},ExtraAttributes:{id:\"MAGMA_CREAM\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "MAGMA_CREAM", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Magma_Cream" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "BLAZE_POWDER:1", + "A2": "SLIME_BALL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file 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 new file mode 100644 index 00000000..59d77a05 --- /dev/null +++ b/items/MAGNET;6.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_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": [ + "§9Magnet VI", + "§7Grants §a6 §7additional", + "§7experience orbs every time you", + "§7successfully catch a fish.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aDrops rarely from Monsters of the Deep.", + "", + "§9§lRARE" + ], + "internalname": "MAGNET;6", + "parent": "MAGNET;4", + "modver": "1.0.0" +} diff --git a/items/MAP.json b/items/MAP.json new file mode 100644 index 00000000..e239be68 --- /dev/null +++ b/items/MAP.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:map", + "displayname": "§fEmpty Map", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fEmpty Map\"},ExtraAttributes:{id:\"MAP\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "MAP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "PAPER:1", + "A2": "PAPER:1", + "A3": "PAPER:1", + "B1": "PAPER:1", + "B2": "COMPASS:1", + "B3": "PAPER:1", + "C1": "PAPER:1", + "C2": "PAPER:1", + "C3": "PAPER:1" + } +}
\ No newline at end of file diff --git a/items/MASTIFF_PUPPY.json b/items/MASTIFF_PUPPY.json new file mode 100644 index 00000000..c2fb41c9 --- /dev/null +++ b/items/MASTIFF_PUPPY.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Puppy Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"32f2d048-af64-3e8c-b37a-3ab4213bd22b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjIyZjY3ZTVmZTViYWRiM2EwYzIzMTg2MGQyYjY4NjgyY2VkNGFmZTkyZjhkMWFkZjgyMmNlOWNkNGIwYTc0MCJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§5Mastiff Crown\",7:\"\",8:\"§9§lRARE COSMETIC\"],Name:\"§9Puppy Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"MASTIFF_PUPPY\",uuid:\"c71e1783-128f-4f59-944b-b6b60b944482\",timestamp:\"9/26/20 5:08 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§5Mastiff Crown", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "MASTIFF_PUPPY", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/MAXED_ENCHANT_BOOK.json b/items/MAXED_ENCHANT_BOOK.json new file mode 100644 index 00000000..344d8a10 --- /dev/null +++ b/items/MAXED_ENCHANT_BOOK.json @@ -0,0 +1,47 @@ +{ + "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 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.", + "", + "§9§d§lBank V, §9Aiming V", + "§9Angler VI, §9Aqua Affinity I", + "§9Blessing V, §9Caster VI", + "§9Cleave V, §9Critical VI", + "§9Cubism V, §9Depth Strider III", + "§9Dragon Hunter V, §9Efficiency V", + "§9Ender Slayer VI, §9Execute V", + "§9Experience IV, §9Feather Falling X", + "§9Fire Aspect II, §9First Strike IV", + "§9Flame I, §9Fortune III", + "§9Frail VI, §9Giant Killer VII", + "§9Growth VII, §9Harvesting V", + "§9Impaling III, §9Infinite Quiver X", + "§9Knockback II, §9Lethality VI", + "§9Life Steal IV, §9Looting IV", + "§9Luck VI, §9Luck of the Sea VI", + "§9Lure VI, §9Magnet VI", + "§9Piercing I, §9Power VII", + "§9Protection VII, §9Punch II", + "§9Rainbow I, §9Rejuvenate V", + "§9Replenish I, §9Respiration III", + "§9Scavenger V, §9Sharpness VII", + "§9Snipe III, §9Spiked Hook VI", + "§9Sugar Rush III, §9Telekinesis I", + "§9Thorns III, §9Thunderlord VI", + "§9True Protection I, §9Vampirism VI", + "§9Venomous V", + "", + "§c§l§ka§r §c§l§c§lSPECIAL §c§l§ka" + ], + "internalname": "MAXED_ENCHANT_BOOK", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "", + "info": [ + "§aWhy would someone make this anyways, atleast we can use it to test /neuec" + ] +}
\ No newline at end of file diff --git a/items/MEDIUM_SLAYER_SACK.json b/items/MEDIUM_SLAYER_SACK.json new file mode 100644 index 00000000..78c11485 --- /dev/null +++ b/items/MEDIUM_SLAYER_SACK.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Medium Slayer Sack", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"537f5cfd-35ee-34b5-b625-ae9be5a02ffd\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwMzA4MjI3OSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWFmYWZkZTc4NmQ3MTQ4MTRhZWUwZTFkMTA5ZTcyOWRjNTUzZTJiMTRhYTk2ZTRlMjZkZDhmZTExOGJlYzYzNCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aTarantula Web§7,\",4:\"§7§aRevenant Flesh§7, §aWolf Tooth\",5:\"\",6:\"§7Capacity: §e2,240 per item\",7:\"§8Sacks sum their capacity.\",8:\"\",9:\"§9§lRARE\"],Name:\"§9Medium Slayer Sack\"},ExtraAttributes:{id:\"MEDIUM_SLAYER_SACK\"}}", + "damage": 3, + "lore": [ + "§7Item pickups go directly into", + "§7your sacks.", + "", + "§7§7Items: §aTarantula Web§7,", + "§7§aRevenant Flesh§7, §aWolf Tooth", + "", + "§7Capacity: §e2,240 per item", + "§8Sacks sum their capacity.", + "", + "§9§lRARE" + ], + "recipe": { + "A1": "TARANTULA_SILK:1", + "A2": "TARANTULA_SILK:1", + "A3": "TARANTULA_SILK:1", + "B1": "TARANTULA_SILK:1", + "B2": "SMALL_SLAYER_SACK:1", + "B3": "TARANTULA_SILK:1", + "C1": "TARANTULA_SILK:1", + "C2": "TARANTULA_SILK:1", + "C3": "TARANTULA_SILK:1" + }, + "internalname": "MEDIUM_SLAYER_SACK", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/MEGALODON;3.json b/items/MEGALODON;3.json new file mode 100644 index 00000000..30c263d7 --- /dev/null +++ b/items/MEGALODON;3.json @@ -0,0 +1,34 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §5Megalodon", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"82fc79b9-fded-3c05-b8dc-00e562803862\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Strength: §a+30\",3:\"§7Magic Find: §a+6\",4:\"\",5:\"§6Blood Scent\",6:\"§7§7Deal up to §c+15% §c❁ Damage\",7:\"§c§7based on the enemy\u0027s missing\",8:\"§7health\",9:\"\",10:\"§6Enhanced Scales\",11:\"§7§7Increases the stats of Shark\",12:\"§7Armor by §a12%\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl lvl] §5Megalodon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MEGALODON\\\",\\\"active\\\":false,\\\"exp\\\":1029007.7669006952,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":1}\",originTag:\"PET_MENU\",id:\"MEGALODON;3\",uuid:\"1a472877-ade3-47d8-be91-567d3ef6da2d\",timestamp:\"9/17/20 2:17 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Fishing Pet", + "", + "§7Strength: §a+{STRENGTH}", + "§7Magic Find: §a+{MAGIC_FIND}", + "", + "§6Blood Scent", + "§7§7Deal up to §c+{0}% §c❁ Damage", + "§c§7based on the enemy\u0027s missing", + "§7health", + "", + "§6Enhanced Scales", + "§7§7Increases the stats of Shark", + "§7Armor by §a{1}%", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§5§lEPIC" + ], + "internalname": "MEGALODON;3", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Megalodon_Pet" + ] +}
\ No newline at end of file diff --git a/items/MEGALODON;4.json b/items/MEGALODON;4.json new file mode 100644 index 00000000..6c740ab8 --- /dev/null +++ b/items/MEGALODON;4.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§7[Lvl {LVL}] §6Megalodon", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"82fc79b9-fded-3c05-b8dc-00e562803862\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTk0YWU0MzNiMzAxYzdmYjdjNjhjYmE2MjViMGJkMzZiMGIxNDE5MGYyMGUzNGE3YzhlZTBkOWRlMDZkNTNiOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Fishing Pet\",1:\"\",2:\"§7Strength: §a+{STRENGTH}\",3:\"§7Magic Find: §a+{MAGIC_FIND}\",4:\"\",5:\"§6Blood Scent\",6:\"§7§7Deal up to §c+{0}% §c❁ Damage\",7:\"§c§7based on the enemy\u0027s missing\",8:\"§7health\",9:\"\",10:\"§6Enhanced Scales\",11:\"§7§7Increases the stats of Shark\",12:\"§7Armor by §a{1}%\",13:\"\",14:\"§6Feeding Frenzy\",15:\"§7§7On kill gain §c{3}❁ Damage\",16:\"§c§7and §f✦ Speed §7for 5 seconds\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Megalodon\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"MEGALODON\\\",\\\"active\\\":false,\\\"exp\\\":2.535397517928685E7,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"heldItem\\\":\\\"PET_ITEM_LUCKY_CLOVER\\\",\\\"candyUsed\\\":10}\",originTag:\"PET_MENU\",id:\"MEGALODON;4\",uuid:\"11535d40-b949-476d-a333-edca6189e2cf\",timestamp:\"9/17/20 11:29 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Fishing Pet", + "", + "§7Strength: §a+{STRENGTH}", + "§7Magic Find: §a+{MAGIC_FIND}", + "", + "§6Blood Scent", + "§7§7Deal up to §c+{0}% §c❁ Damage", + "§c§7based on the enemy\u0027s missing", + "§7health", + "", + "§6Enhanced Scales", + "§7§7Increases the stats of Shark", + "§7Armor by §a{1}%", + "", + "§6Feeding Frenzy", + "§7§7On kill gain §c{3}❁ Damage", + "§c§7and §f✦ Speed §7for 5 seconds", + "", + "§7§eRight-click to add this pet to", + "§eyour pet menu!", + "", + "§6§lLEGENDARY" + ], + "internalname": "MEGALODON;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Megalodon_Pet" + ] +}
\ No newline at end of file diff --git a/items/MELON.json b/items/MELON.json index 00f358b9..8b84f934 100644 --- a/items/MELON.json +++ b/items/MELON.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "MELON", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Melon" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/MELON_BLOCK.json b/items/MELON_BLOCK.json new file mode 100644 index 00000000..6bc53ced --- /dev/null +++ b/items/MELON_BLOCK.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:melon_block", + "displayname": "§fMelon", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMelon\"},ExtraAttributes:{id:\"MELON_BLOCK\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "MELON_BLOCK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "MELON:1", + "A2": "MELON:1", + "A3": "MELON:1", + "B1": "MELON:1", + "B2": "MELON:1", + "B3": "MELON:1", + "C1": "MELON:1", + "C2": "MELON:1", + "C3": "MELON:1" + } +}
\ No newline at end of file diff --git a/items/MELON_SEEDS.json b/items/MELON_SEEDS.json new file mode 100644 index 00000000..0c9349df --- /dev/null +++ b/items/MELON_SEEDS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:melon_seeds", + "displayname": "§fMelon Seeds", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMelon Seeds\"},ExtraAttributes:{id:\"MELON_SEEDS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "MELON_SEEDS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "MELON:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/MIDAS_JEWEL.json b/items/MIDAS_JEWEL.json index 3c6ea903..bfeb4797 100644 --- a/items/MIDAS_JEWEL.json +++ b/items/MIDAS_JEWEL.json @@ -1,22 +1,27 @@ { "internalname": "MIDAS_JEWEL", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§9Midas Jewel", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d65c750d-e5f8-39db-8ff4-467e6f6941c9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODE4Mzg2YjBlZmE2ZjhjY2Q0OGZjZTg5ZTdkYzU2NGU2YTQ2OTc0YzNhZTU3MjdhYWRmODM3ZDNmZGE2NTk2NCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Gilded §7reforge\",5:\"§7to §6Midas' Sword.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXXV§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9Midas Jewel\"},ExtraAttributes:{id:\"MIDAS_JEWEL\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d65c750d-e5f8-39db-8ff4-467e6f6941c9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODE4Mzg2YjBlZmE2ZjhjY2Q0OGZjZTg5ZTdkYzU2NGU2YTQ2OTc0YzNhZTU3MjdhYWRmODM3ZDNmZGE2NTk2NCJ9fX0K\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §8Gilded §7reforge\",5:\"§7to §6Midas\u0027 Sword.\",6:\"\",7:\"§7Requires §aMining Skill Level\",8:\"§aXXV§7!\",9:\"\",10:\"§9§lRARE REFORGE STONE\"],Name:\"§9Midas Jewel\"},ExtraAttributes:{id:\"MIDAS_JEWEL\"}}", + "modver": "1.3-REL", "lore": [ "§8Reforge Stone", "", "§7Can be used in a Reforge Anvil", "§7or with the Dungeon Blacksmith", "§7to apply the §8Gilded §7reforge", - "§7to §6Midas' Sword.", + "§7to §6Midas\u0027 Sword.", "", "§7Requires §aMining Skill Level", "§aXXV§7!", "", "§9§lRARE REFORGE STONE" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Midas_Jewel" ] }
\ No newline at end of file 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/MILK_BUCKET.json b/items/MILK_BUCKET.json index 40987178..a8a47e44 100644 --- a/items/MILK_BUCKET.json +++ b/items/MILK_BUCKET.json @@ -1,16 +1,13 @@ { "itemid": "minecraft:milk_bucket", - "displayname": "§fMilk Bucket", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMilk Bucket\"},ExtraAttributes:{id:\"MILK_BUCKET\"}}", + "displayname": "§fMilk", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMilk\"},ExtraAttributes:{id:\"MILK_BUCKET\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "MILK_BUCKET", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Milk_Bucket" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/MIMIC_FRAGMENT.json b/items/MIMIC_FRAGMENT.json new file mode 100644 index 00000000..baf218e4 --- /dev/null +++ b/items/MIMIC_FRAGMENT.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Mimic Fragment", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c388c219-9694-321b-a19e-27ff8da8dc23\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjEyMzVjZjc1ZGY2YjViOWY0Zjc0Y2FkZGE1ZWMyMTVmNDgyYWFhMzI5YzI2MTJiNGEyYThlYTNlMDFiZWVkIn19fQ\"}]}},display:{Lore:[0:\"§7§8§oFool me once, shame on you.\",1:\"§8§oFool me 9 times, and you can\",2:\"§8§ocraft a §5Lesser Orb of\",3:\"§5Healing§8§o.\",4:\"\",5:\"§eRight-click to view recipes!\",6:\"\",7:\"§9§lRARE DUNGEON ITEM\"],Name:\"§f§f§9Mimic Fragment\"},ExtraAttributes:{id:\"MIMIC_FRAGMENT\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§8§oFool me once, shame on you.", + "§8§oFool me 9 times, and you can", + "§8§ocraft a §5Lesser Orb of", + "§5Healing§8§o.", + "", + "§eRight-click to view recipes!", + "", + "§9§lRARE DUNGEON ITEM" + ], + "internalname": "MIMIC_FRAGMENT", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/MINECART.json b/items/MINECART.json new file mode 100644 index 00000000..3223a23d --- /dev/null +++ b/items/MINECART.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:minecart", + "displayname": "§fMinecart", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMinecart\"},ExtraAttributes:{id:\"MINECART\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "MINECART", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "", + "A3": "IRON_INGOT:1", + "B1": "IRON_INGOT:1", + "B2": "IRON_INGOT:1", + "B3": "IRON_INGOT:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/MINERAL_BOOTS.json b/items/MINERAL_BOOTS.json new file mode 100644 index 00000000..ff7ae546 --- /dev/null +++ b/items/MINERAL_BOOTS.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§5Mineral Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+70\",1:\"§7Speed: §a+10\",2:\"\",3:\"§7Each piece of this armor grants\",4:\"§7the ability to §9automatically\",5:\"§9mine §a2 §7extra nearby blocks\",6:\"§7while mining (very short\",7:\"§7cooldown).\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC BOOTS\"],color:13428223,Name:\"§5Mineral Boots\"},ExtraAttributes:{id:\"MINERAL_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+70", + "§7Speed: §a+10", + "", + "§7Each piece of this armor grants", + "§7the ability to §9automatically", + "§9mine §a2 §7extra nearby blocks", + "§7while mining (very short", + "§7cooldown).", + "", + "§7§8This item can be reforged!", + "§5§lEPIC BOOTS" + ], + "recipe": { + "A1": "REFINED_MINERAL:1", + "A2": "", + "A3": "REFINED_MINERAL:1", + "B1": "REFINED_MINERAL:1", + "B2": "HARDENED_DIAMOND_BOOTS:1", + "B3": "REFINED_MINERAL:1", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "MINERAL_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mineral_Armor" + ] +}
\ No newline at end of file diff --git a/items/MINERAL_CHESTPLATE.json b/items/MINERAL_CHESTPLATE.json new file mode 100644 index 00000000..fd8c9fda --- /dev/null +++ b/items/MINERAL_CHESTPLATE.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Mineral Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+125\",1:\"§7Speed: §a+15\",2:\"\",3:\"§7Each piece of this armor grants\",4:\"§7the ability to §9automatically\",5:\"§9mine §a2 §7extra nearby blocks\",6:\"§7while mining (very short\",7:\"§7cooldown).\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC CHESTPLATE\"],color:13428223,Name:\"§5Mineral Chestplate\"},ExtraAttributes:{id:\"MINERAL_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+125", + "§7Speed: §a+15", + "", + "§7Each piece of this armor grants", + "§7the ability to §9automatically", + "§9mine §a2 §7extra nearby blocks", + "§7while mining (very short", + "§7cooldown).", + "", + "§7§8This item can be reforged!", + "§5§lEPIC CHESTPLATE" + ], + "recipe": { + "A1": "REFINED_MINERAL:1", + "A2": "REFINED_MINERAL:1", + "A3": "REFINED_MINERAL:1", + "B1": "REFINED_MINERAL:1", + "B2": "HARDENED_DIAMOND_CHESTPLATE:1", + "B3": "REFINED_MINERAL:1", + "C1": "REFINED_MINERAL:1", + "C2": "REFINED_MINERAL:1", + "C3": "REFINED_MINERAL:1" + }, + "internalname": "MINERAL_CHESTPLATE", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mineral_Armor" + ] +}
\ No newline at end of file diff --git a/items/MINERAL_HELMET.json b/items/MINERAL_HELMET.json new file mode 100644 index 00000000..49968f12 --- /dev/null +++ b/items/MINERAL_HELMET.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Mineral Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"cafa124e-da06-3b1a-b38e-f89824dcf2ab\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTI1ZTYxMjE5NzFlOTFjNTQxNWY2MTdlMTcxMTQ5OTBhMTQ2YTc0NmRkOTUyZDQxNzZlMjU3NjQxODNlZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Defense: §a+70\",1:\"§7Speed: §a+10\",2:\"\",3:\"§7Each piece of this armor grants\",4:\"§7the ability to §9automatically\",5:\"§9mine §a2 §7extra nearby blocks\",6:\"§7while mining (very short\",7:\"§7cooldown).\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC HELMET\"],Name:\"§5Mineral Helmet\"},ExtraAttributes:{id:\"MINERAL_HELMET\"}}", + "damage": 3, + "lore": [ + "§7Defense: §a+70", + "§7Speed: §a+10", + "", + "§7Each piece of this armor grants", + "§7the ability to §9automatically", + "§9mine §a2 §7extra nearby blocks", + "§7while mining (very short", + "§7cooldown).", + "", + "§7§8This item can be reforged!", + "§5§lEPIC HELMET" + ], + "recipe": { + "A1": "REFINED_MINERAL:1", + "A2": "REFINED_MINERAL:1", + "A3": "REFINED_MINERAL:1", + "B1": "REFINED_MINERAL:1", + "B2": "HARDENED_DIAMOND_HELMET:1", + "B3": "REFINED_MINERAL:1", + "C1": "", + "C2": "", + "C3": "" + }, + "internalname": "MINERAL_HELMET", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mineral_Armor" + ] +}
\ No newline at end of file diff --git a/items/MINERAL_LEGGINGS.json b/items/MINERAL_LEGGINGS.json new file mode 100644 index 00000000..2923885e --- /dev/null +++ b/items/MINERAL_LEGGINGS.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§5Mineral Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+125\",1:\"§7Speed: §a+15\",2:\"\",3:\"§7Each piece of this armor grants\",4:\"§7the ability to §9automatically\",5:\"§9mine §a2 §7extra nearby blocks\",6:\"§7while mining (very short\",7:\"§7cooldown).\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§5§lEPIC LEGGINGS\"],color:13428223,Name:\"§5Mineral Leggings\"},ExtraAttributes:{id:\"MINERAL_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+125", + "§7Speed: §a+15", + "", + "§7Each piece of this armor grants", + "§7the ability to §9automatically", + "§9mine §a2 §7extra nearby blocks", + "§7while mining (very short", + "§7cooldown).", + "", + "§7§8This item can be reforged!", + "§5§lEPIC LEGGINGS" + ], + "recipe": { + "A1": "REFINED_MINERAL:1", + "A2": "REFINED_MINERAL:1", + "A3": "REFINED_MINERAL:1", + "B1": "REFINED_MINERAL:1", + "B2": "HARDENED_DIAMOND_LEGGINGS:1", + "B3": "REFINED_MINERAL:1", + "C1": "REFINED_MINERAL:1", + "C2": "", + "C3": "REFINED_MINERAL:1" + }, + "internalname": "MINERAL_LEGGINGS", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mineral_Armor" + ] +}
\ No newline at end of file diff --git a/items/MINERAL_TALISMAN.json b/items/MINERAL_TALISMAN.json new file mode 100644 index 00000000..31b47424 --- /dev/null +++ b/items/MINERAL_TALISMAN.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Mineral Talisman", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ba69729f-e33d-3e71-805d-976ed3c0b9cd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2NiZDcwZjczZTJlMDk1NjZlZjkxNGM2OTdiMTNmNDhiOTdiZmQ2YzExYzgzZTU0MGExNWZmNGQ3MzZiOWMxNiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Increases the chance for double\",1:\"§7ore drops by §a+3.0%§7.\",2:\"\",3:\"§7§8This item can be reforged!\",4:\"§9§lRARE ACCESSORY\"],Name:\"§9Mineral Talisman\"},ExtraAttributes:{id:\"MINERAL_TALISMAN\"}}", + "damage": 3, + "lore": [ + "§7Increases the chance for double", + "§7ore drops by §a+3.0%§7.", + "", + "§7§8This item can be reforged!", + "§9§lRARE ACCESSORY" + ], + "recipe": { + "A1": "REFINED_MINERAL:1", + "A2": "REFINED_MINERAL:1", + "A3": "REFINED_MINERAL:1", + "B1": "REFINED_MINERAL:1", + "B2": "REFINED_MINERAL:1", + "B3": "REFINED_MINERAL:1", + "C1": "REFINED_MINERAL:1", + "C2": "REFINED_MINERAL:1", + "C3": "REFINED_MINERAL:1" + }, + "internalname": "MINERAL_TALISMAN", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Mineral_Talisman" + ] +}
\ No newline at end of file diff --git a/items/MOB_SPAWNER.json b/items/MOB_SPAWNER.json new file mode 100644 index 00000000..18351439 --- /dev/null +++ b/items/MOB_SPAWNER.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:mob_spawner", + "displayname": "§fMonster Spawner", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMonster Spawner\"},ExtraAttributes:{id:\"MOB_SPAWNER\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "MOB_SPAWNER", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ 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/MONSTER_EGG.json b/items/MONSTER_EGG.json new file mode 100644 index 00000000..5f2012bc --- /dev/null +++ b/items/MONSTER_EGG.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:monster_egg", + "displayname": "§fStone Monster Egg", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fStone Monster Egg\"},ExtraAttributes:{id:\"MONSTER_EGG\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "MONSTER_EGG", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/MONSTER_EGGS.json b/items/MONSTER_EGGS.json new file mode 100644 index 00000000..7e8d6c0f --- /dev/null +++ b/items/MONSTER_EGGS.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:spawn_egg", + "displayname": "§fSpawn", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSpawn\"},ExtraAttributes:{id:\"MONSTER_EGGS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "MONSTER_EGGS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/MOSSY_COBBLESTONE.json b/items/MOSSY_COBBLESTONE.json new file mode 100644 index 00000000..10d84976 --- /dev/null +++ b/items/MOSSY_COBBLESTONE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:mossy_cobblestone", + "displayname": "§fMoss Stone", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMoss Stone\"},ExtraAttributes:{id:\"MOSSY_COBBLESTONE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "MOSSY_COBBLESTONE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COBBLESTONE:1", + "A2": "VINE:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/MUMMY_CANDLE.json b/items/MUMMY_CANDLE.json new file mode 100644 index 00000000..6399bdaa --- /dev/null +++ b/items/MUMMY_CANDLE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Mummy Candle", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"625ec947-eb50-31d8-9ba8-a62f4ab0e215\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvM2U5MWU5NTgyMmZlOThjYzVhNTY1OGU4MjRiMWI4Y2YxNGQ0ZGU5MmYwZTFhZjI0ODE1MzcyNDM1YzllYWI2In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Halloween Cosmetic\",2:\"\",3:\"§7This exclusive Halloween\",4:\"§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Mummy Candle\"},ExtraAttributes:{id:\"MUMMY_CANDLE\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Halloween Cosmetic", + "", + "§7This exclusive Halloween", + "§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§9§lRARE" + ], + "internalname": "MUMMY_CANDLE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Furniture" + ] +}
\ No newline at end of file diff --git a/items/MUMMY_PERSONALITY.json b/items/MUMMY_PERSONALITY.json new file mode 100644 index 00000000..3acf1203 --- /dev/null +++ b/items/MUMMY_PERSONALITY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fMummy Minion Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"565ce69b-ab66-3abd-b426-a00f231af234\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMTc1NjY1ODM3MSwKICAicHJvZmlsZUlkIiA6ICIxOTI1MjFiNGVmZGI0MjVjODkzMWYwMmE4NDk2ZTExYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTZXJpYWxpemFibGUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmYwNTdkMjVhYmM4MDgyYzlhY2Y1M2M3NzFiZjRiZmY1OTUzYjkzOTdkODdmYWE3ZDBiOGFiNjEyZDU5OWVmYiIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes\",1:\"§7your minion\u0027s appearance to\",2:\"§7a §eMummy§7.\",3:\"\",4:\"§7§7You can place this item\",5:\"§7in any minion of your\",6:\"§7choice!\",7:\"\",8:\"§f§lCOMMON COSMETIC\"],Name:\"§fMummy Minion Skin\"},ExtraAttributes:{id:\"MUMMY_PERSONALITY\"}}", + "damage": 3, + "lore": [ + "§7§7This Minion skin changes", + "§7your minion\u0027s appearance to", + "§7a §eMummy§7.", + "", + "§7§7You can place this item", + "§7in any minion of your", + "§7choice!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "MUMMY_PERSONALITY", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Minion_Skin" + ] +}
\ No newline at end of file diff --git a/items/MUSHROOM_SOUP.json b/items/MUSHROOM_SOUP.json index b950c77f..724bed13 100644 --- a/items/MUSHROOM_SOUP.json +++ b/items/MUSHROOM_SOUP.json @@ -1,12 +1,24 @@ { - "internalname": "MUSHROOM_SOUP", - "itemid": 282, - "displayname": "§fMushroom Soup", - "clickcommand": "", + "itemid": "minecraft:mushroom_stew", + "displayname": "§fMushroom Stew", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMushroom Stew\"},ExtraAttributes:{id:\"MUSHROOM_SOUP\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMushroom Soup\"},ExtraAttributes:{id:\"MUSHROOM_SOUP\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "MUSHROOM_SOUP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "BROWN_MUSHROOM:1", + "A2": "RED_MUSHROOM:1", + "A3": "BOWL:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/MUTTON.json b/items/MUTTON.json index 1054d561..2c6cd553 100644 --- a/items/MUTTON.json +++ b/items/MUTTON.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:mutton", - "displayname": "§fMutton", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fMutton\"},ExtraAttributes:{id:\"MUTTON\"}}", + "displayname": "§fRaw Mutton", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRaw Mutton\"},ExtraAttributes:{id:\"MUTTON\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "MUTTON", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Mutton" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/MYCEL.json b/items/MYCEL.json new file mode 100644 index 00000000..ffe6f722 --- /dev/null +++ b/items/MYCEL.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:mycelium", + "displayname": "§fMycelium", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMycelium\"},ExtraAttributes:{id:\"MYCEL\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "MYCEL", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/NAME_TAG.json b/items/NAME_TAG.json index 925eb443..b7f62a1b 100644 --- a/items/NAME_TAG.json +++ b/items/NAME_TAG.json @@ -1,12 +1,13 @@ { - "itemid": 421, - "displayname": "§aName Tag", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aName Tag\"},ExtraAttributes:{id:\"NAME_TAG\"}}", + "itemid": "minecraft:name_tag", + "displayname": "§fName Tag", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fName Tag\"},ExtraAttributes:{id:\"NAME_TAG\"}}", "damage": 0, "lore": [ - "§a§lUNCOMMON" + "§f§lCOMMON" ], "internalname": "NAME_TAG", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_BOOTS.json b/items/NECROMANCER_LORD_BOOTS.json new file mode 100644 index 00000000..d0de3cfc --- /dev/null +++ b/items/NECROMANCER_LORD_BOOTS.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§6Necromancer Lord Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d510 \",1:\"§7Health: §a+180 HP \",2:\"§7Defense: §a+150 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§6Full Set Bonus: Soul Whisper\",6:\"§7Increase the damage of your\",7:\"§7necromancer summoned mobs by\",8:\"§7§c20%§7.\",9:\"\",10:\"§7Allows the wearer to store\",11:\"§7and summon an additional\",12:\"§7§e1 §7souls in their\",13:\"§7necromancer weapon.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VI\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:4195154,Name:\"§6Necromancer Lord Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d510 ", + "§7Health: §a+180 HP ", + "§7Defense: §a+150 ", + "§7Intelligence: §a+10 ", + "", + "§6Full Set Bonus: Soul Whisper", + "§7Increase the damage of your", + "§7necromancer summoned mobs by", + "§7§c20%§7.", + "", + "§7Allows the wearer to store", + "§7and summon an additional", + "§7§e1 §7souls in their", + "§7necromancer weapon.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON BOOTS" + ], + "internalname": "NECROMANCER_LORD_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_CHESTPLATE.json b/items/NECROMANCER_LORD_CHESTPLATE.json new file mode 100644 index 00000000..7d97c06e --- /dev/null +++ b/items/NECROMANCER_LORD_CHESTPLATE.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§6Necromancer Lord Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d830 \",1:\"§7Health: §a+300 HP \",2:\"§7Defense: §a+250 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§6Full Set Bonus: Soul Whisper\",6:\"§7Increase the damage of your\",7:\"§7necromancer summoned mobs by\",8:\"§7§c20%§7.\",9:\"\",10:\"§7Allows the wearer to store\",11:\"§7and summon an additional\",12:\"§7§e1 §7souls in their\",13:\"§7necromancer weapon.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VI\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:0,Name:\"§6Necromancer Lord Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d830 ", + "§7Health: §a+300 HP ", + "§7Defense: §a+250 ", + "§7Intelligence: §a+10 ", + "", + "§6Full Set Bonus: Soul Whisper", + "§7Increase the damage of your", + "§7necromancer summoned mobs by", + "§7§c20%§7.", + "", + "§7Allows the wearer to store", + "§7and summon an additional", + "§7§e1 §7souls in their", + "§7necromancer weapon.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON CHESTPLATE" + ], + "internalname": "NECROMANCER_LORD_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_HELMET.json b/items/NECROMANCER_LORD_HELMET.json new file mode 100644 index 00000000..d2db7aa1 --- /dev/null +++ b/items/NECROMANCER_LORD_HELMET.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Necromancer Lord Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e24c542-e7c7-3fee-94b5-415eeaf3e169\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODUyZjkyNjk0YWQ4MWU2MzU4YjQzMDcyYWFlZjI1ZjhlMDA5OTE4NGJiNGM3ZmQzODhlNGFkZjcwYWNjN2UwZiJ9fX0\"}]}},display:{Lore:[0:\"§7Gear Score: §d553 \",1:\"§7Health: §a+200 HP \",2:\"§7Defense: §a+160 \",3:\"§7Intelligence: §a+15 \",4:\"\",5:\"§6Full Set Bonus: Soul Whisper\",6:\"§7Increase the damage of your\",7:\"§7necromancer summoned mobs by\",8:\"§7§c20%§7.\",9:\"\",10:\"§7Allows the wearer to store\",11:\"§7and summon an additional\",12:\"§7§e1 §7souls in their\",13:\"§7necromancer weapon.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VI\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Necromancer Lord Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_HELMET\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d553 ", + "§7Health: §a+200 HP ", + "§7Defense: §a+160 ", + "§7Intelligence: §a+15 ", + "", + "§6Full Set Bonus: Soul Whisper", + "§7Increase the damage of your", + "§7necromancer summoned mobs by", + "§7§c20%§7.", + "", + "§7Allows the wearer to store", + "§7and summon an additional", + "§7§e1 §7souls in their", + "§7necromancer weapon.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON HELMET" + ], + "internalname": "NECROMANCER_LORD_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/NECROMANCER_LORD_LEGGINGS.json b/items/NECROMANCER_LORD_LEGGINGS.json new file mode 100644 index 00000000..53b260c3 --- /dev/null +++ b/items/NECROMANCER_LORD_LEGGINGS.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§6Necromancer Lord Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d720 \",1:\"§7Health: §a+250 HP \",2:\"§7Defense: §a+220 \",3:\"§7Intelligence: §a+10 \",4:\"\",5:\"§6Full Set Bonus: Soul Whisper\",6:\"§7Increase the damage of your\",7:\"§7necromancer summoned mobs by\",8:\"§7§c20%§7.\",9:\"\",10:\"§7Allows the wearer to store\",11:\"§7and summon an additional\",12:\"§7§e1 §7souls in their\",13:\"§7necromancer weapon.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§7§4❣ §cRequires §aCatacombs Floor VI\",17:\"§aCompletion\",18:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:3604807,Name:\"§6Necromancer Lord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_LORD_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d720 ", + "§7Health: §a+250 HP ", + "§7Defense: §a+220 ", + "§7Intelligence: §a+10 ", + "", + "§6Full Set Bonus: Soul Whisper", + "§7Increase the damage of your", + "§7necromancer summoned mobs by", + "§7§c20%§7.", + "", + "§7Allows the wearer to store", + "§7and summon an additional", + "§7§e1 §7souls in their", + "§7necromancer weapon.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON LEGGINGS" + ], + "internalname": "NECROMANCER_LORD_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/NECROMANCER_SWORD.json b/items/NECROMANCER_SWORD.json new file mode 100644 index 00000000..965d1075 --- /dev/null +++ b/items/NECROMANCER_SWORD.json @@ -0,0 +1,41 @@ +{ + "itemid": "minecraft:iron_sword", + "displayname": "§6Necromancer Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d675 \",1:\"§7Damage: §c+250 \",2:\"§7Strength: §c+125 \",3:\"\",4:\"§7Defense: §a+125 \",5:\"\",6:\"§6Item Ability: Raise Souls §e§lRIGHT CLICK\",7:\"§7Monsters you kill using this\",8:\"§7item will drop their soul. You\",9:\"§7can click on their souls on the\",10:\"§7ground using this item to absorb\",11:\"§7them and then spawn them to\",12:\"§7fight by your side.\",13:\"§7\",14:\"§7Mana cost is based on the power\",15:\"§7of the monsters that you summon.\",16:\"§7Shift right-click to view and\",17:\"§7remove souls from this item. If\",18:\"§7your summoned monster dies the\",19:\"§7soul will be removed.\",20:\"§8Cooldown: §a1s\",21:\"\",22:\"§7Max Souls: §d2\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§7§4❣ §cRequires §aCatacombs Floor VI\",26:\"§aCompletion\",27:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Necromancer Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"NECROMANCER_SWORD\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d675 ", + "§7Damage: §c+250 ", + "§7Strength: §c+125 ", + "", + "§7Defense: §a+125 ", + "", + "§6Item Ability: Raise Souls §e§lRIGHT CLICK", + "§7Monsters you kill using this", + "§7item will drop their soul. You", + "§7can click on their souls on the", + "§7ground using this item to absorb", + "§7them and then spawn them to", + "§7fight by your side.", + "§7", + "§7Mana cost is based on the power", + "§7of the monsters that you summon.", + "§7Shift right-click to view and", + "§7remove souls from this item. If", + "§7your summoned monster dies the", + "§7soul will be removed.", + "§8Cooldown: §a1s", + "", + "§7Max Souls: §d2", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "internalname": "NECROMANCER_SWORD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/NETHERRACK.json b/items/NETHERRACK.json index 15bd50cf..c719cffd 100644 --- a/items/NETHERRACK.json +++ b/items/NETHERRACK.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:netherrack", "displayname": "§fNetherrack", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fNetherrack\"},ExtraAttributes:{id:\"NETHERRACK\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNetherrack\"},ExtraAttributes:{id:\"NETHERRACK\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "NETHERRACK", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Netherrack" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/NETHER_BRICK.json b/items/NETHER_BRICK.json index 647dc4d7..bef3374f 100644 --- a/items/NETHER_BRICK.json +++ b/items/NETHER_BRICK.json @@ -1,12 +1,24 @@ { - "internalname": "NETHER_BRICK", "itemid": "minecraft:nether_brick", - "displayname": "§fNether Bricks", - "clickcommand": "", + "displayname": "§fNether Brick", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNether Brick\"},ExtraAttributes:{id:\"NETHER_BRICK\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNether Bricks\"},ExtraAttributes:{id:\"NETHER_BRICK\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "NETHER_BRICK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/NETHER_BRICK_ITEM.json b/items/NETHER_BRICK_ITEM.json index 97637303..acd3e4c7 100644 --- a/items/NETHER_BRICK_ITEM.json +++ b/items/NETHER_BRICK_ITEM.json @@ -1,12 +1,24 @@ { - "internalname": "NETHER_BRICK_ITEM", - "itemid": "minecraft:netherbrick", + "itemid": "minecraft:nether_brick", "displayname": "§fNether Brick", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNether Brick\"},ExtraAttributes:{id:\"NETHER_BRICK_ITEM\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "NETHER_BRICK_ITEM", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/NETHER_BRICK_STAIRS.json b/items/NETHER_BRICK_STAIRS.json new file mode 100644 index 00000000..2b626f9a --- /dev/null +++ b/items/NETHER_BRICK_STAIRS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:nether_brick_stairs", + "displayname": "§fNether Brick Stairs", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNether Brick Stairs\"},ExtraAttributes:{id:\"NETHER_BRICK_STAIRS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "NETHER_BRICK_STAIRS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "NETHER_BRICK:1", + "A2": "", + "A3": "", + "B1": "NETHER_BRICK:1", + "B2": "NETHER_BRICK:1", + "B3": "", + "C1": "NETHER_BRICK:1", + "C2": "NETHER_BRICK:1", + "C3": "NETHER_BRICK:1" + } +}
\ No newline at end of file diff --git a/items/NETHER_FENCE.json b/items/NETHER_FENCE.json new file mode 100644 index 00000000..e98cad48 --- /dev/null +++ b/items/NETHER_FENCE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:nether_brick_fence", + "displayname": "§fNether Brick Fence", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNether Brick Fence\"},ExtraAttributes:{id:\"NETHER_FENCE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "NETHER_FENCE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "NETHER_BRICK:1", + "A2": "NETHER_BRICK:1", + "A3": "NETHER_BRICK:1", + "B1": "NETHER_BRICK:1", + "B2": "NETHER_BRICK:1", + "B3": "NETHER_BRICK:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/NETHER_STAR.json b/items/NETHER_STAR.json new file mode 100644 index 00000000..8d17b218 --- /dev/null +++ b/items/NETHER_STAR.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:nether_star", + "displayname": "§fNether Star", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNether Star\"},ExtraAttributes:{id:\"NETHER_STAR\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "NETHER_STAR", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/NETHER_WARTS.json b/items/NETHER_WARTS.json new file mode 100644 index 00000000..46ae9025 --- /dev/null +++ b/items/NETHER_WARTS.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:nether_wart", + "displayname": "§fNether Wart", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNether Wart\"},ExtraAttributes:{id:\"NETHER_WARTS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "NETHER_WARTS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/NEW_YEAR_CAKE.json b/items/NEW_YEAR_CAKE.json index b076419a..4517cbcf 100644 --- a/items/NEW_YEAR_CAKE.json +++ b/items/NEW_YEAR_CAKE.json @@ -4,7 +4,7 @@ "displayname": "§cNew Year Cake", "clickcommand": "", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Given to every player as a\",1:\"§7celebration for the 69th\",2:\"§7SkyBlock year!\",3:\"\",4:\"§c§lSPECIAL\"],Name:\"§cNew Year Cake\"},ExtraAttributes:{new_years_cake:76,id:\"NEW_YEAR_CAKE\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Given to every player as a\",1:\"§7celebration for the 69th\",2:\"§7SkyBlock year!\",3:\"\",4:\"§c§lSPECIAL\"],Name:\"§cNew Year Cake\"},ExtraAttributes:{new_years_cake:69,id:\"NEW_YEAR_CAKE\"}}", "modver": "1.3-REL", "lore": [ "§7Given to every player as a", diff --git a/items/NOTE_BLOCK.json b/items/NOTE_BLOCK.json index 5c667644..1628b50b 100644 --- a/items/NOTE_BLOCK.json +++ b/items/NOTE_BLOCK.json @@ -1,12 +1,24 @@ { "itemid": "minecraft:noteblock", - "displayname": "§fNoteblock", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fNoteblock\"},ExtraAttributes:{id:\"NOTE_BLOCK\"}}", + "displayname": "§fNote Block", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNote Block\"},ExtraAttributes:{id:\"NOTE_BLOCK\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "NOTE_BLOCK", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "WOOD:1", + "B1": "WOOD:1", + "B2": "REDSTONE:1", + "B3": "WOOD:1", + "C1": "WOOD:1", + "C2": "WOOD:1", + "C3": "WOOD:1" + } }
\ No newline at end of file diff --git a/items/OBSIDIAN.json b/items/OBSIDIAN.json index 3e31a62f..155e7570 100644 --- a/items/OBSIDIAN.json +++ b/items/OBSIDIAN.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:obsidian", "displayname": "§fObsidian", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fObsidian\"},ExtraAttributes:{id:\"OBSIDIAN\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fObsidian\"},ExtraAttributes:{id:\"OBSIDIAN\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "OBSIDIAN", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Obsidian" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/OLD_BABY.json b/items/OLD_BABY.json new file mode 100644 index 00000000..1f83d4b5 --- /dev/null +++ b/items/OLD_BABY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Baby Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"99610800-074c-3878-b1cc-d94c6f59356f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmVhZjgzNmI3MTgzNTU0MjY5NjQ3ODI3Mjg5YzY3YTM4NTVlOGQwYjM0NTcxOTMyODE4OGRlZmRiZDA1YTY0YiJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Old Dragon Helmet\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"OLD_BABY\",uuid:\"8e2b9cd4-c2a1-4966-88e4-361746c7191d\",timestamp:\"10/27/20 5:34 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§6Old Dragon Helmet", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "OLD_BABY", + "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/OVERLOAD;1.json b/items/OVERLOAD;1.json new file mode 100644 index 00000000..fd35c85b --- /dev/null +++ b/items/OVERLOAD;1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9Overload I\",1:\"§7Increases §9☠ Crit Damage §7by\",2:\"§7§a1%§7 and §9☣ Crit Chance §7by\",3:\"§7§a1%§7. Having a Critical chance\",4:\"§7above §9100% §7grants a chance\",5:\"§7to perform a Mega Critical Hit\",6:\"§7dealing §910% §7extra damage.\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"OVERLOAD;1\",enchantments:{overload:1},uuid:\"318a269a-19aa-4671-bc0b-0a5e76125532\",timestamp:\"9/20/20 2:02 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9Overload I", + "§7Increases §9☠ Crit Damage §7by", + "§7§a1%§7 and §9☣ Crit Chance §7by", + "§7§a1%§7. Having a Critical chance", + "§7above §9100% §7grants a chance", + "§7to perform a Mega Critical Hit", + "§7dealing §910% §7extra damage.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "OVERLOAD;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-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/PACKED_ICE.json b/items/PACKED_ICE.json index b376737d..77f71dae 100644 --- a/items/PACKED_ICE.json +++ b/items/PACKED_ICE.json @@ -6,23 +6,8 @@ "lore": [ "§f§lCOMMON" ], - "recipe": { - "A1": "ICE:1", - "A2": "ICE:1", - "A3": "ICE:1", - "B1": "ICE:1", - "B2": "ICE:1", - "B3": "ICE:1", - "C1": "ICE:1", - "C2": "ICE:1", - "C3": "ICE:1" - }, "internalname": "PACKED_ICE", - "clickcommand": "viewrecipe", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Packed_Ice" - ], - "crafttext": "Requires: Ice III" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/PAINTING.json b/items/PAINTING.json index e8e7d1cf..4d641c94 100644 --- a/items/PAINTING.json +++ b/items/PAINTING.json @@ -1,5 +1,5 @@ { - "itemid": 321, + "itemid": "minecraft:painting", "displayname": "§fPainting", "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPainting\"},ExtraAttributes:{id:\"PAINTING\"}}", "damage": 0, @@ -7,6 +7,18 @@ "§f§lCOMMON" ], "internalname": "PAINTING", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STICK:1", + "A2": "STICK:1", + "A3": "STICK:1", + "B1": "STICK:1", + "B2": "WOOL:1", + "B3": "STICK:1", + "C1": "STICK:1", + "C2": "STICK:1", + "C3": "STICK:1" + } }
\ No newline at end of file diff --git a/items/PAPER.json b/items/PAPER.json index 1ef77a8b..e44bb3b2 100644 --- a/items/PAPER.json +++ b/items/PAPER.json @@ -7,10 +7,18 @@ "§f§lCOMMON" ], "internalname": "PAPER", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Paper" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SUGAR_CANE:1", + "A2": "SUGAR_CANE:1", + "A3": "SUGAR_CANE:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_10.json b/items/PERFECT_BOOTS_10.json new file mode 100644 index 00000000..2542d579 --- /dev/null +++ b/items/PERFECT_BOOTS_10.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_boots", + "displayname": "§6Perfect Boots - Tier X", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+270\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier X\"},ExtraAttributes:{id:\"PERFECT_BOOTS_10\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+270", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY BOOTS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_BOOTS_9:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_BOOTS_10", + "parent": "PERFECT_BOOTS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_11.json b/items/PERFECT_BOOTS_11.json new file mode 100644 index 00000000..37df09ee --- /dev/null +++ b/items/PERFECT_BOOTS_11.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_boots", + "displayname": "§6Perfect Boots - Tier XI", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+290\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier XI\"},ExtraAttributes:{id:\"PERFECT_BOOTS_11\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+290", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY BOOTS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_BOOTS_10:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_BOOTS_11", + "parent": "PERFECT_BOOTS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_12.json b/items/PERFECT_BOOTS_12.json index 2da1283d..19736b71 100644 --- a/items/PERFECT_BOOTS_12.json +++ b/items/PERFECT_BOOTS_12.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_boots", "displayname": "§6Perfect Boots - Tier XII", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+310\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier XII\"},ExtraAttributes:{originTag:\"PERFECT_BOOTS_11_UPGRADE\",id:\"PERFECT_BOOTS_12\",uuid:\"0781e6b3-5023-4928-8726-029c8886d299\",timestamp:\"7/8/20 2:12 AM\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+310\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier XII\"},ExtraAttributes:{id:\"PERFECT_BOOTS_12\"}}", "damage": 0, "lore": [ "§7Defense: §a+310", @@ -21,10 +21,7 @@ "C3": "" }, "internalname": "PERFECT_BOOTS_12", + "parent": "PERFECT_BOOTS_1", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] + "modver": "1.3-REL" }
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_2.json b/items/PERFECT_BOOTS_2.json new file mode 100644 index 00000000..5f8cee77 --- /dev/null +++ b/items/PERFECT_BOOTS_2.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_boots", + "displayname": "§9Perfect Boots - Tier II", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+110\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE BOOTS\"],Name:\"§9Perfect Boots - Tier II\"},ExtraAttributes:{id:\"PERFECT_BOOTS_2\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+110", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§9§lRARE BOOTS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_BOOTS_1:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_BOOTS_2", + "parent": "PERFECT_BOOTS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_3.json b/items/PERFECT_BOOTS_3.json new file mode 100644 index 00000000..5558d582 --- /dev/null +++ b/items/PERFECT_BOOTS_3.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_boots", + "displayname": "§9Perfect Boots - Tier III", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+130\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE BOOTS\"],Name:\"§9Perfect Boots - Tier III\"},ExtraAttributes:{id:\"PERFECT_BOOTS_3\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+130", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§9§lRARE BOOTS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_BOOTS_2:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_BOOTS_3", + "parent": "PERFECT_BOOTS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_4.json b/items/PERFECT_BOOTS_4.json new file mode 100644 index 00000000..508b69c5 --- /dev/null +++ b/items/PERFECT_BOOTS_4.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_boots", + "displayname": "§5Perfect Boots - Tier IV", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+150\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier IV\"},ExtraAttributes:{id:\"PERFECT_BOOTS_4\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+150", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC BOOTS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_BOOTS_3:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_BOOTS_4", + "parent": "PERFECT_BOOTS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_5.json b/items/PERFECT_BOOTS_5.json new file mode 100644 index 00000000..369cd93f --- /dev/null +++ b/items/PERFECT_BOOTS_5.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_boots", + "displayname": "§5Perfect Boots - Tier V", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+170\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier V\"},ExtraAttributes:{id:\"PERFECT_BOOTS_5\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+170", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC BOOTS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_BOOTS_4:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_BOOTS_5", + "parent": "PERFECT_BOOTS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_6.json b/items/PERFECT_BOOTS_6.json new file mode 100644 index 00000000..acc36554 --- /dev/null +++ b/items/PERFECT_BOOTS_6.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_boots", + "displayname": "§5Perfect Boots - Tier VI", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+190\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier VI\"},ExtraAttributes:{id:\"PERFECT_BOOTS_6\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+190", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC BOOTS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_BOOTS_5:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_BOOTS_6", + "parent": "PERFECT_BOOTS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_7.json b/items/PERFECT_BOOTS_7.json new file mode 100644 index 00000000..46cd30c8 --- /dev/null +++ b/items/PERFECT_BOOTS_7.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_boots", + "displayname": "§5Perfect Boots - Tier VII", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+210\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC BOOTS\"],Name:\"§5Perfect Boots - Tier VII\"},ExtraAttributes:{id:\"PERFECT_BOOTS_7\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+210", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC BOOTS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_BOOTS_6:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_BOOTS_7", + "parent": "PERFECT_BOOTS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_8.json b/items/PERFECT_BOOTS_8.json new file mode 100644 index 00000000..7ce7ac26 --- /dev/null +++ b/items/PERFECT_BOOTS_8.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_boots", + "displayname": "§6Perfect Boots - Tier VIII", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+230\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier VIII\"},ExtraAttributes:{id:\"PERFECT_BOOTS_8\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+230", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY BOOTS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_BOOTS_7:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_BOOTS_8", + "parent": "PERFECT_BOOTS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_BOOTS_9.json b/items/PERFECT_BOOTS_9.json new file mode 100644 index 00000000..e2157aa5 --- /dev/null +++ b/items/PERFECT_BOOTS_9.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_boots", + "displayname": "§6Perfect Boots - Tier IX", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+250\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY BOOTS\"],Name:\"§6Perfect Boots - Tier IX\"},ExtraAttributes:{id:\"PERFECT_BOOTS_9\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+250", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY BOOTS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_BOOTS_8:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_BOOTS_9", + "parent": "PERFECT_BOOTS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_10.json b/items/PERFECT_CHESTPLATE_10.json new file mode 100644 index 00000000..e4e8d242 --- /dev/null +++ b/items/PERFECT_CHESTPLATE_10.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_chestplate", + "displayname": "§6Perfect Chestplate - Tier X", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+340\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier X\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_10\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+340", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY CHESTPLATE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_CHESTPLATE_9:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_CHESTPLATE_10", + "parent": "PERFECT_CHESTPLATE_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_11.json b/items/PERFECT_CHESTPLATE_11.json new file mode 100644 index 00000000..a2f407b6 --- /dev/null +++ b/items/PERFECT_CHESTPLATE_11.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_chestplate", + "displayname": "§6Perfect Chestplate - Tier XI", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+360\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier XI\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_11\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+360", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY CHESTPLATE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_CHESTPLATE_10:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_CHESTPLATE_11", + "parent": "PERFECT_CHESTPLATE_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_12.json b/items/PERFECT_CHESTPLATE_12.json index 4be64280..70bce15b 100644 --- a/items/PERFECT_CHESTPLATE_12.json +++ b/items/PERFECT_CHESTPLATE_12.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_chestplate", "displayname": "§6Perfect Chestplate - Tier XII", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+380\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier XII\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_12\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+380\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier XII\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_12\"}}", "damage": 0, "lore": [ "§7Defense: §a+380", @@ -21,10 +21,7 @@ "C3": "" }, "internalname": "PERFECT_CHESTPLATE_12", + "parent": "PERFECT_CHESTPLATE_1", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] + "modver": "1.3-REL" }
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_2.json b/items/PERFECT_CHESTPLATE_2.json new file mode 100644 index 00000000..d577317c --- /dev/null +++ b/items/PERFECT_CHESTPLATE_2.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_chestplate", + "displayname": "§9Perfect Chestplate - Tier II", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+180\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE CHESTPLATE\"],Name:\"§9Perfect Chestplate - Tier II\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_2\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+180", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§9§lRARE CHESTPLATE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_CHESTPLATE_1:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_CHESTPLATE_2", + "parent": "PERFECT_CHESTPLATE_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_3.json b/items/PERFECT_CHESTPLATE_3.json new file mode 100644 index 00000000..87eb7fcf --- /dev/null +++ b/items/PERFECT_CHESTPLATE_3.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_chestplate", + "displayname": "§9Perfect Chestplate - Tier III", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+200\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE CHESTPLATE\"],Name:\"§9Perfect Chestplate - Tier III\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_3\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+200", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§9§lRARE CHESTPLATE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_CHESTPLATE_2:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_CHESTPLATE_3", + "parent": "PERFECT_CHESTPLATE_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_4.json b/items/PERFECT_CHESTPLATE_4.json new file mode 100644 index 00000000..afbe749a --- /dev/null +++ b/items/PERFECT_CHESTPLATE_4.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_chestplate", + "displayname": "§5Perfect Chestplate - Tier IV", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+220\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Perfect Chestplate - Tier IV\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_4\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+220", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC CHESTPLATE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_CHESTPLATE_3:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_CHESTPLATE_4", + "parent": "PERFECT_CHESTPLATE_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_5.json b/items/PERFECT_CHESTPLATE_5.json new file mode 100644 index 00000000..2781c460 --- /dev/null +++ b/items/PERFECT_CHESTPLATE_5.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_chestplate", + "displayname": "§5Perfect Chestplate - Tier V", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+240\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Perfect Chestplate - Tier V\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_5\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+240", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC CHESTPLATE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_CHESTPLATE_4:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_CHESTPLATE_5", + "parent": "PERFECT_CHESTPLATE_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_6.json b/items/PERFECT_CHESTPLATE_6.json new file mode 100644 index 00000000..9f93860b --- /dev/null +++ b/items/PERFECT_CHESTPLATE_6.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_chestplate", + "displayname": "§5Perfect Chestplate - Tier VI", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+260\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Perfect Chestplate - Tier VI\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_6\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+260", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC CHESTPLATE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_CHESTPLATE_5:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_CHESTPLATE_6", + "parent": "PERFECT_CHESTPLATE_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_7.json b/items/PERFECT_CHESTPLATE_7.json new file mode 100644 index 00000000..da0aa001 --- /dev/null +++ b/items/PERFECT_CHESTPLATE_7.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_chestplate", + "displayname": "§5Perfect Chestplate - Tier VII", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+280\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC CHESTPLATE\"],Name:\"§5Perfect Chestplate - Tier VII\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_7\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+280", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC CHESTPLATE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_CHESTPLATE_6:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_CHESTPLATE_7", + "parent": "PERFECT_CHESTPLATE_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_8.json b/items/PERFECT_CHESTPLATE_8.json new file mode 100644 index 00000000..03dee852 --- /dev/null +++ b/items/PERFECT_CHESTPLATE_8.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_chestplate", + "displayname": "§6Perfect Chestplate - Tier VIII", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+300\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier VIII\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_8\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+300", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY CHESTPLATE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_CHESTPLATE_7:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_CHESTPLATE_8", + "parent": "PERFECT_CHESTPLATE_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_CHESTPLATE_9.json b/items/PERFECT_CHESTPLATE_9.json new file mode 100644 index 00000000..339ad395 --- /dev/null +++ b/items/PERFECT_CHESTPLATE_9.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_chestplate", + "displayname": "§6Perfect Chestplate - Tier IX", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+320\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY CHESTPLATE\"],Name:\"§6Perfect Chestplate - Tier IX\"},ExtraAttributes:{id:\"PERFECT_CHESTPLATE_9\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+320", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY CHESTPLATE" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_CHESTPLATE_8:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_CHESTPLATE_9", + "parent": "PERFECT_CHESTPLATE_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_FORGE.json b/items/PERFECT_FORGE.json new file mode 100644 index 00000000..1721b8e5 --- /dev/null +++ b/items/PERFECT_FORGE.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Reinforced Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"cc553c34-157d-3183-bdf2-fee34b8b68e4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODU1YjcyZjUyOWY5YmQzM2E2ZWMxZGYxNmYxN2YwNTRkZWNlNmI1NTNjMjFkMjg2YWQ0ZTkzZmM2NTgxNDdkMyJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§aPerfect Helmet\",7:\"\",8:\"§6§lLEGENDARY COSMETIC\"],Name:\"§6Reinforced Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PERFECT_FORGE\",uuid:\"574782fc-33fc-4269-ac1e-d531f40c4247\",timestamp:\"10/3/20 12:13 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§aPerfect Helmet", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "PERFECT_FORGE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_10.json b/items/PERFECT_HELMET_10.json new file mode 100644 index 00000000..8d0bf987 --- /dev/null +++ b/items/PERFECT_HELMET_10.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_helmet", + "displayname": "§6Perfect Helmet - Tier X", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+290\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY HELMET\"],Name:\"§6Perfect Helmet - Tier X\"},ExtraAttributes:{id:\"PERFECT_HELMET_10\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+290", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY HELMET" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_HELMET_9:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_HELMET_10", + "parent": "PERFECT_HELMET_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_11.json b/items/PERFECT_HELMET_11.json new file mode 100644 index 00000000..7db10442 --- /dev/null +++ b/items/PERFECT_HELMET_11.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_helmet", + "displayname": "§6Perfect Helmet - Tier XI", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+310\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY HELMET\"],Name:\"§6Perfect Helmet - Tier XI\"},ExtraAttributes:{id:\"PERFECT_HELMET_11\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+310", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY HELMET" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_HELMET_10:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_HELMET_11", + "parent": "PERFECT_HELMET_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_12.json b/items/PERFECT_HELMET_12.json index a6ee6173..78b57530 100644 --- a/items/PERFECT_HELMET_12.json +++ b/items/PERFECT_HELMET_12.json @@ -21,10 +21,7 @@ "C3": "" }, "internalname": "PERFECT_HELMET_12", + "parent": "PERFECT_HELMET_1", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] + "modver": "1.3-REL" }
\ No newline at end of file diff --git a/items/PERFECT_HELMET_2.json b/items/PERFECT_HELMET_2.json new file mode 100644 index 00000000..4c21815c --- /dev/null +++ b/items/PERFECT_HELMET_2.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_helmet", + "displayname": "§9Perfect Helmet - Tier II", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+130\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE HELMET\"],Name:\"§9Perfect Helmet - Tier II\"},ExtraAttributes:{id:\"PERFECT_HELMET_2\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+130", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§9§lRARE HELMET" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_HELMET_1:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_HELMET_2", + "parent": "PERFECT_HELMET_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_3.json b/items/PERFECT_HELMET_3.json new file mode 100644 index 00000000..c4285866 --- /dev/null +++ b/items/PERFECT_HELMET_3.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_helmet", + "displayname": "§9Perfect Helmet - Tier III", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+150\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE HELMET\"],Name:\"§9Perfect Helmet - Tier III\"},ExtraAttributes:{id:\"PERFECT_HELMET_3\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+150", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§9§lRARE HELMET" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_HELMET_2:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_HELMET_3", + "parent": "PERFECT_HELMET_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_4.json b/items/PERFECT_HELMET_4.json new file mode 100644 index 00000000..63623f45 --- /dev/null +++ b/items/PERFECT_HELMET_4.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_helmet", + "displayname": "§5Perfect Helmet - Tier IV", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+170\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC HELMET\"],Name:\"§5Perfect Helmet - Tier IV\"},ExtraAttributes:{id:\"PERFECT_HELMET_4\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+170", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC HELMET" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_HELMET_3:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_HELMET_4", + "parent": "PERFECT_HELMET_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_5.json b/items/PERFECT_HELMET_5.json new file mode 100644 index 00000000..e1d3c75a --- /dev/null +++ b/items/PERFECT_HELMET_5.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_helmet", + "displayname": "§5Perfect Helmet - Tier V", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+190\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC HELMET\"],Name:\"§5Perfect Helmet - Tier V\"},ExtraAttributes:{id:\"PERFECT_HELMET_5\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+190", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC HELMET" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_HELMET_4:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_HELMET_5", + "parent": "PERFECT_HELMET_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_6.json b/items/PERFECT_HELMET_6.json new file mode 100644 index 00000000..9b17c032 --- /dev/null +++ b/items/PERFECT_HELMET_6.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_helmet", + "displayname": "§5Perfect Helmet - Tier VI", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+210\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC HELMET\"],Name:\"§5Perfect Helmet - Tier VI\"},ExtraAttributes:{id:\"PERFECT_HELMET_6\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+210", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC HELMET" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_HELMET_5:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_HELMET_6", + "parent": "PERFECT_HELMET_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_7.json b/items/PERFECT_HELMET_7.json new file mode 100644 index 00000000..b31c8997 --- /dev/null +++ b/items/PERFECT_HELMET_7.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_helmet", + "displayname": "§5Perfect Helmet - Tier VII", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+230\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC HELMET\"],Name:\"§5Perfect Helmet - Tier VII\"},ExtraAttributes:{id:\"PERFECT_HELMET_7\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+230", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC HELMET" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_HELMET_6:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_HELMET_7", + "parent": "PERFECT_HELMET_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_8.json b/items/PERFECT_HELMET_8.json new file mode 100644 index 00000000..5b3a50c9 --- /dev/null +++ b/items/PERFECT_HELMET_8.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_helmet", + "displayname": "§6Perfect Helmet - Tier VIII", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+250\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY HELMET\"],Name:\"§6Perfect Helmet - Tier VIII\"},ExtraAttributes:{id:\"PERFECT_HELMET_8\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+250", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY HELMET" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_HELMET_7:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_HELMET_8", + "parent": "PERFECT_HELMET_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_HELMET_9.json b/items/PERFECT_HELMET_9.json new file mode 100644 index 00000000..04873344 --- /dev/null +++ b/items/PERFECT_HELMET_9.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_helmet", + "displayname": "§6Perfect Helmet - Tier IX", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+270\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY HELMET\"],Name:\"§6Perfect Helmet - Tier IX\"},ExtraAttributes:{id:\"PERFECT_HELMET_9\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+270", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY HELMET" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_HELMET_8:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_HELMET_9", + "parent": "PERFECT_HELMET_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_10.json b/items/PERFECT_LEGGINGS_10.json new file mode 100644 index 00000000..df1eaf39 --- /dev/null +++ b/items/PERFECT_LEGGINGS_10.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_leggings", + "displayname": "§6Perfect Leggings - Tier X", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+320\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier X\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_10\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+320", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY LEGGINGS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_LEGGINGS_9:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_LEGGINGS_10", + "parent": "PERFECT_LEGGINGS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_11.json b/items/PERFECT_LEGGINGS_11.json new file mode 100644 index 00000000..2d5f6009 --- /dev/null +++ b/items/PERFECT_LEGGINGS_11.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_leggings", + "displayname": "§6Perfect Leggings - Tier XI", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+340\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier XI\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_11\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+340", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY LEGGINGS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_LEGGINGS_10:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_LEGGINGS_11", + "parent": "PERFECT_LEGGINGS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_12.json b/items/PERFECT_LEGGINGS_12.json index ff6fff2e..11197b35 100644 --- a/items/PERFECT_LEGGINGS_12.json +++ b/items/PERFECT_LEGGINGS_12.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:diamond_leggings", "displayname": "§6Perfect Leggings - Tier XII", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+360\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier XII\"},ExtraAttributes:{originTag:\"PERFECT_LEGGINGS_11_UPGRADE\",id:\"PERFECT_LEGGINGS_12\",uuid:\"04b22fbb-1aa2-43dd-bd36-78896d71b16c\",timestamp:\"7/8/20 8:23 PM\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+360\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier XII\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_12\"}}", "damage": 0, "lore": [ "§7Defense: §a+360", @@ -21,10 +21,7 @@ "C3": "" }, "internalname": "PERFECT_LEGGINGS_12", + "parent": "PERFECT_LEGGINGS_1", "clickcommand": "viewrecipe", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Perfect_Armor" - ] + "modver": "1.3-REL" }
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_2.json b/items/PERFECT_LEGGINGS_2.json new file mode 100644 index 00000000..2cf1ab84 --- /dev/null +++ b/items/PERFECT_LEGGINGS_2.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_leggings", + "displayname": "§9Perfect Leggings - Tier II", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+160\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier II\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_2\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+160", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§9§lRARE LEGGINGS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_LEGGINGS_1:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_LEGGINGS_2", + "parent": "PERFECT_LEGGINGS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_3.json b/items/PERFECT_LEGGINGS_3.json new file mode 100644 index 00000000..be5cc69e --- /dev/null +++ b/items/PERFECT_LEGGINGS_3.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_leggings", + "displayname": "§9Perfect Leggings - Tier III", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+180\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§9§lRARE LEGGINGS\"],Name:\"§9Perfect Leggings - Tier III\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_3\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+180", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§9§lRARE LEGGINGS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_LEGGINGS_2:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_LEGGINGS_3", + "parent": "PERFECT_LEGGINGS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_4.json b/items/PERFECT_LEGGINGS_4.json new file mode 100644 index 00000000..7274b498 --- /dev/null +++ b/items/PERFECT_LEGGINGS_4.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_leggings", + "displayname": "§5Perfect Leggings - Tier IV", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+200\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC LEGGINGS\"],Name:\"§5Perfect Leggings - Tier IV\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_4\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+200", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC LEGGINGS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_LEGGINGS_3:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_LEGGINGS_4", + "parent": "PERFECT_LEGGINGS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_5.json b/items/PERFECT_LEGGINGS_5.json new file mode 100644 index 00000000..b71dac97 --- /dev/null +++ b/items/PERFECT_LEGGINGS_5.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_leggings", + "displayname": "§5Perfect Leggings - Tier V", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+220\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC LEGGINGS\"],Name:\"§5Perfect Leggings - Tier V\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_5\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+220", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC LEGGINGS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_LEGGINGS_4:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_LEGGINGS_5", + "parent": "PERFECT_LEGGINGS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_6.json b/items/PERFECT_LEGGINGS_6.json new file mode 100644 index 00000000..af628a1d --- /dev/null +++ b/items/PERFECT_LEGGINGS_6.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_leggings", + "displayname": "§5Perfect Leggings - Tier VI", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+240\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC LEGGINGS\"],Name:\"§5Perfect Leggings - Tier VI\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_6\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+240", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC LEGGINGS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_LEGGINGS_5:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_LEGGINGS_6", + "parent": "PERFECT_LEGGINGS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_7.json b/items/PERFECT_LEGGINGS_7.json new file mode 100644 index 00000000..46a8f66b --- /dev/null +++ b/items/PERFECT_LEGGINGS_7.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_leggings", + "displayname": "§5Perfect Leggings - Tier VII", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+260\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§5§lEPIC LEGGINGS\"],Name:\"§5Perfect Leggings - Tier VII\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_7\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+260", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC LEGGINGS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_LEGGINGS_6:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_LEGGINGS_7", + "parent": "PERFECT_LEGGINGS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_8.json b/items/PERFECT_LEGGINGS_8.json new file mode 100644 index 00000000..dfc10f80 --- /dev/null +++ b/items/PERFECT_LEGGINGS_8.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_leggings", + "displayname": "§6Perfect Leggings - Tier VIII", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+280\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier VIII\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_8\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+280", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY LEGGINGS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_LEGGINGS_7:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_LEGGINGS_8", + "parent": "PERFECT_LEGGINGS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PERFECT_LEGGINGS_9.json b/items/PERFECT_LEGGINGS_9.json new file mode 100644 index 00000000..6f4db7e4 --- /dev/null +++ b/items/PERFECT_LEGGINGS_9.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:diamond_leggings", + "displayname": "§6Perfect Leggings - Tier IX", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Defense: §a+300\",1:\"\",2:\"§eRight-click to view recipes!\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY LEGGINGS\"],Name:\"§6Perfect Leggings - Tier IX\"},ExtraAttributes:{id:\"PERFECT_LEGGINGS_9\"}}", + "damage": 0, + "lore": [ + "§7Defense: §a+300", + "", + "§eRight-click to view recipes!", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY LEGGINGS" + ], + "recipe": { + "A1": "", + "A2": "ENCHANTED_DIAMOND_BLOCK:1", + "A3": "", + "B1": "ENCHANTED_DIAMOND_BLOCK:1", + "B2": "PERFECT_LEGGINGS_8:1", + "B3": "ENCHANTED_DIAMOND_BLOCK:1", + "C1": "", + "C2": "ENCHANTED_DIAMOND_BLOCK:1", + "C3": "" + }, + "internalname": "PERFECT_LEGGINGS_9", + "parent": "PERFECT_LEGGINGS_1", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" +}
\ No newline at end of file diff --git a/items/PET_SKIN_GUARDIAN.json b/items/PET_SKIN_GUARDIAN.json new file mode 100644 index 00000000..890ef78d --- /dev/null +++ b/items/PET_SKIN_GUARDIAN.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Watcher Guardian Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"36e3a30b-fa57-3aa6-ab40-76565a7ec96f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzdjYzc2ZTdhZjI5ZjVmM2ZiZmQ2ZWNlNzk0MTYwODExZWZmOTZmNzUzNDU5ZmE2MWQ3YWQxNzZhMDY0ZTNjNSJ9fX0K\"}]}},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 Guardian pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§5§lEPIC COSMETIC\"],Name:\"§5Watcher Guardian Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_GUARDIAN\",uuid:\"b78ad8d1-b453-4cc5-995b-b59fc3881f74\",timestamp:\"10/1/20 9:05 AM\"},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 Guardian pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PET_SKIN_GUARDIAN", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Fire_Sale" + ] +}
\ No newline at end of file diff --git a/items/PET_SKIN_ROCK_COOL.json b/items/PET_SKIN_ROCK_COOL.json new file mode 100644 index 00000000..af3af3c6 --- /dev/null +++ b/items/PET_SKIN_ROCK_COOL.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Cool Rock Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0cee5ea7-7af9-30bc-8c91-222ccfc4bae0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmVmY2RiYjdkOTU1MDJhY2MxYWUzNWEzMmE0MGNlNGRlYzhmNGM5ZjBkYTI2YzlkOWZlN2MyYzNlYjc0OGY2In19fQo\"}]}},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 Rock pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§9§lRARE COSMETIC\"],Name:\"§9Cool Rock Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ROCK_COOL\",uuid:\"73e857db-c1aa-4aed-90a3-4b38b17dd74f\",timestamp:\"9/22/20 2:54 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 Rock pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "PET_SKIN_ROCK_COOL", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PET_SKIN_ROCK_DERP.json b/items/PET_SKIN_ROCK_DERP.json new file mode 100644 index 00000000..ef4bf1fd --- /dev/null +++ b/items/PET_SKIN_ROCK_DERP.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Derpy Rock Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"7882fc9d-c633-3e5a-8105-8ea45cb6d9ce\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzRmODlmYmQxMmMyMDlmN2YyNmMxZjM0YTFiZDdmNDc2MzU4MTQ3NTljMDk2ODhkZDIxMmIyMDVjNzNhOGMwMiJ9fX0K\"}]}},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 Rock pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§9§lRARE COSMETIC\"],Name:\"§9Derpy Rock Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ROCK_DERP\",uuid:\"4fd567c1-205f-401a-bb15-7641f7cfbdd3\",timestamp:\"9/22/20 2:55 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 Rock pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "PET_SKIN_ROCK_DERP", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PET_SKIN_ROCK_EMBARRASSED.json b/items/PET_SKIN_ROCK_EMBARRASSED.json new file mode 100644 index 00000000..d7a13f03 --- /dev/null +++ b/items/PET_SKIN_ROCK_EMBARRASSED.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Embarrassed Rock Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"45ff4431-e837-38be-ac08-8cfc9ad09753\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjdmZjM0OTkyZTY2NTk5ZTg1MjkwMDhiZTNmYjU3N2NiMGFiNTQ1Mjk0MjUzZTI1YTBjYzk4OGU0MTZjODQ5In19fQo\"}]}},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 Rock pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§9§lRARE COSMETIC\"],Name:\"§9Embarrassed Rock Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ROCK_EMBARRASSED\",uuid:\"8846459a-afc2-4fea-a30c-d879d688c91f\",timestamp:\"9/22/20 2:57 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 Rock pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "PET_SKIN_ROCK_EMBARRASSED", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PET_SKIN_ROCK_LAUGH.json b/items/PET_SKIN_ROCK_LAUGH.json new file mode 100644 index 00000000..64038129 --- /dev/null +++ b/items/PET_SKIN_ROCK_LAUGH.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Laughing Rock Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"bec85db9-fd91-396d-861e-8ec67ac1eda9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOGNjMWVmNTEzZDVmNjE2Njc1MjQyMTc0YWNkZTdiOWQ2MjU5YTQ3YzRmZThmNmU0YjZlMjA5MjAzMTlkNzA3MyJ9fX0K\"}]}},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 Rock pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§9§lRARE COSMETIC\"],Name:\"§9Laughing Rock Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ROCK_LAUGH\",uuid:\"f94c22d0-e99f-48ce-9100-ff4883f480f1\",timestamp:\"9/22/20 2:58 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 Rock pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "PET_SKIN_ROCK_LAUGH", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PET_SKIN_ROCK_SMILE.json b/items/PET_SKIN_ROCK_SMILE.json new file mode 100644 index 00000000..cf5b6807 --- /dev/null +++ b/items/PET_SKIN_ROCK_SMILE.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Smiling Rock Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"67981030-6f1c-3348-81c5-a3d572617693\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzEzYzhiMjkxNmEyNzVkYjRjMTc2MmNmNWYxM2Q3Yjk1YjkxZDYwYmFmNTE2NGE0NDdkNmVmYTc3MDRjZjExYiJ9fX0K\"}]}},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 Rock pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§9§lRARE COSMETIC\"],Name:\"§9Smiling Rock Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ROCK_SMILE\",uuid:\"f5998fcf-2be7-42d7-b98d-0bce38012494\",timestamp:\"9/22/20 2:57 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 Rock pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "PET_SKIN_ROCK_SMILE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PET_SKIN_ROCK_THINKING.json b/items/PET_SKIN_ROCK_THINKING.json new file mode 100644 index 00000000..e3dc0780 --- /dev/null +++ b/items/PET_SKIN_ROCK_THINKING.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Thinking Rock Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"9562f758-0d5d-393c-abc1-482a2067b664\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGQyZjc4MWYwM2MzNjViYmM1ZGQxZTcxODZhYjM4ZGM2OTQ2NWU4MzZjOWZlMDY2YTlhODQ0ZjM0YTRkYTkyIn19fQo\"}]}},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 Rock pets.\",9:\"\",10:\"§7§eRight click on your pet to\",11:\"§eapply this skin!\",12:\"\",13:\"§9§lRARE COSMETIC\"],Name:\"§9Thinking Rock Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PET_SKIN_ROCK_THINKING\",uuid:\"8dfd7bff-cd13-49e5-af02-69fb46d048ba\",timestamp:\"9/22/20 2:59 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 Rock pets.", + "", + "§7§eRight click on your pet to", + "§eapply this skin!", + "", + "§9§lRARE COSMETIC" + ], + "internalname": "PET_SKIN_ROCK_THINKING", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-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/PISTON_BASE.json b/items/PISTON_BASE.json new file mode 100644 index 00000000..dd9e45cf --- /dev/null +++ b/items/PISTON_BASE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:piston", + "displayname": "§fPiston", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPiston\"},ExtraAttributes:{id:\"PISTON_BASE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "PISTON_BASE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "WOOD:1", + "B1": "COBBLESTONE:1", + "B2": "IRON_INGOT:1", + "B3": "COBBLESTONE:1", + "C1": "COBBLESTONE:1", + "C2": "REDSTONE:1", + "C3": "COBBLESTONE:1" + } +}
\ No newline at end of file diff --git a/items/PISTON_STICKY_BASE.json b/items/PISTON_STICKY_BASE.json new file mode 100644 index 00000000..8a23ab96 --- /dev/null +++ b/items/PISTON_STICKY_BASE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:sticky_piston", + "displayname": "§fSticky Piston", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSticky Piston\"},ExtraAttributes:{id:\"PISTON_STICKY_BASE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "PISTON_STICKY_BASE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SLIME_BALL:1", + "A2": "", + "A3": "", + "B1": "PISTON_BASE:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ 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_BUCKET.json b/items/PLASMA_BUCKET.json index 07bee7a8..23367609 100644 --- a/items/PLASMA_BUCKET.json +++ b/items/PLASMA_BUCKET.json @@ -10,9 +10,18 @@ "", "§d§lMYTHIC" ], + "recipe": { + "A1": "", + "A2": "", + "A3": "", + "B1": "MAGMA_BUCKET:1", + "B2": "HEAT_CORE:1", + "B3": "MAGMA_BUCKET:1", + "C1": "", + "C2": "", + "C3": "" + }, "internalname": "PLASMA_BUCKET", - "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.3-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/POISONOUS_POTATO.json b/items/POISONOUS_POTATO.json index 1138bb43..821d1638 100644 --- a/items/POISONOUS_POTATO.json +++ b/items/POISONOUS_POTATO.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:poisonous_potato", "displayname": "§fPoisonous Potato", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fPoisonous Potato\"},ExtraAttributes:{id:\"POISONOUS_POTATO\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPoisonous Potato\"},ExtraAttributes:{id:\"POISONOUS_POTATO\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "POISONOUS_POTATO", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Poisonous_Potato" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/POORLY_WRAPPED_ROCK.json b/items/POORLY_WRAPPED_ROCK.json new file mode 100644 index 00000000..2405ae8e --- /dev/null +++ b/items/POORLY_WRAPPED_ROCK.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fPoorly Wrapped Rock", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"80b60c52-4c18-36c7-ad7d-675cfd7343e3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDczYmE1NDZhNjJiMzJjNTE1Mzc2ZGQ3ZjNjOTJmYjM1YTMzNTI0ZjMyM2JiYjJiNTk3OGUzOGM3ZTVmNjJhIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Quest item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§fPoorly Wrapped Rock\"},ExtraAttributes:{id:\"POORLY_WRAPPED_ROCK\"}}", + "damage": 3, + "lore": [ + "§7Quest item", + "", + "§f§lCOMMON" + ], + "internalname": "POORLY_WRAPPED_ROCK", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Poorly_Wrapped_Rock" + ] +}
\ No newline at end of file diff --git a/items/PORK.json b/items/PORK.json index e3062d60..4bc78a30 100644 --- a/items/PORK.json +++ b/items/PORK.json @@ -7,6 +7,7 @@ "§f§lCOMMON" ], "internalname": "PORK", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/POTATO_BASKET.json b/items/POTATO_BASKET.json index ea3bdaa5..da96e955 100644 --- a/items/POTATO_BASKET.json +++ b/items/POTATO_BASKET.json @@ -1,19 +1,21 @@ { "internalname": "POTATO_BASKET", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§5Basket of Hope from the Great Potato War", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2d325605-66a1-342d-9fba-ea0601b6996b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhlNjBlYmQ4MGI2MDYzYTk2ZTlhYWY4NGYwMzgyNTcwNThlNzYyZjFiZWMzYmY1YzBmNjI1MWU2NWQ1YzVlZSJ9fX0=\"}]}},display:{Lore:[0:\"§7Leaderboard Position: §e#169\",1:\"§7Awarded to: §b[MVP§9+§b] Shifty76\",2:\"\",3:\"§7§d§oThe greatest victory is that\",4:\"§d§owhich requires no battle.\",5:\"§8- Sun Tzu, The Art of War\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Basket of Hope from the Great Potato War\"},ExtraAttributes:{basket_edition:169,id:\"POTATO_BASKET\",basket_player_name:\"§b[MVP§9+§b] Shifty76\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2d325605-66a1-342d-9fba-ea0601b6996b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhlNjBlYmQ4MGI2MDYzYTk2ZTlhYWY4NGYwMzgyNTcwNThlNzYyZjFiZWMzYmY1YzBmNjI1MWU2NWQ1YzVlZSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Leaderboard Position: §e#§k169\",1:\"§7Awarded to: §kIRONM00N\",2:\"\",3:\"§7§d§oThe greatest victory is that\",4:\"§d§owhich requires no battle.\",5:\"§8- Sun Tzu, The Art of War\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Basket of Hope from the Great Potato War\"},ExtraAttributes:{basket_edition:169,id:\"POTATO_BASKET\",basket_player_name:\"§b[MVP§9+§b] Shifty76\"}}", + "modver": "1.3-REL", "lore": [ - "§7Leaderboard Position: §e#169", - "§7Awarded to: §b[MVP§9+§b] Shifty76", + "§7Leaderboard Position: §e#§k169", + "§7Awarded to: §kIRONM00N", "", "§7§d§oThe greatest victory is that", "§d§owhich requires no battle.", "§8- Sun Tzu, The Art of War", "", "§5§lEPIC" - ] + ], + "crafttext": "", + "infoType": "" }
\ No newline at end of file diff --git a/items/POTATO_ITEM.json b/items/POTATO_ITEM.json index ec5d9063..609f51e2 100644 --- a/items/POTATO_ITEM.json +++ b/items/POTATO_ITEM.json @@ -7,6 +7,7 @@ "§f§lCOMMON" ], "internalname": "POTATO_ITEM", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/POTION.json b/items/POTION.json index 0de6f496..b09b3d64 100644 --- a/items/POTION.json +++ b/items/POTION.json @@ -1,17 +1,13 @@ { - "internalname": "POTION", "itemid": "minecraft:potion", - "displayname": "§fMining XP Boost II Potion", - "clickcommand": "", + "displayname": "§fWater Bottle", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWater Bottle\"},ExtraAttributes:{id:\"POTION\"}}", "damage": 0, - "nbttag": "{CustomPotionEffects:[0:{Ambient:0,Duration:20,Id:22,Amplifier:1}],HideFlags:254,display:{Lore:[0:\"\",1:\"§aMining XP Boost II §f(24:00)\",2:\"§7Earn §a10% §7more Mining\",3:\"§7experience.\",4:\"\",5:\"§f§lCOMMON\"],Name:\"§fMining XP Boost II Potion\"},ExtraAttributes:{potion_level:2,potion:\"mining_xp_boost\",effects:[0:{level:2,effect:\"mining_xp_boost\",duration_ticks:28800}],potion_type:\"POTION\",id:\"POTION\"}}", - "modver": "1.0.0", "lore": [ - "", - "§aMining XP Boost II §f(24:00)", - "§7Earn §a10% §7more Mining", - "§7experience.", - "", "§f§lCOMMON" - ] + ], + "internalname": "POTION", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/POWER;5.json b/items/POWER;5.json new file mode 100644 index 00000000..3a4208aa --- /dev/null +++ b/items/POWER;5.json @@ -0,0 +1,21 @@ +{ + "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:{id:\"ENCHANTED_BOOK\",enchantments:{power:5}}}", + "damage": 0, + "lore": [ + "§9Power V", + "§7Increases bow damage by §a40%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "POWER;5", + "parent": "POWER;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/POWER;6.json b/items/POWER;6.json new file mode 100644 index 00000000..7005768d --- /dev/null +++ b/items/POWER;6.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Increases bow damage by §a48%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained from the Dark Auction.", + "", + "§9§lRARE" + ], + "internalname": "POWER;6", + "parent": "POWER;4", + "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/POWERED_MINECART.json b/items/POWERED_MINECART.json new file mode 100644 index 00000000..1191fea3 --- /dev/null +++ b/items/POWERED_MINECART.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:furnace_minecart", + "displayname": "§fMinecart with Furnace", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMinecart with Furnace\"},ExtraAttributes:{id:\"POWERED_MINECART\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "POWERED_MINECART", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "FURNACE:1", + "A2": "", + "A3": "", + "B1": "MINECART:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/POWERED_RAIL.json b/items/POWERED_RAIL.json new file mode 100644 index 00000000..b3a725eb --- /dev/null +++ b/items/POWERED_RAIL.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:golden_rail", + "displayname": "§fPowered Rail", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPowered Rail\"},ExtraAttributes:{id:\"POWERED_RAIL\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "POWERED_RAIL", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_INGOT:1", + "A2": "", + "A3": "GOLD_INGOT:1", + "B1": "GOLD_INGOT:1", + "B2": "STICK:1", + "B3": "GOLD_INGOT:1", + "C1": "GOLD_INGOT:1", + "C2": "REDSTONE:1", + "C3": "GOLD_INGOT:1" + } +}
\ No newline at end of file diff --git a/items/PRECURSOR_EYE.json b/items/PRECURSOR_EYE.json new file mode 100644 index 00000000..44dec216 --- /dev/null +++ b/items/PRECURSOR_EYE.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Precursor Eye", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"78aecd0f-e1ad-3b10-b74f-c991afb8ea1d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMTQ3OTI0MjkyNCwKICAicHJvZmlsZUlkIiA6ICI1NjY3NWIyMjMyZjA0ZWUwODkxNzllOWM5MjA2Y2ZlOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVJbmRyYSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83MmMwNjgzYjIwMTljYTNkMzk0NzI3M2UzOTRiZmNhMWI0ZDcxYjYxYjY3YjM5NDc0YzJkNmQ3M2E5YjY3NTA4IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d877 \",1:\"§7Health: §a+222 HP \",2:\"§7Defense: §a+222 \",3:\"§7Intelligence: §a+222 \",4:\"\",5:\"§6Item Ability: Eye Beam §e§lSNEAK\",6:\"§7Fire a laser in front of you\",7:\"§7dealing §c4000 §7damage and\",8:\"§7costing §b40 §7mana. The damage\",9:\"§7increases by §c100% §7every\",10:\"§7second for §b5 §7seconds and the\",11:\"§7mana cost increases by §d25%\",12:\"§d§7every second. You can sneak\",13:\"§7again to de-activate the laser.\",14:\"\",15:\"§7Mana is consumed on damage.\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§aPerfect 70000 / 70000\",19:\"§7§4❣ §cRequires §aCatacombs Floor VI\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Precursor Eye\"},ExtraAttributes:{dungeon_item_level:0,id:\"PRECURSOR_EYE\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d877 ", + "§7Health: §a+222 HP ", + "§7Defense: §a+222 ", + "§7Intelligence: §a+222 ", + "", + "§6Item Ability: Eye Beam §e§lSNEAK", + "§7Fire a laser in front of you", + "§7dealing §c4000 §7damage and", + "§7costing §b40 §7mana. The damage", + "§7increases by §c100% §7every", + "§7second for §b5 §7seconds and the", + "§7mana cost increases by §d25%", + "§d§7every second. You can sneak", + "§7again to de-activate the laser.", + "", + "§7Mana is consumed on damage.", + "", + "§7§8This item can be reforged!", + "§aPerfect 70000 / 70000", + "§7§4❣ §cRequires §aCatacombs Floor VI", + "§aCompletion", + "§6§lLEGENDARY DUNGEON HELMET" + ], + "internalname": "PRECURSOR_EYE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PRISMARINE-1.json b/items/PRISMARINE-1.json new file mode 100644 index 00000000..b5c968fe --- /dev/null +++ b/items/PRISMARINE-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:prismarine", + "displayname": "§fPrismarine Bricks", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPrismarine Bricks\"},ExtraAttributes:{id:\"PRISMARINE\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "PRISMARINE-1", + "parent": "PRISMARINE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "PRISMARINE_SHARD:1", + "A2": "PRISMARINE_SHARD:1", + "A3": "PRISMARINE_SHARD:1", + "B1": "PRISMARINE_SHARD:1", + "B2": "PRISMARINE_SHARD:1", + "B3": "PRISMARINE_SHARD:1", + "C1": "PRISMARINE_SHARD:1", + "C2": "PRISMARINE_SHARD:1", + "C3": "PRISMARINE_SHARD:1" + } +}
\ No newline at end of file diff --git a/items/PRISMARINE-2.json b/items/PRISMARINE-2.json new file mode 100644 index 00000000..d0981224 --- /dev/null +++ b/items/PRISMARINE-2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:prismarine", + "displayname": "§fDark Prismarine", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDark Prismarine\"},ExtraAttributes:{id:\"PRISMARINE\"}}", + "damage": 2, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "PRISMARINE-2", + "parent": "PRISMARINE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "PRISMARINE_SHARD:1", + "A2": "PRISMARINE_SHARD:1", + "A3": "PRISMARINE_SHARD:1", + "B1": "PRISMARINE_SHARD:1", + "B2": "INK_SACK:1", + "B3": "PRISMARINE_SHARD:1", + "C1": "PRISMARINE_SHARD:1", + "C2": "PRISMARINE_SHARD:1", + "C3": "PRISMARINE_SHARD:1" + } +}
\ No newline at end of file diff --git a/items/PRISMARINE.json b/items/PRISMARINE.json index 9f3ff856..f517a6a0 100644 --- a/items/PRISMARINE.json +++ b/items/PRISMARINE.json @@ -1,12 +1,24 @@ { "itemid": "minecraft:prismarine", "displayname": "§fPrismarine", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fPrismarine\"},ExtraAttributes:{id:\"PRISMARINE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPrismarine\"},ExtraAttributes:{id:\"PRISMARINE\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "PRISMARINE", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "PRISMARINE_SHARD:1", + "A2": "PRISMARINE_SHARD:1", + "A3": "", + "B1": "PRISMARINE_SHARD:1", + "B2": "PRISMARINE_SHARD:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/PRISMARINE_CRYSTALS.json b/items/PRISMARINE_CRYSTALS.json index 17cf7ef7..5b2103b1 100644 --- a/items/PRISMARINE_CRYSTALS.json +++ b/items/PRISMARINE_CRYSTALS.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "PRISMARINE_CRYSTALS", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Prismarine_Crystals" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/PRISMARINE_SHARD.json b/items/PRISMARINE_SHARD.json index 2a581e00..71873b7a 100644 --- a/items/PRISMARINE_SHARD.json +++ b/items/PRISMARINE_SHARD.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "PRISMARINE_SHARD", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Prismarine_Shard" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/PROTECTION;5.json b/items/PROTECTION;5.json new file mode 100644 index 00000000..3f446053 --- /dev/null +++ b/items/PROTECTION;5.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Grants §a+15 §a❈ Defense§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "PROTECTION;5", + "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 new file mode 100644 index 00000000..6173fe0f --- /dev/null +++ b/items/PROTECTION;6.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Grants §a+18 §a❈ Defense§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained from the Dark Auction or", + "§afrom Tomioka for 4 million", + "", + "§9§lRARE" + ], + "internalname": "PROTECTION;6", + "parent": "PROTECTION;4", + "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/PROTECTOR_BABY.json b/items/PROTECTOR_BABY.json new file mode 100644 index 00000000..9ea3fe87 --- /dev/null +++ b/items/PROTECTOR_BABY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Baby Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"0ef061e1-4b93-3296-bb58-02dde676655c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTc5YzkxNDQ0OTZkMjFmMzMzNGIzMjQzN2RlZWI2MzM3OTc2NjM5OWQwYTkyYmMwNjcxMmJhNTkyYmMyMzdlNiJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Protector Dragon Helmet\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"PROTECTOR_BABY\",uuid:\"64747465-8a38-4abd-a4e2-a21aa4f342da\",timestamp:\"10/26/20 4:57 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§6Protector Dragon Helmet", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "PROTECTOR_BABY", + "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/PUMPKIN.json b/items/PUMPKIN.json index 07b0491f..43388c4a 100644 --- a/items/PUMPKIN.json +++ b/items/PUMPKIN.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "PUMPKIN", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Pumpkin" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/PUMPKIN_BOMB.json b/items/PUMPKIN_BOMB.json new file mode 100644 index 00000000..d2eb7808 --- /dev/null +++ b/items/PUMPKIN_BOMB.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Blast o\u0027 Lantern", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"3263c14e-c555-365e-a244-0ee97a8b2056\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjhmMmZmYzZmYjRlOTk1OWI5YTdhMzE3ZjUxYTY3NzVhMTU5ZGRjMjI0MWRiZDZjNzc0ZDNhYzA4YjYifX19\"}]}},display:{Lore:[0:\"§7Throwable explosive. Deals §a2\",1:\"§a§7damage to §6Spooky §7enemies\",2:\"§7and §c9,546 §7damage against\",3:\"§7non-scary enemies!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Blast o\u0027 Lantern\"},ExtraAttributes:{id:\"PUMPKIN_BOMB\"}}", + "damage": 3, + "lore": [ + "§7Throwable explosive. Deals §a2", + "§a§7damage to §6Spooky §7enemies", + "§7and §c9,546 §7damage against", + "§7non-scary enemies!", + "", + "§9§lRARE" + ], + "internalname": "PUMPKIN_BOMB", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PUMPKIN_GUTS.json b/items/PUMPKIN_GUTS.json new file mode 100644 index 00000000..65851127 --- /dev/null +++ b/items/PUMPKIN_GUTS.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:pumpkin_seeds", + "displayname": "§aPumpkin Guts", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Why does Halloween have to be so\",1:\"§7gross?\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§a§lUNCOMMON\"],Name:\"§aPumpkin Guts\"},ExtraAttributes:{id:\"PUMPKIN_GUTS\"}}", + "damage": 0, + "lore": [ + "§7Why does Halloween have to be so", + "§7gross?", + "", + "§eRight-click to view recipes!", + "", + "§a§lUNCOMMON" + ], + "internalname": "PUMPKIN_GUTS", + "clickcommand": "", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/PUMPKIN_LAUNCHER.json b/items/PUMPKIN_LAUNCHER.json new file mode 100644 index 00000000..ae66bf27 --- /dev/null +++ b/items/PUMPKIN_LAUNCHER.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:pumpkin", + "displayname": "§5Pumpkin Launcher", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Shoots §6Blast o\u0027 Lanterns§7.\",1:\"§7Deals §a2 §7damage to §6Spooky\",2:\"§6§7enemies and §c9,090 §7damage\",3:\"§7against non-scary enemies!\",4:\"\",5:\"§7Blast o\u0027 Lanterns: §60§8/20k\",6:\"\",7:\"§5§lEPIC\"],Name:\"§5Pumpkin Launcher\"},ExtraAttributes:{id:\"PUMPKIN_LAUNCHER\"}}", + "damage": 0, + "lore": [ + "§7Shoots §6Blast o\u0027 Lanterns§7.", + "§7Deals §a2 §7damage to §6Spooky", + "§6§7enemies and §c9,090 §7damage", + "§7against non-scary enemies!", + "", + "§7Blast o\u0027 Lanterns: §60§8/20k", + "", + "§5§lEPIC" + ], + "recipe": { + "A1": "PUMPKIN_GUTS:4", + "A2": "ECTOPLASM:20", + "A3": "PUMPKIN_GUTS:4", + "B1": "PUMPKIN_GUTS:4", + "B2": "PUMPKIN_BOMB:64", + "B3": "PUMPKIN_GUTS:4", + "C1": "PUMPKIN_GUTS:4", + "C2": "ECTOPLASM:20", + "C3": "PUMPKIN_GUTS:4" + }, + "internalname": "PUMPKIN_LAUNCHER", + "clickcommand": "viewrecipe", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/PUMPKIN_PERSONALITY.json b/items/PUMPKIN_PERSONALITY.json new file mode 100644 index 00000000..61c63a13 --- /dev/null +++ b/items/PUMPKIN_PERSONALITY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fPumpkin Minion Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d4618f33-89aa-3ae4-af1a-d8bb655e39d1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMTk5ODg2NjkxMiwKICAicHJvZmlsZUlkIiA6ICJiNzQ3OWJhZTI5YzQ0YjIzYmE1NjI4MzM3OGYwZTNjNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJTeWxlZXgiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWY2ZGM1NjUyMDEyZWVhOTI2YzBmNjM4YjY4MjBlMGQyMGViOTRjZjBhMDhiMTZiM2UxMDlkNWU1NDlhZWZiOSIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7§7This Minion skin changes\",1:\"§7your minion\u0027s appearance to\",2:\"§7a §ePumpkin§7.\",3:\"\",4:\"§7§7You can place this item\",5:\"§7in any minion of your\",6:\"§7choice!\",7:\"\",8:\"§f§lCOMMON COSMETIC\"],Name:\"§fPumpkin Minion Skin\"},ExtraAttributes:{id:\"PUMPKIN_PERSONALITY\"}}", + "damage": 3, + "lore": [ + "§7§7This Minion skin changes", + "§7your minion\u0027s appearance to", + "§7a §ePumpkin§7.", + "", + "§7§7You can place this item", + "§7in any minion of your", + "§7choice!", + "", + "§f§lCOMMON COSMETIC" + ], + "internalname": "PUMPKIN_PERSONALITY", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Minion_Skin" + ] +}
\ No newline at end of file diff --git a/items/PUMPKIN_PIE.json b/items/PUMPKIN_PIE.json new file mode 100644 index 00000000..223d2553 --- /dev/null +++ b/items/PUMPKIN_PIE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:pumpkin_pie", + "displayname": "§fPumpkin Pie", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPumpkin Pie\"},ExtraAttributes:{id:\"PUMPKIN_PIE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "PUMPKIN_PIE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "PUMPKIN:1", + "A2": "SUGAR:1", + "A3": "EGG:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/PUMPKIN_SEEDS.json b/items/PUMPKIN_SEEDS.json index 637043bf..a19fc7f2 100644 --- a/items/PUMPKIN_SEEDS.json +++ b/items/PUMPKIN_SEEDS.json @@ -1,12 +1,24 @@ { - "internalname": "PUMPKIN_SEEDS", "itemid": "minecraft:pumpkin_seeds", "displayname": "§fPumpkin Seeds", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPumpkin Seeds\"},ExtraAttributes:{id:\"PUMPKIN_SEEDS\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "PUMPKIN_SEEDS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "PUMPKIN:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/QUARTZ.json b/items/QUARTZ.json index 0b88affe..a0c123e1 100644 --- a/items/QUARTZ.json +++ b/items/QUARTZ.json @@ -1,16 +1,13 @@ { "itemid": "minecraft:quartz", "displayname": "§fNether Quartz", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fNether Quartz\"},ExtraAttributes:{id:\"QUARTZ\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNether Quartz\"},ExtraAttributes:{id:\"QUARTZ\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "QUARTZ", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Quartz" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/QUARTZ_BLOCK-1.json b/items/QUARTZ_BLOCK-1.json new file mode 100644 index 00000000..f0116fb8 --- /dev/null +++ b/items/QUARTZ_BLOCK-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:quartz_block", + "displayname": "§fChiseled Quartz Block", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fChiseled Quartz Block\"},ExtraAttributes:{id:\"QUARTZ_BLOCK\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "QUARTZ_BLOCK-1", + "parent": "QUARTZ_BLOCK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STEP-7:1", + "A2": "", + "A3": "", + "B1": "STEP-7:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/QUARTZ_BLOCK-2.json b/items/QUARTZ_BLOCK-2.json new file mode 100644 index 00000000..a0e8e01d --- /dev/null +++ b/items/QUARTZ_BLOCK-2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:quartz_block", + "displayname": "§fPillar Quartz Block", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPillar Quartz Block\"},ExtraAttributes:{id:\"QUARTZ_BLOCK\"}}", + "damage": 2, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "QUARTZ_BLOCK-2", + "parent": "QUARTZ_BLOCK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "QUARTZ_BLOCK:1", + "A2": "", + "A3": "", + "B1": "QUARTZ_BLOCK:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/QUARTZ_BLOCK.json b/items/QUARTZ_BLOCK.json new file mode 100644 index 00000000..2f727ecc --- /dev/null +++ b/items/QUARTZ_BLOCK.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:quartz_block", + "displayname": "§fBlock of Quartz", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlock of Quartz\"},ExtraAttributes:{id:\"QUARTZ_BLOCK\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "QUARTZ_BLOCK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "QUARTZ:1", + "A2": "QUARTZ:1", + "A3": "", + "B1": "QUARTZ:1", + "B2": "QUARTZ:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/QUARTZ_ORE.json b/items/QUARTZ_ORE.json new file mode 100644 index 00000000..0fcd96bd --- /dev/null +++ b/items/QUARTZ_ORE.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:quartz_ore", + "displayname": "§fNether Quartz Ore", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNether Quartz Ore\"},ExtraAttributes:{id:\"QUARTZ_ORE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "QUARTZ_ORE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/QUARTZ_STAIRS.json b/items/QUARTZ_STAIRS.json new file mode 100644 index 00000000..e57dadd2 --- /dev/null +++ b/items/QUARTZ_STAIRS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:quartz_stairs", + "displayname": "§fQuartz Stairs", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fQuartz Stairs\"},ExtraAttributes:{id:\"QUARTZ_STAIRS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "QUARTZ_STAIRS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "QUARTZ_BLOCK:1", + "A2": "", + "A3": "", + "B1": "QUARTZ_BLOCK:1", + "B2": "QUARTZ_BLOCK:1", + "B3": "", + "C1": "QUARTZ_BLOCK:1", + "C2": "QUARTZ_BLOCK:1", + "C3": "QUARTZ_BLOCK:1" + } +}
\ No newline at end of file diff --git a/items/RABBIT.json b/items/RABBIT.json index 6b8a7882..ba4129fd 100644 --- a/items/RABBIT.json +++ b/items/RABBIT.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:rabbit", "displayname": "§fRaw Rabbit", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fRaw Rabbit\"},ExtraAttributes:{id:\"RABBIT\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRaw Rabbit\"},ExtraAttributes:{id:\"RABBIT\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "RABBIT", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Rabbit" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/RABBIT_FOOT.json b/items/RABBIT_FOOT.json index 34bc1c30..23f85fa9 100644 --- a/items/RABBIT_FOOT.json +++ b/items/RABBIT_FOOT.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:rabbit_foot", - "displayname": "§fRabbit's Foot", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fRabbit's Foot\"},ExtraAttributes:{id:\"RABBIT_FOOT\"}}", + "displayname": "§fRabbit\u0027s Foot", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRabbit\u0027s Foot\"},ExtraAttributes:{id:\"RABBIT_FOOT\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "RABBIT_FOOT", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/RABBIT_HIDE.json b/items/RABBIT_HIDE.json index cd4c5505..86550240 100644 --- a/items/RABBIT_HIDE.json +++ b/items/RABBIT_HIDE.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "RABBIT_HIDE", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Rabbit_Hide" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/RABBIT_STEW.json b/items/RABBIT_STEW.json new file mode 100644 index 00000000..9af48e87 --- /dev/null +++ b/items/RABBIT_STEW.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:rabbit_stew", + "displayname": "§fRabbit Stew", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRabbit Stew\"},ExtraAttributes:{id:\"RABBIT_STEW\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RABBIT_STEW", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "", + "A2": "COOKED_RABBIT:1", + "A3": "", + "B1": "CARROT_ITEM:1", + "B2": "BAKED_POTATO:1", + "B3": "RED_MUSHROOM:1", + "C1": "", + "C2": "BOWL:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/RAILS.json b/items/RAILS.json new file mode 100644 index 00000000..6034e479 --- /dev/null +++ b/items/RAILS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:rail", + "displayname": "§fRail", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRail\"},ExtraAttributes:{id:\"RAILS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RAILS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "", + "A3": "IRON_INGOT:1", + "B1": "IRON_INGOT:1", + "B2": "STICK:1", + "B3": "IRON_INGOT:1", + "C1": "IRON_INGOT:1", + "C2": "", + "C3": "IRON_INGOT:1" + } +}
\ No newline at end of file diff --git a/items/RAW_BEEF.json b/items/RAW_BEEF.json index 22377919..9324578f 100644 --- a/items/RAW_BEEF.json +++ b/items/RAW_BEEF.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "RAW_BEEF", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Raw_Beef" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/RAW_CHICKEN.json b/items/RAW_CHICKEN.json index 45330841..6b92849d 100644 --- a/items/RAW_CHICKEN.json +++ b/items/RAW_CHICKEN.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "RAW_CHICKEN", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Raw_Chicken" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/RAW_FISH.json b/items/RAW_FISH.json index 705c9e13..272a514a 100644 --- a/items/RAW_FISH.json +++ b/items/RAW_FISH.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "RAW_FISH", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Raw_Fish" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/REAPER_SCYTHE.json b/items/REAPER_SCYTHE.json index 7317b6d6..b138f4e5 100644 --- a/items/REAPER_SCYTHE.json +++ b/items/REAPER_SCYTHE.json @@ -1,24 +1,30 @@ { - "internalname": "REAPER_SCYTHE", "itemid": "minecraft:diamond_hoe", "displayname": "§6Reaper Scythe", - "clickcommand": "viewrecipe", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+333\",1:\"\",2:\"§7Speed: §a+10\",3:\"\",4:\"§6Item Ability: Raise Souls §e§lRIGHT CLICK\",5:\"§7Monsters you kill using this\",6:\"§7item will drop their soul. You\",7:\"§7can click on their souls on the\",8:\"§7ground using this item to absorb\",9:\"§7them and then spawn them to\",10:\"§7fight by your side.\",11:\"§7\",12:\"§7Mana cost is based on the power\",13:\"§7of the monsters that you summon.\",14:\"§7Shift right-click to view and\",15:\"§7remove souls from this item. If\",16:\"§7your summoned monster dies the\",17:\"§7soul will be removed.\",18:\"§8Cooldown: §a1s\",19:\"\",20:\"§7Max Souls: §d3\",21:\"\",22:\"§7§8This item can be reforged!\",23:\"§6§lLEGENDARY SWORD\"],Name:\"§6Reaper Scythe\"},ExtraAttributes:{id:\"REAPER_SCYTHE\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+333\",1:\"\",2:\"§7Speed: §a+10\",3:\"\",4:\"§6Item Ability: Desecration §e§lRIGHT CLICK\",5:\"§7Within 3 seconds of killing an\",6:\"§7enemy, Desecrate their grave to\",7:\"§7spawn a zombie.\",8:\"§7§8Zombies lose 2% HP/s.\",9:\"§7§8Copies 30% of your stats.\",10:\"§7§8Up to 5 zombies at once.\",11:\"§8Mana Cost: §3150\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§6§lLEGENDARY SWORD\"],Name:\"§6Reaper Scythe\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_COLLECT\",id:\"REAPER_SCYTHE\",uuid:\"321ccf65-2353-42b3-9241-f4b37e18ca45\",timestamp:\"5/1/20 8:53 AM\"}}", - "modver": "1.0.0", "lore": [ "§7Damage: §c+333", "", "§7Speed: §a+10", "", - "§6Item Ability: Desecration §e§lRIGHT CLICK", - "§7Within 3 seconds of killing an", - "§7enemy, Desecrate their grave to", - "§7spawn a zombie.", - "§7§8Zombies lose 2% HP/s.", - "§7§8Copies 30% of your stats.", - "§7§8Up to 5 zombies at once.", - "§8Mana Cost: §3150", + "§6Item Ability: Raise Souls §e§lRIGHT CLICK", + "§7Monsters you kill using this", + "§7item will drop their soul. You", + "§7can click on their souls on the", + "§7ground using this item to absorb", + "§7them and then spawn them to", + "§7fight by your side.", + "§7", + "§7Mana cost is based on the power", + "§7of the monsters that you summon.", + "§7Shift right-click to view and", + "§7remove souls from this item. If", + "§7your summoned monster dies the", + "§7soul will be removed.", + "§8Cooldown: §a1s", + "", + "§7Max Souls: §d3", "", "§7§8This item can be reforged!", "§6§lLEGENDARY SWORD" @@ -34,9 +40,7 @@ "C2": "", "C3": "REAPER_SWORD:1" }, - "slayer_req": "ZOMBIE_7", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Reaper_Scythe" - ] + "internalname": "REAPER_SCYTHE", + "clickcommand": "viewrecipe", + "modver": "1.3-REL" }
\ No newline at end of file diff --git a/items/REAPER_SPIRIT.json b/items/REAPER_SPIRIT.json new file mode 100644 index 00000000..5b4ab29e --- /dev/null +++ b/items/REAPER_SPIRIT.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dSpirit Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"5c95d1b1-7681-3121-92e9-64c5f6c38381\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NDY1MDQ4MzAyNSwKICAicHJvZmlsZUlkIiA6ICJjNTBhZmE4YWJlYjk0ZTQ1OTRiZjFiNDI1YTk4MGYwMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJOb3Rab2duaSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS83MjRkMjA3MjkxODA1NGE5NWE0ZjRiYmM5MzFiZjM5MjlkMDFjYjAxMjM2OGJjNGM3OGQwYTNhY2M5Y2RiZWVhIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§5Reaper Mask\",7:\"§7\",8:\"§7§7§5This skin adapts to the\",9:\"§7§5day-night cycle!\",10:\"\",11:\"§d§lMYTHIC COSMETIC\"],Name:\"§dSpirit Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"REAPER_SPIRIT\",uuid:\"781ad435-f25c-4703-98a8-81c36a08ced3\",timestamp:\"9/18/20 2:49 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§5Reaper Mask", + "§7", + "§7§7§5This skin adapts to the", + "§7§5day-night cycle!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "REAPER_SPIRIT", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/RECOMBOBULATOR_3000.json b/items/RECOMBOBULATOR_3000.json index f767b285..1e4130d8 100644 --- a/items/RECOMBOBULATOR_3000.json +++ b/items/RECOMBOBULATOR_3000.json @@ -1,18 +1,23 @@ { "internalname": "RECOMBOBULATOR_3000", - "itemid": 397, + "itemid": "minecraft:skull", "displayname": "§6Recombobulator 3000", "clickcommand": "", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"96538e7f-6b56-3557-9b7d-458afe4239e9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTdjY2QzNmRjOGY3MmFkY2IxZjhjOGU2MWVlODJjZDk2ZWFkMTQwY2YyYTE2YTEzNjZiZTliNWE4ZTNjYzNmYyJ9fX0K\"}]}},display:{Lore:[0:\"§7Use in a §aReforge Anvil §7or at\",1:\"§7the Dungeon Blacksmith to\",2:\"§7permanently increase the rarity\",3:\"§7of an item. An item's rarity can\",4:\"§7only be upgraded once!\",5:\"\",6:\"§6§lLEGENDARY DUNGEON ITEM\"],Name:\"§6Recombobulator 3000\"},ExtraAttributes:{id:\"RECOMBOBULATOR_3000\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"96538e7f-6b56-3557-9b7d-458afe4239e9\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNTdjY2QzNmRjOGY3MmFkY2IxZjhjOGU2MWVlODJjZDk2ZWFkMTQwY2YyYTE2YTEzNjZiZTliNWE4ZTNjYzNmYyJ9fX0K\"}]}},display:{Lore:[0:\"§7Use in a §aReforge Anvil §7or at\",1:\"§7the Dungeon Blacksmith to\",2:\"§7permanently increase the rarity\",3:\"§7of an item. An item\u0027s rarity can\",4:\"§7only be upgraded once!\",5:\"\",6:\"§6§lLEGENDARY DUNGEON ITEM\"],Name:\"§6Recombobulator 3000\"},ExtraAttributes:{id:\"RECOMBOBULATOR_3000\"}}", + "modver": "1.3-REL", "lore": [ "§7Use in a §aReforge Anvil §7or at", "§7the Dungeon Blacksmith to", "§7permanently increase the rarity", - "§7of an item. An item's rarity can", + "§7of an item. An item\u0027s rarity can", "§7only be upgraded once!", "", "§6§lLEGENDARY DUNGEON ITEM" + ], + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Recombobulator_3000" ] }
\ No newline at end of file diff --git a/items/RECORD_10.json b/items/RECORD_10.json new file mode 100644 index 00000000..c609b9a2 --- /dev/null +++ b/items/RECORD_10.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:record_ward", + "displayname": "§fMusic Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMusic Disc\"},ExtraAttributes:{id:\"RECORD_10\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RECORD_10", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/RECORD_11.json b/items/RECORD_11.json new file mode 100644 index 00000000..cc75ecc6 --- /dev/null +++ b/items/RECORD_11.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:record_11", + "displayname": "§fMusic Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMusic Disc\"},ExtraAttributes:{id:\"RECORD_11\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RECORD_11", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/RECORD_12.json b/items/RECORD_12.json new file mode 100644 index 00000000..3ae897cb --- /dev/null +++ b/items/RECORD_12.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:record_wait", + "displayname": "§fMusic Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMusic Disc\"},ExtraAttributes:{id:\"RECORD_12\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RECORD_12", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/RECORD_3.json b/items/RECORD_3.json new file mode 100644 index 00000000..326de63f --- /dev/null +++ b/items/RECORD_3.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:record_blocks", + "displayname": "§fMusic Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMusic Disc\"},ExtraAttributes:{id:\"RECORD_3\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RECORD_3", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/RECORD_4.json b/items/RECORD_4.json new file mode 100644 index 00000000..24090e6b --- /dev/null +++ b/items/RECORD_4.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:record_chirp", + "displayname": "§fMusic Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMusic Disc\"},ExtraAttributes:{id:\"RECORD_4\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RECORD_4", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/RECORD_5.json b/items/RECORD_5.json new file mode 100644 index 00000000..da82a5fa --- /dev/null +++ b/items/RECORD_5.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:record_far", + "displayname": "§fMusic Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMusic Disc\"},ExtraAttributes:{id:\"RECORD_5\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RECORD_5", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/RECORD_6.json b/items/RECORD_6.json new file mode 100644 index 00000000..5fef4d16 --- /dev/null +++ b/items/RECORD_6.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:record_mall", + "displayname": "§fMusic Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMusic Disc\"},ExtraAttributes:{id:\"RECORD_6\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RECORD_6", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/RECORD_7.json b/items/RECORD_7.json new file mode 100644 index 00000000..b99a04e6 --- /dev/null +++ b/items/RECORD_7.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:record_mellohi", + "displayname": "§fMusic Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMusic Disc\"},ExtraAttributes:{id:\"RECORD_7\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RECORD_7", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/RECORD_8.json b/items/RECORD_8.json new file mode 100644 index 00000000..611b0d38 --- /dev/null +++ b/items/RECORD_8.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:record_stal", + "displayname": "§fMusic Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMusic Disc\"},ExtraAttributes:{id:\"RECORD_8\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RECORD_8", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/RECORD_9.json b/items/RECORD_9.json new file mode 100644 index 00000000..3ea60f68 --- /dev/null +++ b/items/RECORD_9.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:record_strad", + "displayname": "§fMusic Disc", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMusic Disc\"},ExtraAttributes:{id:\"RECORD_9\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RECORD_9", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/REDSTONE.json b/items/REDSTONE.json index 13f97636..b7b3415c 100644 --- a/items/REDSTONE.json +++ b/items/REDSTONE.json @@ -1,17 +1,24 @@ { "itemid": "minecraft:redstone", "displayname": "§fRedstone", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\",2:\"\",3:\"§eClick to view recipe!\"],Name:\"§fRedstone\"},ExtraAttributes:{id:\"REDSTONE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRedstone\"},ExtraAttributes:{id:\"REDSTONE\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "REDSTONE", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Redstone" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "REDSTONE_BLOCK:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/REDSTONE_BLOCK.json b/items/REDSTONE_BLOCK.json index 5af1a151..d3f15064 100644 --- a/items/REDSTONE_BLOCK.json +++ b/items/REDSTONE_BLOCK.json @@ -7,6 +7,18 @@ "§f§lCOMMON" ], "internalname": "REDSTONE_BLOCK", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "REDSTONE:1", + "A2": "REDSTONE:1", + "A3": "REDSTONE:1", + "B1": "REDSTONE:1", + "B2": "REDSTONE:1", + "B3": "REDSTONE:1", + "C1": "REDSTONE:1", + "C2": "REDSTONE:1", + "C3": "REDSTONE:1" + } }
\ No newline at end of file diff --git a/items/REDSTONE_COMPARATOR.json b/items/REDSTONE_COMPARATOR.json new file mode 100644 index 00000000..4dec6724 --- /dev/null +++ b/items/REDSTONE_COMPARATOR.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:comparator", + "displayname": "§fRedstone Comparator", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRedstone Comparator\"},ExtraAttributes:{id:\"REDSTONE_COMPARATOR\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "REDSTONE_COMPARATOR", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "", + "A2": "REDSTONE_TORCH_ON:1", + "A3": "", + "B1": "REDSTONE_TORCH_ON:1", + "B2": "QUARTZ:1", + "B3": "REDSTONE_TORCH_ON:1", + "C1": "STONE:1", + "C2": "STONE:1", + "C3": "STONE:1" + } +}
\ No newline at end of file diff --git a/items/REDSTONE_LAMP_OFF.json b/items/REDSTONE_LAMP_OFF.json new file mode 100644 index 00000000..cb681521 --- /dev/null +++ b/items/REDSTONE_LAMP_OFF.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:redstone_lamp", + "displayname": "§fRedstone Lamp", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRedstone Lamp\"},ExtraAttributes:{id:\"REDSTONE_LAMP_OFF\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "REDSTONE_LAMP_OFF", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "", + "A2": "REDSTONE:1", + "A3": "", + "B1": "REDSTONE:1", + "B2": "GLOWSTONE:1", + "B3": "REDSTONE:1", + "C1": "", + "C2": "REDSTONE:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/REDSTONE_ORE.json b/items/REDSTONE_ORE.json new file mode 100644 index 00000000..523f23f5 --- /dev/null +++ b/items/REDSTONE_ORE.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:redstone_ore", + "displayname": "§fRedstone Ore", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRedstone Ore\"},ExtraAttributes:{id:\"REDSTONE_ORE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "REDSTONE_ORE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/REDSTONE_TORCH_ON.json b/items/REDSTONE_TORCH_ON.json new file mode 100644 index 00000000..d3761a4a --- /dev/null +++ b/items/REDSTONE_TORCH_ON.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:redstone_torch", + "displayname": "§fRedstone Torch", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRedstone Torch\"},ExtraAttributes:{id:\"REDSTONE_TORCH_ON\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "REDSTONE_TORCH_ON", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "REDSTONE:1", + "A2": "", + "A3": "", + "B1": "STICK:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/RED_CLAW_ARTIFACT.json b/items/RED_CLAW_ARTIFACT.json index 526b23f1..e9dd481d 100644 --- a/items/RED_CLAW_ARTIFACT.json +++ b/items/RED_CLAW_ARTIFACT.json @@ -4,13 +4,10 @@ "displayname": "§5Strong Red Claw Artifact", "clickcommand": "viewrecipe", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"78146467-3ebe-3485-ae05-e8f8df8dd788\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzA1NTAwMzc2MTYsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NhZjU5YjhhYTBmODM1NDZlZjBkMTc4Y2NmODdlN2VkODhjZjc4NThjYWFlNzliMzYzM2NiZDc1YjY1MDUyNWYifX19\"}]}},display:{Lore:[0:\"§7Strength: §c+5 §8(Strong +5)\",1:\"§7Crit Damage: §c+10% §8(Strong +5%)\",2:\"\",3:\"§7Defense: §a+2 §8(Strong +2)\",4:\"\",5:\"§7§4☠ §cRequires §5Wolf Slayer 5\",6:\"§5§lEPIC ACCESSORY\"],Name:\"§5Strong Red Claw Artifact\"},ExtraAttributes:{modifier:\"strong\",id:\"RED_CLAW_ARTIFACT\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"78146467-3ebe-3485-ae05-e8f8df8dd788\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzA1NTAwMzc2MTYsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NhZjU5YjhhYTBmODM1NDZlZjBkMTc4Y2NmODdlN2VkODhjZjc4NThjYWFlNzliMzYzM2NiZDc1YjY1MDUyNWYifX19\"}]}},display:{Lore:[0:\"§7Crit Damage: §c+5% \",1:\"\",2:\"§7§4☠ §cRequires §5Wolf Slayer 5\",3:\"§5§lEPIC ACCESSORY\"],Name:\"§5Strong Red Claw Artifact\"},ExtraAttributes:{modifier:\"strong\",id:\"RED_CLAW_ARTIFACT\"}}", + "modver": "1.3-REL", "lore": [ - "§7Strength: §c+5 §8(Strong +5)", - "§7Crit Damage: §c+10% §8(Strong +5%)", - "", - "§7Defense: §a+2 §8(Strong +2)", + "§7Crit Damage: §c+5% ", "", "§7§4☠ §cRequires §5Wolf Slayer 5", "§5§lEPIC ACCESSORY" @@ -30,5 +27,6 @@ "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Red_Claw_Artifact" - ] + ], + "crafttext": "" }
\ No newline at end of file diff --git a/items/RED_MUSHROOM.json b/items/RED_MUSHROOM.json index 95340768..8366ff03 100644 --- a/items/RED_MUSHROOM.json +++ b/items/RED_MUSHROOM.json @@ -1,12 +1,13 @@ { "itemid": "minecraft:red_mushroom", - "displayname": "§fRed Mushroom", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRed Mushroom\"},ExtraAttributes:{id:\"RED_MUSHROOM\"}}", + "displayname": "§fMushroom", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMushroom\"},ExtraAttributes:{id:\"RED_MUSHROOM\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "RED_MUSHROOM", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/RED_ROSE.json b/items/RED_ROSE.json index 4a9d8fb5..62b09dff 100644 --- a/items/RED_ROSE.json +++ b/items/RED_ROSE.json @@ -7,6 +7,7 @@ "§f§lCOMMON" ], "internalname": "RED_ROSE", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/RED_SANDSTONE-1.json b/items/RED_SANDSTONE-1.json new file mode 100644 index 00000000..81d318ea --- /dev/null +++ b/items/RED_SANDSTONE-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:red_sandstone", + "displayname": "§fChiseled Red Sandstone", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fChiseled Red Sandstone\"},ExtraAttributes:{id:\"RED_SANDSTONE\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RED_SANDSTONE-1", + "parent": "RED_SANDSTONE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STONE_SLAB2:1", + "A2": "", + "A3": "", + "B1": "STONE_SLAB2:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/RED_SANDSTONE-2.json b/items/RED_SANDSTONE-2.json new file mode 100644 index 00000000..2f047bf5 --- /dev/null +++ b/items/RED_SANDSTONE-2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:red_sandstone", + "displayname": "§fSmooth Red Sandstone", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSmooth Red Sandstone\"},ExtraAttributes:{id:\"RED_SANDSTONE\"}}", + "damage": 2, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RED_SANDSTONE-2", + "parent": "RED_SANDSTONE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "RED_SANDSTONE:1", + "A2": "RED_SANDSTONE:1", + "A3": "", + "B1": "RED_SANDSTONE:1", + "B2": "RED_SANDSTONE:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/RED_SANDSTONE.json b/items/RED_SANDSTONE.json new file mode 100644 index 00000000..cbf513e6 --- /dev/null +++ b/items/RED_SANDSTONE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:red_sandstone", + "displayname": "§fRed Sandstone", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRed Sandstone\"},ExtraAttributes:{id:\"RED_SANDSTONE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RED_SANDSTONE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SAND-1:1", + "A2": "SAND-1:1", + "A3": "", + "B1": "SAND-1:1", + "B2": "SAND-1:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/RED_SANDSTONE_STAIRS.json b/items/RED_SANDSTONE_STAIRS.json new file mode 100644 index 00000000..62e698be --- /dev/null +++ b/items/RED_SANDSTONE_STAIRS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:red_sandstone_stairs", + "displayname": "§fRed Sandstone Stairs", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRed Sandstone Stairs\"},ExtraAttributes:{id:\"RED_SANDSTONE_STAIRS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "RED_SANDSTONE_STAIRS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "RED_SANDSTONE:1", + "A2": "", + "A3": "", + "B1": "RED_SANDSTONE:1", + "B2": "RED_SANDSTONE:1", + "B3": "", + "C1": "RED_SANDSTONE:1", + "C2": "RED_SANDSTONE:1", + "C3": "RED_SANDSTONE:1" + } +}
\ 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/REFINED_MINERAL.json b/items/REFINED_MINERAL.json new file mode 100644 index 00000000..321d0976 --- /dev/null +++ b/items/REFINED_MINERAL.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§9Refined Mineral", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Rare minerals found during\",1:\"§7National Mining Month.\",2:\"\",3:\"§eRight-click to view recipes!\",4:\"\",5:\"§9§lRARE\"],Name:\"§9Refined Mineral\"},ExtraAttributes:{id:\"REFINED_MINERAL\"}}", + "damage": 12, + "lore": [ + "§7Rare minerals found during", + "§7National Mining Month.", + "", + "§eRight-click to view recipes!", + "", + "§9§lRARE" + ], + "internalname": "REFINED_MINERAL", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Refined_Mineral" + ] +}
\ 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 new file mode 100644 index 00000000..a4ae3ea4 --- /dev/null +++ b/items/REJUVENATE;5.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7Increases your natural", + "§7regeneration by §a+10%§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "REJUVENATE;5", + "parent": "REJUVENATE;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/REVENANT_LEGGINGS.json b/items/REVENANT_LEGGINGS.json index a92e2ecc..2ea1f688 100644 --- a/items/REVENANT_LEGGINGS.json +++ b/items/REVENANT_LEGGINGS.json @@ -1,7 +1,7 @@ { - "itemid": "minecraft:chainmail_leggings", + "itemid": "minecraft:diamond_leggings", "displayname": "§5Revenant Leggings", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Health: §a+120 HP\",1:\"§7Defense: §a+50\",2:\"\",3:\"§6Full Set Bonus: Trolling The Reaper\",4:\"§7Healing Wands heal §a+50%§7.\",5:\"§7Gain §a+100❈ §7against Zombies.\",6:\"\",7:\"§6Piece Bonus: Zombie Bulwark\",8:\"§7Kill Zombies to accumulate\",9:\"§7defense against them.\",10:\"§7Piece Bonus: §a+0❈\",11:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC LEGGINGS\"],Name:\"§5Revenant Leggings\"},ExtraAttributes:{id:\"REVENANT_LEGGINGS\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Health: §a+120 HP\",1:\"§7Defense: §a+50\",2:\"\",3:\"§6Full Set Bonus: Trolling The Reaper\",4:\"§7Healing Wands heal §a+50%§7.\",5:\"§7Gain §a+100❈ §7against Zombies.\",6:\"\",7:\"§6Piece Bonus: Zombie Bulwark\",8:\"§7Kill Zombies to accumulate\",9:\"§7defense against them.\",10:\"§7Piece Bonus: §a+0❈\",11:\"§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4☠ §cRequires §5Zombie Slayer 4\",15:\"§5§lEPIC LEGGINGS\"],Name:\"§5Revenant Leggings\"},ExtraAttributes:{id:\"REVENANT_LEGGINGS\"}}", "damage": 0, "lore": [ "§7Health: §a+120 HP", @@ -18,6 +18,7 @@ "§7Next Upgrade: §a+20❈ §8(§a0§7/§c50§8)", "", "§7§8This item can be reforged!", + "§7§4☠ §cRequires §5Zombie Slayer 4", "§5§lEPIC LEGGINGS" ], "recipe": { @@ -31,10 +32,10 @@ "C2": "", "C3": "ENCHANTED_DIAMOND:16" }, - "slayer_req": "ZOMBIE_4", "internalname": "REVENANT_LEGGINGS", "clickcommand": "viewrecipe", - "modver": "1.0.0", + "modver": "1.3-REL", + "crafttext": "Requires Zombie Slayer 4", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Revenant_Armor" diff --git a/items/REVIVE_STONE.json b/items/REVIVE_STONE.json new file mode 100644 index 00000000..b9b2261f --- /dev/null +++ b/items/REVIVE_STONE.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Revive Stone", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7eb92689-af70-32ce-a668-6dd5f19b0e6b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjZhNzZjYzIyZTdjMmFiOWM1NDBkMTI0NGVhZGJhNTgxZjVkZDllMThmOWFkYWNmMDUyODBhNWI0OGI4ZjYxOCJ9fX0K\"}]}},display:{Lore:[0:\"§6Item Ability: Revive §e§lRIGHT CLICK\",1:\"§7Revive a player who has died in\",2:\"§7a dungeon. ONE TIME USE.\",3:\"\",4:\"§7§eThis item will vanish from\",5:\"§eyour inventory at the end of the\",6:\"§eDungeon!\",7:\"\",8:\"§6§lLEGENDARY DUNGEON ITEM\"],Name:\"§6Revive Stone\"},ExtraAttributes:{id:\"REVIVE_STONE\",dontSaveToProfile:1b}}", + "damage": 3, + "lore": [ + "§6Item Ability: Revive §e§lRIGHT CLICK", + "§7Revive a player who has died in", + "§7a dungeon. ONE TIME USE.", + "", + "§7§eThis item will vanish from", + "§eyour inventory at the end of the", + "§eDungeon!", + "", + "§6§lLEGENDARY DUNGEON ITEM" + ], + "internalname": "REVIVE_STONE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ROCK_CANDY.json b/items/ROCK_CANDY.json new file mode 100644 index 00000000..37fed2db --- /dev/null +++ b/items/ROCK_CANDY.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aRock Candy", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a84ff8d6-7300-37fa-ab20-e91cb0a2e963\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMmIyMTYxN2QyNzU1YmMyMGY4ZjdlMzg4ZjQ5ZTQ4NTgyNzQ1ZmVjMTZiYjE0Yzc3NmY3MTE4Zjk4YzU1ZTgifX19\"}]}},display:{Lore:[0:\"§8Reforge Stone\",1:\"\",2:\"§7Can be used in a Reforge Anvil\",3:\"§7or with the Dungeon Blacksmith\",4:\"§7to apply the §9Sweet §7reforge\",5:\"§7to accessories.\",6:\"\",7:\"§7§8§oAccessories have never\",8:\"§8§otasted so sweet.\",9:\"\",10:\"§a§lUNCOMMON REFORGE STONE\"],Name:\"§aRock Candy\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ROCK_CANDY\",uuid:\"929ba6a6-1d14-4b39-8fe7-f014f186b1ec\",timestamp:\"10/30/20 2:18 PM\"}}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Sweet §7reforge", + "§7to accessories.", + "", + "§7§8§oAccessories have never", + "§8§otasted so sweet.", + "", + "§a§lUNCOMMON REFORGE STONE" + ], + "internalname": "ROCK_CANDY", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ROSE_BOUQUET.json b/items/ROSE_BOUQUET.json new file mode 100644 index 00000000..ec307eb5 --- /dev/null +++ b/items/ROSE_BOUQUET.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:double_plant", + "displayname": "§f§cRose Bouquet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Quest item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§f§cRose Bouquet\"},ExtraAttributes:{id:\"ROSE_BOUQUET\"}}", + "damage": 4, + "lore": [ + "§7Quest item", + "", + "§f§lCOMMON" + ], + "internalname": "ROSE_BOUQUET", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rose_Bouquet" + ] +}
\ No newline at end of file diff --git a/items/ROTTEN_BOOTS.json b/items/ROTTEN_BOOTS.json index 0aec0268..0959de16 100644 --- a/items/ROTTEN_BOOTS.json +++ b/items/ROTTEN_BOOTS.json @@ -1,25 +1,13 @@ { - "internalname": "ROTTEN_BOOTS", - "itemid": 301, - "displayname": "§9Light Rotten Boots", - "clickcommand": "", + "itemid": "minecraft:leather_boots", + "displayname": "§9Rotten Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d75\",1:\"§7Strength: §c+10\",2:\"\",3:\"§7Health: §a+60 HP\",4:\"\",5:\"§7This rotten piece of armor\",6:\"§7grants §e15% §7knockback\",7:\"§7resistance to arrows per piece\",8:\"§7worn.\",9:\"\",10:\"§6Full Set Bonus: Sieve Body\",11:\"§7Gain an additional §e20%\",12:\"§e§7knockback resistance to\",13:\"§7arrows.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 35000 / 35000\",17:\"§7§4❣ §cRequires §aCatacombs Level 1\",18:\"§9§lRARE DUNGEON BOOTS\"],color:10383363,Name:\"§9Rotten Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"ROTTEN_BOOTS\"}}", "damage": 0, - "nbttag": "{ench:[0:{lvl:3,id:8}],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d258 §8(303)\",1:\"§7Strength: §c+15 §8(+18)\",2:\"§7Crit Chance: §c+2% §8(Light +2%)\",3:\"§7Crit Damage: §c+3% §8(Light +3%) §8(+3.6%)\",4:\"§7Bonus Attack Speed: §c+3% §8(Light +3%)\",5:\"\",6:\"§7Health: §a+172 HP §8(Light +10 HP) §8(+206.4 HP)\",7:\"§7Defense: §a+18 §8(Light +3) §8(+21.6)\",8:\"§7Speed: §a+3 §8(Light +3) §8(+3.6)\",9:\"\",10:\"§9Depth Strider III, §9Feather Falling V\",11:\"§9Growth V, §9Protection V\",12:\"§9Thorns III\",13:\"\",14:\"§7This rotten piece of armor\",15:\"§7grants §e15% §7knockback\",16:\"§7resistance to arrows per piece\",17:\"§7worn.\",18:\"\",19:\"§6Full Set Bonus: Sieve Body\",20:\"§7Gain an additional §e20%\",21:\"§e§7knockback resistance to\",22:\"§7arrows.\",23:\"\",24:\"§aPerfect 35000 / 35000\",25:\"§9§lRARE DUNGEON BOOTS\"],color:10383363,Name:\"§9Light Rotten Boots\"},ExtraAttributes:{color:\"158:112:3\",baseStatBoostPercentage:44,modifier:\"light\",id:\"ROTTEN_BOOTS\",enchantments:{depth_strider:3,thorns:3,feather_falling:5,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d258 §8(303)", - "§7Strength: §c+15 §8(+18)", - "§7Crit Chance: §c+2% §8(Light +2%)", - "§7Crit Damage: §c+3% §8(Light +3%) §8(+3.6%)", - "§7Bonus Attack Speed: §c+3% §8(Light +3%)", - "", - "§7Health: §a+172 HP §8(Light +10 HP) §8(+206.4 HP)", - "§7Defense: §a+18 §8(Light +3) §8(+21.6)", - "§7Speed: §a+3 §8(Light +3) §8(+3.6)", + "§7Gear Score: §d75", + "§7Strength: §c+10", "", - "§9Depth Strider III, §9Feather Falling V", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+60 HP", "", "§7This rotten piece of armor", "§7grants §e15% §7knockback", @@ -31,7 +19,17 @@ "§e§7knockback resistance to", "§7arrows.", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 1", "§9§lRARE DUNGEON BOOTS" + ], + "internalname": "ROTTEN_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rotten_Armor" ] }
\ No newline at end of file diff --git a/items/ROTTEN_CHESTPLATE.json b/items/ROTTEN_CHESTPLATE.json index 47857821..c2e86f21 100644 --- a/items/ROTTEN_CHESTPLATE.json +++ b/items/ROTTEN_CHESTPLATE.json @@ -1,22 +1,13 @@ { - "internalname": "ROTTEN_CHESTPLATE", - "itemid": 299, - "displayname": "§9Wise Rotten Chestplate", - "clickcommand": "", + "itemid": "minecraft:leather_chestplate", + "displayname": "§9Rotten Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d150\",1:\"§7Strength: §c+20\",2:\"\",3:\"§7Health: §a+125 HP\",4:\"\",5:\"§7This rotten piece of armor\",6:\"§7grants §e15% §7knockback\",7:\"§7resistance to arrows per piece\",8:\"§7worn.\",9:\"\",10:\"§6Full Set Bonus: Sieve Body\",11:\"§7Gain an additional §e20%\",12:\"§e§7knockback resistance to\",13:\"§7arrows.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 35000 / 35000\",17:\"§7§4❣ §cRequires §aCatacombs Level 1\",18:\"§9§lRARE DUNGEON CHESTPLATE\"],color:97585,Name:\"§9Rotten Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"ROTTEN_CHESTPLATE\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d352 §8(392)\",1:\"§7Strength: §c+26 §8(+29.12)\",2:\"\",3:\"§7Health: §a+247 HP §8(Wise +10 HP) §8(+276.64 HP)\",4:\"§7Defense: §a+15 §8(+16.8)\",5:\"§7Speed: §a+1 §8(Wise +1) §8(+1.12)\",6:\"§7Intelligence: §a+75 §8(Wise +75) §8(+84)\",7:\"\",8:\"§9Growth V, §9Protection V\",9:\"§9Thorns III\",10:\"\",11:\"§7This rotten piece of armor\",12:\"§7grants §e15% §7knockback\",13:\"§7resistance to arrows per piece\",14:\"§7worn.\",15:\"\",16:\"§6Full Set Bonus: Sieve Body\",17:\"§7Gain an additional §e20%\",18:\"§e§7knockback resistance to\",19:\"§7arrows.\",20:\"\",21:\"§aPerfect 35000 / 35000\",22:\"§9§lRARE DUNGEON CHESTPLATE\"],color:97585,Name:\"§9Wise Rotten Chestplate\"},ExtraAttributes:{color:\"1:125:49\",baseStatBoostPercentage:29,modifier:\"wise\",id:\"ROTTEN_CHESTPLATE\",enchantments:{thorns:3,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d352 §8(392)", - "§7Strength: §c+26 §8(+29.12)", - "", - "§7Health: §a+247 HP §8(Wise +10 HP) §8(+276.64 HP)", - "§7Defense: §a+15 §8(+16.8)", - "§7Speed: §a+1 §8(Wise +1) §8(+1.12)", - "§7Intelligence: §a+75 §8(Wise +75) §8(+84)", + "§7Gear Score: §d150", + "§7Strength: §c+20", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+125 HP", "", "§7This rotten piece of armor", "§7grants §e15% §7knockback", @@ -28,7 +19,17 @@ "§e§7knockback resistance to", "§7arrows.", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 1", "§9§lRARE DUNGEON CHESTPLATE" + ], + "internalname": "ROTTEN_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rotten_Armor" ] }
\ No newline at end of file diff --git a/items/ROTTEN_FLESH.json b/items/ROTTEN_FLESH.json index 11d8b8f2..a3d680a3 100644 --- a/items/ROTTEN_FLESH.json +++ b/items/ROTTEN_FLESH.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "ROTTEN_FLESH", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Rotten_Flesh" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/ROTTEN_HELMET.json b/items/ROTTEN_HELMET.json index 787a1aa4..4bf0f576 100644 --- a/items/ROTTEN_HELMET.json +++ b/items/ROTTEN_HELMET.json @@ -1,22 +1,13 @@ { - "internalname": "ROTTEN_HELMET", - "itemid": 298, - "displayname": "§9Fierce Rotten Helmet", - "clickcommand": "", + "itemid": "minecraft:leather_helmet", + "displayname": "§9Rotten Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d85\",1:\"§7Strength: §c+10\",2:\"\",3:\"§7Health: §a+70 HP\",4:\"\",5:\"§7This rotten piece of armor\",6:\"§7grants §e15% §7knockback\",7:\"§7resistance to arrows per piece\",8:\"§7worn.\",9:\"\",10:\"§6Full Set Bonus: Sieve Body\",11:\"§7Gain an additional §e20%\",12:\"§e§7knockback resistance to\",13:\"§7arrows.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 35000 / 35000\",17:\"§7§4❣ §cRequires §aCatacombs Level 1\",18:\"§9§lRARE DUNGEON HELMET\"],color:10383363,Name:\"§9Rotten Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"ROTTEN_HELMET\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d231 §8(265)\",1:\"§7Strength: §c+18 §8(Fierce +6) §8(+20.88)\",2:\"§7Crit Chance: §c+4% §8(Fierce +4%)\",3:\"§7Crit Damage: §c+10% §8(Fierce +10%) §8(+11.6%)\",4:\"\",5:\"§7Health: §a+156 HP §8(+180.96 HP)\",6:\"§7Defense: §a+15 §8(+17.4)\",7:\"\",8:\"§9Growth V, §9Protection V\",9:\"§9Thorns III\",10:\"\",11:\"§7This rotten piece of armor\",12:\"§7grants §e15% §7knockback\",13:\"§7resistance to arrows per piece\",14:\"§7worn.\",15:\"\",16:\"§6Full Set Bonus: Sieve Body\",17:\"§7Gain an additional §e20%\",18:\"§e§7knockback resistance to\",19:\"§7arrows.\",20:\"\",21:\"§aPerfect 35000 / 35000\",22:\"§9§lRARE DUNGEON HELMET\"],color:10383363,Name:\"§9Fierce Rotten Helmet\"},ExtraAttributes:{color:\"158:112:3\",baseStatBoostPercentage:15,modifier:\"fierce\",id:\"ROTTEN_HELMET\",enchantments:{thorns:3,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d231 §8(265)", - "§7Strength: §c+18 §8(Fierce +6) §8(+20.88)", - "§7Crit Chance: §c+4% §8(Fierce +4%)", - "§7Crit Damage: §c+10% §8(Fierce +10%) §8(+11.6%)", - "", - "§7Health: §a+156 HP §8(+180.96 HP)", - "§7Defense: §a+15 §8(+17.4)", + "§7Gear Score: §d85", + "§7Strength: §c+10", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+70 HP", "", "§7This rotten piece of armor", "§7grants §e15% §7knockback", @@ -28,7 +19,17 @@ "§e§7knockback resistance to", "§7arrows.", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 1", "§9§lRARE DUNGEON HELMET" + ], + "internalname": "ROTTEN_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rotten_Armor" ] }
\ No newline at end of file diff --git a/items/ROTTEN_LEGGINGS.json b/items/ROTTEN_LEGGINGS.json index a620aa40..557b6405 100644 --- a/items/ROTTEN_LEGGINGS.json +++ b/items/ROTTEN_LEGGINGS.json @@ -1,20 +1,13 @@ { - "internalname": "ROTTEN_LEGGINGS", - "itemid": 300, - "displayname": "§9Titanic Rotten Leggings", - "clickcommand": "", + "itemid": "minecraft:leather_leggings", + "displayname": "§9Rotten Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d130\",1:\"§7Strength: §c+15\",2:\"\",3:\"§7Health: §a+110 HP\",4:\"\",5:\"§7This rotten piece of armor\",6:\"§7grants §e15% §7knockback\",7:\"§7resistance to arrows per piece\",8:\"§7worn.\",9:\"\",10:\"§6Full Set Bonus: Sieve Body\",11:\"§7Gain an additional §e20%\",12:\"§e§7knockback resistance to\",13:\"§7arrows.\",14:\"\",15:\"§7§8This item can be reforged!\",16:\"§aPerfect 35000 / 35000\",17:\"§7§4❣ §cRequires §aCatacombs Level 1\",18:\"§9§lRARE DUNGEON LEGGINGS\"],color:97585,Name:\"§9Rotten Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"ROTTEN_LEGGINGS\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d333\",1:\"§7Strength: §c+19\",2:\"\",3:\"§7Health: §a+233 HP §8(Titanic +20 HP)\",4:\"§7Defense: §a+35 §8(Titanic +20)\",5:\"\",6:\"§9Growth V, §9Protection V\",7:\"§9Thorns III\",8:\"\",9:\"§7This rotten piece of armor\",10:\"§7grants §e15% §7knockback\",11:\"§7resistance to arrows per piece\",12:\"§7worn.\",13:\"\",14:\"§6Full Set Bonus: Sieve Body\",15:\"§7Gain an additional §e20%\",16:\"§e§7knockback resistance to\",17:\"§7arrows.\",18:\"\",19:\"§aPerfect 35000 / 35000\",20:\"§7§4❣ §cRequires §aCatacombs Level\",21:\"§a1\",22:\"§9§lRARE DUNGEON LEGGINGS\"],color:97585,Name:\"§9Titanic Rotten Leggings\"},ExtraAttributes:{color:\"1:125:49\",baseStatBoostPercentage:25,modifier:\"titanic\",id:\"ROTTEN_LEGGINGS\",enchantments:{thorns:3,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d333", - "§7Strength: §c+19", - "", - "§7Health: §a+233 HP §8(Titanic +20 HP)", - "§7Defense: §a+35 §8(Titanic +20)", + "§7Gear Score: §d130", + "§7Strength: §c+15", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+110 HP", "", "§7This rotten piece of armor", "§7grants §e15% §7knockback", @@ -26,9 +19,17 @@ "§e§7knockback resistance to", "§7arrows.", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", - "§7§4❣ §cRequires §aCatacombs Level", - "§a1", + "§7§4❣ §cRequires §aCatacombs Level 1", "§9§lRARE DUNGEON LEGGINGS" + ], + "internalname": "ROTTEN_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Rotten_Armor" ] }
\ No newline at end of file diff --git a/items/SADAN_BROOCH.json b/items/SADAN_BROOCH.json new file mode 100644 index 00000000..d5b04b48 --- /dev/null +++ b/items/SADAN_BROOCH.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5Sadan\u0027s Brooch", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"eab93d24-6d10-3744-9b31-bb2d105aae98\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMTQ4MDAxOTQ1MCwKICAicHJvZmlsZUlkIiA6ICJjZGM5MzQ0NDAzODM0ZDdkYmRmOWUyMmVjZmM5MzBiZiIsCiAgInByb2ZpbGVOYW1lIiA6ICJSYXdMb2JzdGVycyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jYzhiNDdhMWE4ZjEwZDI5NTgzNjVlMTdhZjcyZWEyZTJlOTIyMGZlZmIzZDgwZDhmMzYxMTZhZjcxZWI0YWU3IgogICAgfQogIH0KfQ\u003d\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 §9Empowered\",5:\"§9§7reforge to armor.\",6:\"\",7:\"§7§8§oVery original...\",8:\"\",9:\"§7Requires §aMining Skill Level\",10:\"§aXXV§7!\",11:\"\",12:\"§5§lEPIC REFORGE STONE\"],Name:\"§f§f§5Sadan\u0027s Brooch\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"SADAN_BROOCH\",uuid:\"f21cdfc0-7f72-4c4e-bf46-1c6615559c5a\",timestamp:\"10/3/20 12:58 AM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§8Reforge Stone", + "", + "§7Can be used in a Reforge Anvil", + "§7or with the Dungeon Blacksmith", + "§7to apply the §9Empowered", + "§9§7reforge to armor.", + "", + "§7§8§oVery original...", + "", + "§7Requires §aMining Skill Level", + "§aXXV§7!", + "", + "§5§lEPIC REFORGE STONE" + ], + "internalname": "SADAN_BROOCH", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Sadan\u0027s_Brooch" + ] +}
\ No newline at end of file diff --git a/items/SADDLE.json b/items/SADDLE.json index c4b8e37c..cbe78d62 100644 --- a/items/SADDLE.json +++ b/items/SADDLE.json @@ -1,15 +1,13 @@ { "itemid": "minecraft:saddle", - "displayname": "§aSaddle", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aSaddle\"},ExtraAttributes:{id:\"SADDLE\"}}", + "displayname": "§fSaddle", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSaddle\"},ExtraAttributes:{id:\"SADDLE\"}}", "damage": 0, "lore": [ - "§a§lUNCOMMON" + "§f§lCOMMON" ], "internalname": "SADDLE", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Saddle" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/SAND-1.json b/items/SAND-1.json new file mode 100644 index 00000000..57762f9f --- /dev/null +++ b/items/SAND-1.json @@ -0,0 +1,14 @@ +{ + "itemid": "minecraft:sand", + "displayname": "§fRed Sand", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRed Sand\"},ExtraAttributes:{id:\"SAND-1\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "parent": "SAND", + "internalname": "SAND-1", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/SAND.json b/items/SAND.json index 9fed4e84..4c2c6f0b 100644 --- a/items/SAND.json +++ b/items/SAND.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "SAND", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Sand" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/SANDSTONE-1.json b/items/SANDSTONE-1.json new file mode 100644 index 00000000..0ea52821 --- /dev/null +++ b/items/SANDSTONE-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:sandstone", + "displayname": "§fChiseled Sandstone", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fChiseled Sandstone\"},ExtraAttributes:{id:\"SANDSTONE\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SANDSTONE-1", + "parent": "SANDSTONE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STEP-1:1", + "A2": "", + "A3": "", + "B1": "STEP-1:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/SANDSTONE-2.json b/items/SANDSTONE-2.json new file mode 100644 index 00000000..0126d071 --- /dev/null +++ b/items/SANDSTONE-2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:sandstone", + "displayname": "§fSmooth Sandstone", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSmooth Sandstone\"},ExtraAttributes:{id:\"SANDSTONE\"}}", + "damage": 2, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SANDSTONE-2", + "parent": "SANDSTONE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SANDSTONE:1", + "A2": "SANDSTONE:1", + "A3": "", + "B1": "SANDSTONE:1", + "B2": "SANDSTONE:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/SANDSTONE.json b/items/SANDSTONE.json new file mode 100644 index 00000000..f4fd7831 --- /dev/null +++ b/items/SANDSTONE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:sandstone", + "displayname": "§fSandstone", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSandstone\"},ExtraAttributes:{id:\"SANDSTONE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SANDSTONE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SAND:1", + "A2": "SAND:1", + "A3": "", + "B1": "SAND:1", + "B2": "SAND:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/SANDSTONE_STAIRS.json b/items/SANDSTONE_STAIRS.json new file mode 100644 index 00000000..1292fec5 --- /dev/null +++ b/items/SANDSTONE_STAIRS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:sandstone_stairs", + "displayname": "§fSandstone Stairs", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSandstone Stairs\"},ExtraAttributes:{id:\"SANDSTONE_STAIRS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SANDSTONE_STAIRS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SANDSTONE:1", + "A2": "", + "A3": "", + "B1": "SANDSTONE:1", + "B2": "SANDSTONE:1", + "B3": "", + "C1": "SANDSTONE:1", + "C2": "SANDSTONE:1", + "C3": "SANDSTONE:1" + } +}
\ No newline at end of file diff --git a/items/SAPLING.json b/items/SAPLING.json new file mode 100644 index 00000000..6122ce61 --- /dev/null +++ b/items/SAPLING.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:sapling", + "displayname": "§fOak Sapling", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOak Sapling\"},ExtraAttributes:{id:\"SAPLING\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SAPLING", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/SCARF_FRAGMENT.json b/items/SCARF_FRAGMENT.json new file mode 100644 index 00000000..fa35ce10 --- /dev/null +++ b/items/SCARF_FRAGMENT.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:red_flower", + "displayname": "§f§f§9Scarf Fragment", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§eRight-click to view recipes!\",1:\"\",2:\"§9§lRARE DUNGEON ITEM\"],Name:\"§f§f§9Scarf Fragment\"},ExtraAttributes:{id:\"SCARF_FRAGMENT\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§eRight-click to view recipes!", + "", + "§9§lRARE DUNGEON ITEM" + ], + "internalname": "SCARF_FRAGMENT", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SCAVENGER;3.json b/items/SCAVENGER;3.json new file mode 100644 index 00000000..77c87374 --- /dev/null +++ b/items/SCAVENGER;3.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Scavenge §60.9 Coins §7per", + "§7monster level on kill.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "SCAVENGER;3", + "parent": "SCAVENGER;2", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SCAVENGER;4.json b/items/SCAVENGER;4.json new file mode 100644 index 00000000..5e5771b4 --- /dev/null +++ b/items/SCAVENGER;4.json @@ -0,0 +1,21 @@ +{ + "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:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"ENCHANTED_BOOK\",enchantments:{scavenger:4}}}", + "damage": 0, + "lore": [ + "§9Scavenger IV", + "§7Scavenge §61.2 Coins §7per", + "§7monster level on kill.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained from opening Gifts", + "", + "§f§lCOMMON" + ], + "internalname": "SCAVENGER;4", + "parent": "SCAVENGER;2", + "modver": "1.0.0" +} 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/SEA_LANTERN.json b/items/SEA_LANTERN.json new file mode 100644 index 00000000..9c8232b6 --- /dev/null +++ b/items/SEA_LANTERN.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:sea_lantern", + "displayname": "§fSea Lantern", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSea Lantern\"},ExtraAttributes:{id:\"SEA_LANTERN\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SEA_LANTERN", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "PRISMARINE_SHARD:1", + "A2": "PRISMARINE_CRYSTALS:1", + "A3": "PRISMARINE_SHARD:1", + "B1": "PRISMARINE_CRYSTALS:1", + "B2": "PRISMARINE_CRYSTALS:1", + "B3": "PRISMARINE_CRYSTALS:1", + "C1": "PRISMARINE_SHARD:1", + "C2": "PRISMARINE_CRYSTALS:1", + "C3": "PRISMARINE_SHARD:1" + } +}
\ No newline at end of file diff --git a/items/SECRET_DUNGEON_REDSTONE_KEY.json b/items/SECRET_DUNGEON_REDSTONE_KEY.json index 11a721e9..2cb0b831 100644 --- a/items/SECRET_DUNGEON_REDSTONE_KEY.json +++ b/items/SECRET_DUNGEON_REDSTONE_KEY.json @@ -9,6 +9,9 @@ "internalname": "SECRET_DUNGEON_REDSTONE_KEY", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Redstone_Key" + ] }
\ No newline at end of file diff --git a/items/SEEDS.json b/items/SEEDS.json index 5ccfff5d..cd13f897 100644 --- a/items/SEEDS.json +++ b/items/SEEDS.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "SEEDS", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Seeds" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/SHADOW_ASSASSIN_BOOTS.json b/items/SHADOW_ASSASSIN_BOOTS.json new file mode 100644 index 00000000..cb9420b7 --- /dev/null +++ b/items/SHADOW_ASSASSIN_BOOTS.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§5Shadow Assassin Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d305\",1:\"§7Strength: §c+25\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§7Health: §a+125 HP\",5:\"§7Defense: §a+55\",6:\"§7Speed: §a+7\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Restores §b10\",16:\"§b§7mana.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor V\",20:\"§aCompletion\",21:\"§5§lEPIC DUNGEON BOOTS\"],color:0,Name:\"§5Shadow Assassin Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SHADOW_ASSASSIN_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d305", + "§7Strength: §c+25", + "§7Crit Damage: §c+25%", + "", + "§7Health: §a+125 HP", + "§7Defense: §a+55", + "§7Speed: §a+7", + "", + "§6Full Set Bonus: Shadow Assassin", + "§7Collect the shadows of the", + "§7enemies you kill increasing your", + "§7damage for the rest of the", + "§7dungeon while wearing this set.", + "§7§c+1❁ Strength §7every kill", + "", + "§7On teleport: Restores §b10", + "§b§7mana.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor V", + "§aCompletion", + "§5§lEPIC DUNGEON BOOTS" + ], + "internalname": "SHADOW_ASSASSIN_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" + ] +}
\ No newline at end of file diff --git a/items/SHADOW_ASSASSIN_CHESTPLATE.json b/items/SHADOW_ASSASSIN_CHESTPLATE.json new file mode 100644 index 00000000..80f780e1 --- /dev/null +++ b/items/SHADOW_ASSASSIN_CHESTPLATE.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Shadow Assassin Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d530\",1:\"§7Strength: §c+25\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§7Health: §a+240 HP\",5:\"§7Defense: §a+110\",6:\"§7Speed: §a+7\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Grants §c+10❁\",16:\"§cStrength §7for §b10 §7seconds.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor V\",20:\"§aCompletion\",21:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:0,Name:\"§5Shadow Assassin Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SHADOW_ASSASSIN_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d530", + "§7Strength: §c+25", + "§7Crit Damage: §c+25%", + "", + "§7Health: §a+240 HP", + "§7Defense: §a+110", + "§7Speed: §a+7", + "", + "§6Full Set Bonus: Shadow Assassin", + "§7Collect the shadows of the", + "§7enemies you kill increasing your", + "§7damage for the rest of the", + "§7dungeon while wearing this set.", + "§7§c+1❁ Strength §7every kill", + "", + "§7On teleport: Grants §c+10❁", + "§cStrength §7for §b10 §7seconds.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor V", + "§aCompletion", + "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "SHADOW_ASSASSIN_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" + ] +}
\ No newline at end of file diff --git a/items/SHADOW_ASSASSIN_HELMET.json b/items/SHADOW_ASSASSIN_HELMET.json new file mode 100644 index 00000000..00342961 --- /dev/null +++ b/items/SHADOW_ASSASSIN_HELMET.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Shadow Assassin Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8c29f21d-0af3-324e-982b-dca5c7659bc4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWI4YWY1MmVmMmY3MmMzYmY1ZWNlNmU3MGE4MmYxMzcxOTU5Y2UzZmNiNzM2YzUwMDMwNWNhZGRjNTA1YzVlMiJ9fX0\"}]}},display:{Lore:[0:\"§7Gear Score: §d370\",1:\"§7Strength: §c+25\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§7Health: §a+160 HP\",5:\"§7Defense: §a+70\",6:\"§7Speed: §a+7\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Grants invisibility\",16:\"§7and §f+20✦ Speed §7for §b10\",17:\"§b§7seconds.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor V\",21:\"§aCompletion\",22:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Shadow Assassin Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SHADOW_ASSASSIN_HELMET\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d370", + "§7Strength: §c+25", + "§7Crit Damage: §c+25%", + "", + "§7Health: §a+160 HP", + "§7Defense: §a+70", + "§7Speed: §a+7", + "", + "§6Full Set Bonus: Shadow Assassin", + "§7Collect the shadows of the", + "§7enemies you kill increasing your", + "§7damage for the rest of the", + "§7dungeon while wearing this set.", + "§7§c+1❁ Strength §7every kill", + "", + "§7On teleport: Grants invisibility", + "§7and §f+20✦ Speed §7for §b10", + "§b§7seconds.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor V", + "§aCompletion", + "§5§lEPIC DUNGEON HELMET" + ], + "internalname": "SHADOW_ASSASSIN_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" + ] +}
\ No newline at end of file diff --git a/items/SHADOW_ASSASSIN_LEGGINGS.json b/items/SHADOW_ASSASSIN_LEGGINGS.json new file mode 100644 index 00000000..fbeeb994 --- /dev/null +++ b/items/SHADOW_ASSASSIN_LEGGINGS.json @@ -0,0 +1,38 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§5Shadow Assassin Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d470\",1:\"§7Strength: §c+25\",2:\"§7Crit Damage: §c+25%\",3:\"\",4:\"§7Health: §a+210 HP\",5:\"§7Defense: §a+95\",6:\"§7Speed: §a+7\",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Restores §c1% §7of\",16:\"§7your maximum health.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor V\",20:\"§aCompletion\",21:\"§5§lEPIC DUNGEON LEGGINGS\"],color:0,Name:\"§5Shadow Assassin Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SHADOW_ASSASSIN_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d470", + "§7Strength: §c+25", + "§7Crit Damage: §c+25%", + "", + "§7Health: §a+210 HP", + "§7Defense: §a+95", + "§7Speed: §a+7", + "", + "§6Full Set Bonus: Shadow Assassin", + "§7Collect the shadows of the", + "§7enemies you kill increasing your", + "§7damage for the rest of the", + "§7dungeon while wearing this set.", + "§7§c+1❁ Strength §7every kill", + "", + "§7On teleport: Restores §c1% §7of", + "§7your maximum health.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor V", + "§aCompletion", + "§5§lEPIC DUNGEON LEGGINGS" + ], + "internalname": "SHADOW_ASSASSIN_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" + ] +}
\ No newline at end of file diff --git a/items/SHADOW_FURY.json b/items/SHADOW_FURY.json new file mode 100644 index 00000000..2f6dfc50 --- /dev/null +++ b/items/SHADOW_FURY.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:diamond_sword", + "displayname": "§f§f§6Shadow Fury", + "nbttag": "{overrideMeta:1b,Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d525 \",1:\"§7Damage: §c+300 \",2:\"§7Strength: §c+125 \",3:\"\",4:\"§7Speed: §a+30 \",5:\"\",6:\"§6Item Ability: Shadow Fury §e§lRIGHT CLICK\",7:\"§7Rapidly teleports you to up to\",8:\"§7§b5 §7enemies within §e10\",9:\"§e§7blocks, rooting each of them\",10:\"§7and allowing you to hit them.\",11:\"§8Cooldown: §a15s\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aCatacombs Floor V\",15:\"§aCompletion\",16:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§f§f§6Shadow Fury\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"SHADOW_FURY\",uuid:\"e2bde439-8553-4c05-af26-31c7612d8520\",timestamp:\"9/17/20 7:25 PM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§7Gear Score: §d525 ", + "§7Damage: §c+300 ", + "§7Strength: §c+125 ", + "", + "§7Speed: §a+30 ", + "", + "§6Item Ability: Shadow Fury §e§lRIGHT CLICK", + "§7Rapidly teleports you to up to", + "§7§b5 §7enemies within §e10", + "§e§7blocks, rooting each of them", + "§7and allowing you to hit them.", + "§8Cooldown: §a15s", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor V", + "§aCompletion", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "internalname": "SHADOW_FURY", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shadow_Fury" + ] +}
\ No newline at end of file diff --git a/items/SHADOW_GOGGLES.json b/items/SHADOW_GOGGLES.json index 3285fec2..3a5b159c 100644 --- a/items/SHADOW_GOGGLES.json +++ b/items/SHADOW_GOGGLES.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:skull", "displayname": "§5Shadow Goggles", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e23b008e-298b-3219-9670-a36b72cf76de\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2NTE2MjgwMiwKICAicHJvZmlsZUlkIiA6ICI3MzgyZGRmYmU0ODU0NTVjODI1ZjkwMGY4OGZkMzJmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4cWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzQ2NWE4NDdlMTE0ZWY2MmU3ODMzY2JmYjJmZTVkZTU3NjRiYWI1ZjEwYWYxMjVmZDJkMzE2MjM4MjY4Mjc5ZiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d160 §8(211)\",1:\"§7Intelligence: §a+200 §8(+302)\",2:\"\",3:\"§7Your abilities deal §c+60%\",4:\"§c§7damage to undead monsters.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 52500 / 52500\",8:\"§7§4❣ §cRequires §aCatacombs Level 16\",9:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Shadow Goggles\"},ExtraAttributes:{id:\"SHADOW_GOGGLES\",shop_dungeon_floor_completion_required:3}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e23b008e-298b-3219-9670-a36b72cf76de\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTg2NTE2MjgwMiwKICAicHJvZmlsZUlkIiA6ICI3MzgyZGRmYmU0ODU0NTVjODI1ZjkwMGY4OGZkMzJmOCIsCiAgInByb2ZpbGVOYW1lIiA6ICJ4cWwiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzQ2NWE4NDdlMTE0ZWY2MmU3ODMzY2JmYjJmZTVkZTU3NjRiYWI1ZjEwYWYxMjVmZDJkMzE2MjM4MjY4Mjc5ZiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Gear Score: §d160 \",1:\"§7Intelligence: §a+200 \",2:\"\",3:\"§7Your abilities deal §c+60%\",4:\"§c§7damage to undead monsters.\",5:\"\",6:\"§7§8This item can be reforged!\",7:\"§aPerfect 52500 / 52500\",8:\"§7§4❣ §cRequires §aCatacombs Level 16\",9:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5Shadow Goggles\"},ExtraAttributes:{id:\"SHADOW_GOGGLES\",shop_dungeon_floor_completion_required:3}}", "damage": 3, "lore": [ - "§7Gear Score: §d160 §8(211)", - "§7Intelligence: §a+200 §8(+302)", + "§7Gear Score: §d160 ", + "§7Intelligence: §a+200 ", "", "§7Your abilities deal §c+60%", "§c§7damage to undead monsters.", @@ -18,6 +18,9 @@ "internalname": "SHADOW_GOGGLES", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shadow_Goggles" + ] }
\ No newline at end of file diff --git a/items/SHADY_RING.json b/items/SHADY_RING.json index 32b07bcf..1fe20f7a 100644 --- a/items/SHADY_RING.json +++ b/items/SHADY_RING.json @@ -1,20 +1,19 @@ { "itemid": "minecraft:skull", - "displayname": "§aUnpleasant Shady Ring", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"20cdbc9f-5a7b-38a6-b4b8-79ab2ce8c891\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzUyNjk3MjU0NTgsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RhODUyNDI3NGE2NWQ4YTgwYTBmNDRlMTAzZTIwMjFlMjdjODkxNmU5NjVhYTExZjY2NWFjMGM0OWJlNDBlYzYifX19\"}]}},display:{Lore:[0:\"§7Crit Chance: §c+1% §8(Unpleasant +1%)\",1:\"\",2:\"§7Get 1% off on most shops.\",3:\"\",4:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aUnpleasant Shady Ring\"},ExtraAttributes:{modifier:\"unpleasant\",originTag:\"SHOP_PURCHASE\",id:\"SHADY_RING\",uuid:\"46992c46-0dc3-4d9e-9568-20e1bf5a3845\",timestamp:\"6/15/20 6:27 PM\"}}", + "displayname": "§aShady Ring", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"20cdbc9f-5a7b-38a6-b4b8-79ab2ce8c891\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzUyNjk3MjU0NTgsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2RhODUyNDI3NGE2NWQ4YTgwYTBmNDRlMTAzZTIwMjFlMjdjODkxNmU5NjVhYTExZjY2NWFjMGM0OWJlNDBlYzYifX19\"}]}},display:{Lore:[0:\"§7Get 1% off on most shops.\",1:\"\",2:\"§a§lUNCOMMON ACCESSORY\"],Name:\"§aShady Ring\"},ExtraAttributes:{modifier:\"unpleasant\",originTag:\"SHOP_PURCHASE\",id:\"SHADY_RING\",uuid:\"46992c46-0dc3-4d9e-9568-20e1bf5a3845\",timestamp:\"6/15/20 6:27 PM\"}}", "damage": 3, "lore": [ - "§7Crit Chance: §c+1% §8(Unpleasant +1%)", - "", "§7Get 1% off on most shops.", "", "§a§lUNCOMMON ACCESSORY" ], "internalname": "SHADY_RING", "clickcommand": "", - "modver": "1.0.0", + "modver": "1.3-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Shady_Ring" - ] + ], + "crafttext": "" }
\ No newline at end of file diff --git a/items/SHARPNESS;5.json b/items/SHARPNESS;5.json new file mode 100644 index 00000000..755ae843 --- /dev/null +++ b/items/SHARPNESS;5.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7Increases melee damage dealt by", + "§7§a25%§7", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "SHARPNESS;5", + "parent": "SHARPNESS;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SHARPNESS;6.json b/items/SHARPNESS;6.json new file mode 100644 index 00000000..3c674d3c --- /dev/null +++ b/items/SHARPNESS;6.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:enchanted_book", + "parent": "SHARPNESS;4", + "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", + "§7Increases melee damage dealt by", + "§7§a30%§7", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aObtained from the Dark Auction or", + "§afrom Tomioka for 10 million", + "", + "§9§lRARE" + ], + "internalname": "SHARPNESS;6", + "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/SHEARS.json b/items/SHEARS.json index 10c1abe7..ebaed0e3 100644 --- a/items/SHEARS.json +++ b/items/SHEARS.json @@ -1,12 +1,24 @@ { - "internalname": "SHEARS", - "itemid": 359, + "itemid": "minecraft:shears", "displayname": "§fShears", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fShears\"},ExtraAttributes:{id:\"SHEARS\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§f§lCOMMON SHEARS\"],Name:\"§fShears\"},ExtraAttributes:{id:\"SHEARS\"}}", - "modver": "1.0.0", "lore": [ - "§f§lCOMMON SHEARS" - ] + "§f§lCOMMON" + ], + "internalname": "SHEARS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "", + "A2": "IRON_INGOT:1", + "A3": "", + "B1": "IRON_INGOT:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/SIGN.json b/items/SIGN.json new file mode 100644 index 00000000..0bd50809 --- /dev/null +++ b/items/SIGN.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:sign", + "displayname": "§fSign", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSign\"},ExtraAttributes:{id:\"SIGN\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SIGN", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "WOOD:1", + "B1": "WOOD:1", + "B2": "WOOD:1", + "B3": "WOOD:1", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/SILENT_DEATH.json b/items/SILENT_DEATH.json index 4c2d0f0b..df9a0b47 100644 --- a/items/SILENT_DEATH.json +++ b/items/SILENT_DEATH.json @@ -1,34 +1,34 @@ { - "internalname": "SILENT_DEATH", - "itemid": 267, - "displayname": "§5Spicy Silent Death", - "clickcommand": "", + "itemid": "minecraft:iron_sword", + "displayname": "§9Silent Death", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d165\",1:\"§7Damage: §c+85\",2:\"§7Strength: §c+31\",3:\"§7Crit Chance: §c+1%\",4:\"§7Crit Damage: §c+9%\",5:\"\",6:\"§6Item Ability: Shadowstep §e§lRIGHT CLICK\",7:\"§7Teleport behind the enemy you\",8:\"§7are looking at, gaining §c+25❁\",9:\"§cStrength§7 for §a10§7 seconds.\",10:\"§7Max range of 20 blocks. Cooldown\",11:\"§7resets on kills.\",12:\"§8Cooldown: §a60s\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§aPerfect 35000 / 35000\",16:\"§7§4❣ §cRequires §aCatacombs Level 20\",17:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Silent Death\"},ExtraAttributes:{dungeon_item_level:0,id:\"SILENT_DEATH\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d416 §8(494)\",1:\"§7Damage: §c+150 §8(+187.5)\",2:\"§7Strength: §c+63 §8(Spicy +7) §8(+78.75)\",3:\"§7Crit Chance: §c+3% §8(Spicy +1%)\",4:\"§7Crit Damage: §c+127% §8(Spicy +60%) §8(+158.75%)\",5:\"§7Bonus Attack Speed: §c+7% §8(Spicy +7%)\",6:\"\",7:\"§9Critical V, §9Experience III\",8:\"§9First Strike IV, §9Giant Killer V\",9:\"§9Looting III, §9Luck V\",10:\"§9Scavenger V, §9Sharpness V\",11:\"\",12:\"§6Item Ability: Shadowstep §e§lRIGHT CLICK\",13:\"§7Teleport behind the enemy you\",14:\"§7are looking at, gaining §c+25❁\",15:\"§cStrength§7 for §a10§7 seconds.\",16:\"§7Max range of 20 blocks.\",17:\"§8Cooldown: §a60s\",18:\"\",19:\"§aPerfect 35000 / 35000\",20:\"§7§4❣ §cRequires §aCatacombs Level\",21:\"§a20\",22:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Spicy Silent Death\"},ExtraAttributes:{baseStatBoostPercentage:50,modifier:\"spicy\",id:\"SILENT_DEATH\",enchantments:{luck:5,first_strike:4,critical:5,looting:3,sharpness:5,scavenger:5,experience:3,giant_killer:5},item_tier:3}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d416 §8(494)", - "§7Damage: §c+150 §8(+187.5)", - "§7Strength: §c+63 §8(Spicy +7) §8(+78.75)", - "§7Crit Chance: §c+3% §8(Spicy +1%)", - "§7Crit Damage: §c+127% §8(Spicy +60%) §8(+158.75%)", - "§7Bonus Attack Speed: §c+7% §8(Spicy +7%)", - "", - "§9Critical V, §9Experience III", - "§9First Strike IV, §9Giant Killer V", - "§9Looting III, §9Luck V", - "§9Scavenger V, §9Sharpness V", + "§7Gear Score: §d165", + "§7Damage: §c+85", + "§7Strength: §c+31", + "§7Crit Chance: §c+1%", + "§7Crit Damage: §c+9%", "", "§6Item Ability: Shadowstep §e§lRIGHT CLICK", "§7Teleport behind the enemy you", "§7are looking at, gaining §c+25❁", "§cStrength§7 for §a10§7 seconds.", - "§7Max range of 20 blocks.", + "§7Max range of 20 blocks. Cooldown", + "§7resets on kills.", "§8Cooldown: §a60s", "", + "§7§8This item can be reforged!", "§aPerfect 35000 / 35000", - "§7§4❣ §cRequires §aCatacombs Level", - "§a20", - "§5§lEPIC DUNGEON SWORD" + "§7§4❣ §cRequires §aCatacombs Level 20", + "§9§lRARE DUNGEON SWORD" + ], + "internalname": "SILENT_DEATH", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Silent_Death" ] }
\ No newline at end of file diff --git a/items/SILVERFISH;4.json b/items/SILVERFISH;4.json index 9857aad8..9bf805cc 100644 --- a/items/SILVERFISH;4.json +++ b/items/SILVERFISH;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §6Silverfish", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"79e570d8-f66e-375c-9e70-97224ccd5692\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7Health: §a{HEALTH} HP\",4:\"\",5:\"§6True Defense Boost\",6:\"§7§7§7Boosts your §f❂ True\",7:\"§fDefense§7 by §a{0}\",8:\"\",9:\"§6Mining Exp Boost\",10:\"§7§7§7Boosts your Mining exp by\",11:\"§7§a{1}%§7\",12:\"\",13:\"§6Dexterity\",14:\"§7§7Gives permanent haste I\",15:\"\",16:\"§7§eRight-click to add this pet to\",17:\"§eyour pet menu!\",18:\"\",19:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Silverfish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SILVERFISH\\\",\\\"active\\\":false,\\\"exp\\\":90481.99248000035,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"SILVERFISH;4\",uuid:\"7fdd06c5-30e6-48a5-88dc-e90c1d71e68c\",timestamp:\"4/5/20 4:14 PM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"79e570d8-f66e-375c-9e70-97224ccd5692\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGE5MWRhYjgzOTFhZjVmZGE1NGFjZDJjMGIxOGZiZDgxOWI4NjVlMWE4ZjFkNjIzODEzZmE3NjFlOTI0NTQwIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Mining Pet\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"§7Health: §a{HEALTH} HP\",4:\"\",5:\"§6True Defense Boost\",6:\"§7§7§7Boosts your §f❂ True\",7:\"§fDefense§7 by §a{0}\",8:\"\",9:\"§6Mining Exp Boost\",10:\"§7§7§7Boosts your Mining exp by\",11:\"§7§a{1}%§7\",12:\"\",13:\"§6Dexterity\",14:\"§7§7Gives permanent haste III\",15:\"\",16:\"§7§eRight-click to add this pet to\",17:\"§eyour pet menu!\",18:\"\",19:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Silverfish\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"SILVERFISH\\\",\\\"active\\\":false,\\\"exp\\\":90481.99248000035,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"SILVERFISH;4\",uuid:\"7fdd06c5-30e6-48a5-88dc-e90c1d71e68c\",timestamp:\"4/5/20 4:14 PM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Pet", @@ -18,7 +18,7 @@ "§7§a{1}%§7", "", "§6Dexterity", - "§7§7Gives permanent haste I", + "§7§7Gives permanent haste III", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -27,7 +27,7 @@ ], "internalname": "SILVERFISH;4", "clickcommand": "viewrecipe", - "modver": "1.1-REL", + "modver": "1.3-REL", "recipe": { "A1": "ENCHANTED_COBBLESTONE:8", "A2": "ENCHANTED_COBBLESTONE:8", diff --git a/items/SKELETON_GRUNT_BOOTS.json b/items/SKELETON_GRUNT_BOOTS.json index f0e2eb3a..bc22c0f0 100644 --- a/items/SKELETON_GRUNT_BOOTS.json +++ b/items/SKELETON_GRUNT_BOOTS.json @@ -1,26 +1,29 @@ { - "internalname": "SKELETON_GRUNT_BOOTS", - "itemid": 301, - "displayname": "§6Titanic Skeleton Grunt Boots", - "clickcommand": "", + "itemid": "minecraft:leather_boots", + "displayname": "§5Skeleton Grunt Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d70\",1:\"§7Crit Damage: §c+15%\",2:\"\",3:\"§7Health: §a+13 HP\",4:\"§7Defense: §a+20\",5:\"\",6:\"§7Increase the damage you deal\",7:\"§7with arrows by §c5%§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 52500 / 52500\",11:\"§7§4❣ §cRequires §aCatacombs Level 1\",12:\"§5§lEPIC DUNGEON BOOTS\"],color:14805812,Name:\"§5Skeleton Grunt Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_GRUNT_BOOTS\"}}", "damage": 0, - "nbttag": "{ench:[0:{lvl:3,id:8}],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d331 §8(393)\",1:\"§7Crit Damage: §c+23% §8(+27.6%)\",2:\"\",3:\"§7Health: §a+130 HP §8(Titanic +35 HP) §8(+156 HP)\",4:\"§7Defense: §a+80 §8(Titanic +35) §8(+96)\",5:\"\",6:\"§9Depth Strider III, §9Feather Falling V\",7:\"§9Growth V, §9Protection V\",8:\"§9Thorns III\",9:\"\",10:\"§7Increase the damage you deal\",11:\"§7with arrows by §c5%§7.\",12:\"\",13:\"§aPerfect 52500 / 52500\",14:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:14805812,Name:\"§6Titanic Skeleton Grunt Boots\"},ExtraAttributes:{color:\"225:235:52\",baseStatBoostPercentage:50,modifier:\"titanic\",id:\"SKELETON_GRUNT_BOOTS\",enchantments:{depth_strider:3,thorns:3,feather_falling:5,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d331 §8(393)", - "§7Crit Damage: §c+23% §8(+27.6%)", - "", - "§7Health: §a+130 HP §8(Titanic +35 HP) §8(+156 HP)", - "§7Defense: §a+80 §8(Titanic +35) §8(+96)", + "§7Gear Score: §d70", + "§7Crit Damage: §c+15%", "", - "§9Depth Strider III, §9Feather Falling V", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+13 HP", + "§7Defense: §a+20", "", "§7Increase the damage you deal", "§7with arrows by §c5%§7.", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§6§lLEGENDARY DUNGEON BOOTS" + "§7§4❣ §cRequires §aCatacombs Level 1", + "§5§lEPIC DUNGEON BOOTS" + ], + "internalname": "SKELETON_GRUNT_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Grunt_Armor" ] }
\ No newline at end of file diff --git a/items/SKELETON_GRUNT_CHESTPLATE.json b/items/SKELETON_GRUNT_CHESTPLATE.json index a6dfc8c6..b184de54 100644 --- a/items/SKELETON_GRUNT_CHESTPLATE.json +++ b/items/SKELETON_GRUNT_CHESTPLATE.json @@ -1,25 +1,29 @@ { - "internalname": "SKELETON_GRUNT_CHESTPLATE", - "itemid": 299, - "displayname": "§5Titanic Skeleton Grunt Chestplate", - "clickcommand": "", + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Skeleton Grunt Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d116\",1:\"§7Crit Damage: §c+15%\",2:\"\",3:\"§7Health: §a+23 HP\",4:\"§7Defense: §a+38\",5:\"\",6:\"§7Increase the damage you deal\",7:\"§7with arrows by §c5%§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 52500 / 52500\",11:\"§7§4❣ §cRequires §aCatacombs Level 1\",12:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:14805812,Name:\"§5Skeleton Grunt Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_GRUNT_CHESTPLATE\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d320 §8(382)\",1:\"§7Crit Damage: §c+18% §8(+21.6%)\",2:\"\",3:\"§7Health: §a+127 HP §8(Titanic +25 HP) §8(+152.4 HP)\",4:\"§7Defense: §a+84 §8(Titanic +25) §8(+100.8)\",5:\"\",6:\"§9Growth V, §9Protection V\",7:\"§9Thorns III\",8:\"\",9:\"§7Increase the damage you deal\",10:\"§7with arrows by §c5%§7.\",11:\"\",12:\"§aPerfect 52500 / 52500\",13:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:14805812,Name:\"§5Titanic Skeleton Grunt Chestplate\"},ExtraAttributes:{color:\"225:235:52\",baseStatBoostPercentage:15,modifier:\"titanic\",id:\"SKELETON_GRUNT_CHESTPLATE\",enchantments:{thorns:3,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d320 §8(382)", - "§7Crit Damage: §c+18% §8(+21.6%)", - "", - "§7Health: §a+127 HP §8(Titanic +25 HP) §8(+152.4 HP)", - "§7Defense: §a+84 §8(Titanic +25) §8(+100.8)", + "§7Gear Score: §d116", + "§7Crit Damage: §c+15%", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+23 HP", + "§7Defense: §a+38", "", "§7Increase the damage you deal", "§7with arrows by §c5%§7.", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 1", "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "SKELETON_GRUNT_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Grunt_Armor" ] }
\ No newline at end of file diff --git a/items/SKELETON_GRUNT_HELMET.json b/items/SKELETON_GRUNT_HELMET.json index e02253d8..eea8d828 100644 --- a/items/SKELETON_GRUNT_HELMET.json +++ b/items/SKELETON_GRUNT_HELMET.json @@ -1,29 +1,29 @@ { - "internalname": "SKELETON_GRUNT_HELMET", - "itemid": 298, - "displayname": "§5Fierce Skeleton Grunt Helmet", - "clickcommand": "", + "itemid": "minecraft:leather_helmet", + "displayname": "§5Skeleton Grunt Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d77\",1:\"§7Crit Damage: §c+15%\",2:\"\",3:\"§7Health: §a+14 HP\",4:\"§7Defense: §a+23\",5:\"\",6:\"§7Increase the damage you deal\",7:\"§7with arrows by §c5%§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 52500 / 52500\",11:\"§7§4❣ §cRequires §aCatacombs Level 1\",12:\"§5§lEPIC DUNGEON HELMET\"],color:14805812,Name:\"§5Skeleton Grunt Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_GRUNT_HELMET\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d249\",1:\"§7Strength: §c+8 §8(Fierce +8)\",2:\"§7Crit Chance: §c+5% §8(Fierce +5%)\",3:\"§7Crit Damage: §c+36% §8(Fierce +14%)\",4:\"\",5:\"§7Health: §a+95 HP\",6:\"§7Defense: §a+48\",7:\"\",8:\"§9Growth V, §9Protection V\",9:\"§9Thorns III\",10:\"\",11:\"§7Increase the damage you deal\",12:\"§7with arrows by §c5%§7.\",13:\"\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level\",16:\"§a1\",17:\"§5§lEPIC DUNGEON HELMET\"],color:14805812,Name:\"§5Fierce Skeleton Grunt Helmet\"},ExtraAttributes:{color:\"225:235:52\",baseStatBoostPercentage:41,modifier:\"fierce\",id:\"SKELETON_GRUNT_HELMET\",enchantments:{thorns:3,protection:5,growth:5},item_tier:0}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d249", - "§7Strength: §c+8 §8(Fierce +8)", - "§7Crit Chance: §c+5% §8(Fierce +5%)", - "§7Crit Damage: §c+36% §8(Fierce +14%)", - "", - "§7Health: §a+95 HP", - "§7Defense: §a+48", + "§7Gear Score: §d77", + "§7Crit Damage: §c+15%", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+14 HP", + "§7Defense: §a+23", "", "§7Increase the damage you deal", "§7with arrows by §c5%§7.", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §aCatacombs Level", - "§a1", + "§7§4❣ §cRequires §aCatacombs Level 1", "§5§lEPIC DUNGEON HELMET" + ], + "internalname": "SKELETON_GRUNT_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Grunt_Armor" ] }
\ No newline at end of file diff --git a/items/SKELETON_GRUNT_LEGGINGS.json b/items/SKELETON_GRUNT_LEGGINGS.json index 85b6b1bd..b4ad5c02 100644 --- a/items/SKELETON_GRUNT_LEGGINGS.json +++ b/items/SKELETON_GRUNT_LEGGINGS.json @@ -1,30 +1,29 @@ { - "internalname": "SKELETON_GRUNT_LEGGINGS", - "itemid": 300, - "displayname": "§5Pure Skeleton Grunt Leggings", - "clickcommand": "", + "itemid": "minecraft:leather_leggings", + "displayname": "§5Skeleton Grunt Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d107\",1:\"§7Crit Damage: §c+15%\",2:\"\",3:\"§7Health: §a+22 HP\",4:\"§7Defense: §a+34\",5:\"\",6:\"§7Increase the damage you deal\",7:\"§7with arrows by §c5%§7.\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 52500 / 52500\",11:\"§7§4❣ §cRequires §aCatacombs Level 1\",12:\"§5§lEPIC DUNGEON LEGGINGS\"],color:14805812,Name:\"§5Skeleton Grunt Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_GRUNT_LEGGINGS\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d317 §8(329)\",1:\"§7Strength: §c+6 §8(Pure +6) §8(+6.24)\",2:\"§7Crit Chance: §c+8% §8(Pure +8%)\",3:\"§7Crit Damage: §c+28% §8(Pure +6%) §8(+29.12%)\",4:\"§7Bonus Attack Speed: §c+3% §8(Pure +3%)\",5:\"\",6:\"§7Health: §a+113 HP §8(Pure +6 HP) §8(+117.52 HP)\",7:\"§7Defense: §a+70 §8(Pure +6) §8(+72.8)\",8:\"§7Speed: §a+1 §8(Pure +1) §8(+1.04)\",9:\"§7Intelligence: §a+6 §8(Pure +6) §8(+6.24)\",10:\"\",11:\"§9Growth V, §9Protection V\",12:\"§9Thorns III\",13:\"\",14:\"§7Increase the damage you deal\",15:\"§7with arrows by §c5%§7.\",16:\"\",17:\"§aPerfect 52500 / 52500\",18:\"§5§lEPIC DUNGEON LEGGINGS\"],color:14805812,Name:\"§5Pure Skeleton Grunt Leggings\"},ExtraAttributes:{color:\"225:235:52\",baseStatBoostPercentage:42,modifier:\"pure\",id:\"SKELETON_GRUNT_LEGGINGS\",enchantments:{thorns:3,protection:5,growth:5},item_tier:0}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d317 §8(329)", - "§7Strength: §c+6 §8(Pure +6) §8(+6.24)", - "§7Crit Chance: §c+8% §8(Pure +8%)", - "§7Crit Damage: §c+28% §8(Pure +6%) §8(+29.12%)", - "§7Bonus Attack Speed: §c+3% §8(Pure +3%)", - "", - "§7Health: §a+113 HP §8(Pure +6 HP) §8(+117.52 HP)", - "§7Defense: §a+70 §8(Pure +6) §8(+72.8)", - "§7Speed: §a+1 §8(Pure +1) §8(+1.04)", - "§7Intelligence: §a+6 §8(Pure +6) §8(+6.24)", + "§7Gear Score: §d107", + "§7Crit Damage: §c+15%", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+22 HP", + "§7Defense: §a+34", "", "§7Increase the damage you deal", "§7with arrows by §c5%§7.", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 1", "§5§lEPIC DUNGEON LEGGINGS" + ], + "internalname": "SKELETON_GRUNT_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Grunt_Armor" ] }
\ No newline at end of file diff --git a/items/SKELETON_SOLDIER_BOOTS.json b/items/SKELETON_SOLDIER_BOOTS.json index 17ef5958..9d1fa2ab 100644 --- a/items/SKELETON_SOLDIER_BOOTS.json +++ b/items/SKELETON_SOLDIER_BOOTS.json @@ -1,25 +1,15 @@ { - "internalname": "SKELETON_SOLDIER_BOOTS", - "itemid": 301, - "displayname": "§5Mythic Skeleton Soldier Boots", - "clickcommand": "", + "itemid": "minecraft:leather_boots", + "displayname": "§5Skeleton Soldier Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d86\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+17%\",3:\"\",4:\"§7Health: §a+14 HP\",5:\"§7Defense: §a+22\",6:\"\",7:\"§7Increase the damage you deal\",8:\"§7with arrows by §c5%§7.\",9:\"\",10:\"§6Full Set Bonus: Skeleton Soldier\",11:\"§7Increase the damage you deal\",12:\"§7with arrows by an extra §c25%§7.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§aPerfect 52500 / 52500\",16:\"§7§4❣ §cRequires §aCatacombs Level 9\",17:\"§5§lEPIC DUNGEON BOOTS\"],color:16759819,Name:\"§5Skeleton Soldier Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_SOLDIER_BOOTS\"}}", "damage": 0, - "nbttag": "{ench:[0:{lvl:3,id:8}],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d294 §8(324)\",1:\"§7Strength: §c+8 §8(Mythic +8) §8(+8.96)\",2:\"§7Crit Chance: §c+7% §8(Mythic +4%)\",3:\"§7Crit Damage: §c+23% §8(+25.76%)\",4:\"\",5:\"§7Health: §a+102 HP §8(Mythic +8 HP) §8(+114.24 HP)\",6:\"§7Defense: §a+52 §8(Mythic +8) §8(+58.24)\",7:\"§7Speed: §a+2 §8(Mythic +2) §8(+2.24)\",8:\"§7Intelligence: §a+40 §8(Mythic +40) §8(+44.8)\",9:\"\",10:\"§9Depth Strider III, §9Feather Falling V\",11:\"§9Growth V, §9Protection V\",12:\"§9Thorns III\",13:\"\",14:\"§7Increase the damage you deal\",15:\"§7with arrows by §c5%§7.\",16:\"\",17:\"§6Full Set Bonus: Skeleton Soldier\",18:\"§7Increase the damage you deal\",19:\"§7with arrows by an extra §c25%§7.\",20:\"\",21:\"§aPerfect 52500 / 52500\",22:\"§7§4❣ §cRequires §aCatacombs Level\",23:\"§a9\",24:\"§5§lEPIC DUNGEON BOOTS\"],color:16759819,Name:\"§5Mythic Skeleton Soldier Boots\"},ExtraAttributes:{color:\"255:188:11\",baseStatBoostPercentage:31,modifier:\"mythic\",id:\"SKELETON_SOLDIER_BOOTS\",enchantments:{depth_strider:3,thorns:3,feather_falling:5,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d294 §8(324)", - "§7Strength: §c+8 §8(Mythic +8) §8(+8.96)", - "§7Crit Chance: §c+7% §8(Mythic +4%)", - "§7Crit Damage: §c+23% §8(+25.76%)", - "", - "§7Health: §a+102 HP §8(Mythic +8 HP) §8(+114.24 HP)", - "§7Defense: §a+52 §8(Mythic +8) §8(+58.24)", - "§7Speed: §a+2 §8(Mythic +2) §8(+2.24)", - "§7Intelligence: §a+40 §8(Mythic +40) §8(+44.8)", + "§7Gear Score: §d86", + "§7Crit Chance: §c+2%", + "§7Crit Damage: §c+17%", "", - "§9Depth Strider III, §9Feather Falling V", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+14 HP", + "§7Defense: §a+22", "", "§7Increase the damage you deal", "§7with arrows by §c5%§7.", @@ -28,9 +18,17 @@ "§7Increase the damage you deal", "§7with arrows by an extra §c25%§7.", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §aCatacombs Level", - "§a9", + "§7§4❣ §cRequires §aCatacombs Level 9", "§5§lEPIC DUNGEON BOOTS" + ], + "internalname": "SKELETON_SOLDIER_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Soldier_Armor" ] }
\ No newline at end of file diff --git a/items/SKELETON_SOLDIER_CHESTPLATE.json b/items/SKELETON_SOLDIER_CHESTPLATE.json index 59a318b5..77006059 100644 --- a/items/SKELETON_SOLDIER_CHESTPLATE.json +++ b/items/SKELETON_SOLDIER_CHESTPLATE.json @@ -1,23 +1,15 @@ { - "internalname": "SKELETON_SOLDIER_CHESTPLATE", - "itemid": 299, - "displayname": "§5Wise Skeleton Soldier Chestplate", - "clickcommand": "", + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Skeleton Soldier Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d138\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+17%\",3:\"\",4:\"§7Health: §a+26 HP\",5:\"§7Defense: §a+42\",6:\"\",7:\"§7Increase the damage you deal\",8:\"§7with arrows by §c5%§7.\",9:\"\",10:\"§6Full Set Bonus: Skeleton Soldier\",11:\"§7Increase the damage you deal\",12:\"§7with arrows by an extra §c25%§7.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§aPerfect 52500 / 52500\",16:\"§7§4❣ §cRequires §aCatacombs Level 9\",17:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:16759819,Name:\"§5Skeleton Soldier Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_SOLDIER_CHESTPLATE\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d346 §8(410)\",1:\"§7Crit Chance: §c+3%\",2:\"§7Crit Damage: §c+22% §8(+26.4%)\",3:\"\",4:\"§7Health: §a+120 HP §8(Wise +12 HP) §8(+144 HP)\",5:\"§7Defense: §a+68 §8(+81.6)\",6:\"§7Speed: §a+2 §8(Wise +2) §8(+2.4)\",7:\"§7Intelligence: §a+100 §8(Wise +100) §8(+120)\",8:\"\",9:\"§9Growth V, §9Protection V\",10:\"§9Thorns III\",11:\"\",12:\"§7Increase the damage you deal\",13:\"§7with arrows by §c5%§7.\",14:\"\",15:\"§6Full Set Bonus: Skeleton Soldier\",16:\"§7Increase the damage you deal\",17:\"§7with arrows by an extra §c25%§7.\",18:\"\",19:\"§aPerfect 52500 / 52500\",20:\"§7§4❣ §cRequires §aCatacombs Level\",21:\"§a9\",22:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:16759819,Name:\"§5Wise Skeleton Soldier Chestplate\"},ExtraAttributes:{color:\"255:188:11\",baseStatBoostPercentage:24,modifier:\"wise\",id:\"SKELETON_SOLDIER_CHESTPLATE\",enchantments:{thorns:3,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d346 §8(410)", - "§7Crit Chance: §c+3%", - "§7Crit Damage: §c+22% §8(+26.4%)", - "", - "§7Health: §a+120 HP §8(Wise +12 HP) §8(+144 HP)", - "§7Defense: §a+68 §8(+81.6)", - "§7Speed: §a+2 §8(Wise +2) §8(+2.4)", - "§7Intelligence: §a+100 §8(Wise +100) §8(+120)", + "§7Gear Score: §d138", + "§7Crit Chance: §c+2%", + "§7Crit Damage: §c+17%", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+26 HP", + "§7Defense: §a+42", "", "§7Increase the damage you deal", "§7with arrows by §c5%§7.", @@ -26,9 +18,17 @@ "§7Increase the damage you deal", "§7with arrows by an extra §c25%§7.", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §aCatacombs Level", - "§a9", + "§7§4❣ §cRequires §aCatacombs Level 9", "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "SKELETON_SOLDIER_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Soldier_Armor" ] }
\ No newline at end of file diff --git a/items/SKELETON_SOLDIER_HELMET.json b/items/SKELETON_SOLDIER_HELMET.json index 08118275..f81e14f5 100644 --- a/items/SKELETON_SOLDIER_HELMET.json +++ b/items/SKELETON_SOLDIER_HELMET.json @@ -26,7 +26,7 @@ "internalname": "SKELETON_SOLDIER_HELMET", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", + "modver": "1.3-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Soldier_Armor" diff --git a/items/SKELETON_SOLDIER_LEGGINGS.json b/items/SKELETON_SOLDIER_LEGGINGS.json index 1ba1d0bd..f57b191e 100644 --- a/items/SKELETON_SOLDIER_LEGGINGS.json +++ b/items/SKELETON_SOLDIER_LEGGINGS.json @@ -1,22 +1,15 @@ { - "internalname": "SKELETON_SOLDIER_LEGGINGS", - "itemid": 300, - "displayname": "§5Smart Skeleton Soldier Leggings", - "clickcommand": "", + "itemid": "minecraft:leather_leggings", + "displayname": "§5Skeleton Soldier Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d128\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+17%\",3:\"\",4:\"§7Health: §a+24 HP\",5:\"§7Defense: §a+38\",6:\"\",7:\"§7Increase the damage you deal\",8:\"§7with arrows by §c5%§7.\",9:\"\",10:\"§6Full Set Bonus: Skeleton Soldier\",11:\"§7Increase the damage you deal\",12:\"§7with arrows by an extra §c25%§7.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§aPerfect 52500 / 52500\",16:\"§7§4❣ §cRequires §aCatacombs Level 9\",17:\"§5§lEPIC DUNGEON LEGGINGS\"],color:16759819,Name:\"§5Skeleton Soldier Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETON_SOLDIER_LEGGINGS\"}}", "damage": 0, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d366 §8(452)\",1:\"§7Crit Chance: §c+3%\",2:\"§7Crit Damage: §c+25% §8(+31.25%)\",3:\"\",4:\"§7Health: §a+122 HP §8(Smart +12 HP) §8(+152.5 HP)\",5:\"§7Defense: §a+81 §8(Smart +12) §8(+101.25)\",6:\"§7Intelligence: §a+80 §8(Smart +80) §8(+100)\",7:\"\",8:\"§9Growth V, §9Protection V\",9:\"§9Thorns III\",10:\"\",11:\"§7Increase the damage you deal\",12:\"§7with arrows by §c5%§7.\",13:\"\",14:\"§6Full Set Bonus: Skeleton Soldier\",15:\"§7Increase the damage you deal\",16:\"§7with arrows by an extra §c25%§7.\",17:\"\",18:\"§aPerfect 52500 / 52500\",19:\"§7§4❣ §cRequires §aCatacombs Level\",20:\"§a9\",21:\"§5§lEPIC DUNGEON LEGGINGS\"],color:16759819,Name:\"§5Smart Skeleton Soldier Leggings\"},ExtraAttributes:{color:\"255:188:11\",baseStatBoostPercentage:42,modifier:\"smart\",id:\"SKELETON_SOLDIER_LEGGINGS\",enchantments:{thorns:3,protection:5,growth:5},item_tier:1}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d366 §8(452)", - "§7Crit Chance: §c+3%", - "§7Crit Damage: §c+25% §8(+31.25%)", - "", - "§7Health: §a+122 HP §8(Smart +12 HP) §8(+152.5 HP)", - "§7Defense: §a+81 §8(Smart +12) §8(+101.25)", - "§7Intelligence: §a+80 §8(Smart +80) §8(+100)", + "§7Gear Score: §d128", + "§7Crit Chance: §c+2%", + "§7Crit Damage: §c+17%", "", - "§9Growth V, §9Protection V", - "§9Thorns III", + "§7Health: §a+24 HP", + "§7Defense: §a+38", "", "§7Increase the damage you deal", "§7with arrows by §c5%§7.", @@ -25,9 +18,17 @@ "§7Increase the damage you deal", "§7with arrows by an extra §c25%§7.", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §aCatacombs Level", - "§a9", + "§7§4❣ §cRequires §aCatacombs Level 9", "§5§lEPIC DUNGEON LEGGINGS" + ], + "internalname": "SKELETON_SOLDIER_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Skeleton_Soldier_Armor" ] }
\ No newline at end of file diff --git a/items/SKELETOR_LEGGINGS.json b/items/SKELETOR_LEGGINGS.json index cdc595c2..66628c63 100644 --- a/items/SKELETOR_LEGGINGS.json +++ b/items/SKELETOR_LEGGINGS.json @@ -1,15 +1,15 @@ { "itemid": "minecraft:chainmail_leggings", "displayname": "§5Skeletor Leggings", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d124 §8(180)\",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+20% §8(+30.2%)\",3:\"\",4:\"§7Health: §a+22 HP §8(+33.22 HP)\",5:\"§7Defense: §a+36 §8(+54.36)\",6:\"\",7:\"§6Full Set Bonus: Skeletor\",8:\"§7Grants §c+1❁ Strength §7and\",9:\"§7§9+1☠ Crit Damage §7for every\",10:\"§7§b10 §7Skeletor kills\",11:\"\",12:\"§7Each piece grants a §a1 §7second\",13:\"§7cooldown reduction on bone\",14:\"§7plating!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 52500 / 52500\",18:\"§7§4❣ §cRequires §aCatacombs Level 15\",19:\"§5§lEPIC DUNGEON LEGGINGS\"],Name:\"§5Skeletor Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETOR_LEGGINGS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d124 \",1:\"§7Crit Chance: §c+2%\",2:\"§7Crit Damage: §c+20% \",3:\"\",4:\"§7Health: §a+22 HP \",5:\"§7Defense: §a+36 \",6:\"\",7:\"§6Full Set Bonus: Skeletor\",8:\"§7Grants §c+1❁ Strength §7and\",9:\"§7§9+1☠ Crit Damage §7for every\",10:\"§7§b10 §7Skeletor kills\",11:\"\",12:\"§7Each piece grants a §a1 §7second\",13:\"§7cooldown reduction on bone\",14:\"§7plating!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 52500 / 52500\",18:\"§7§4❣ §cRequires §aCatacombs Level 15\",19:\"§5§lEPIC DUNGEON LEGGINGS\"],Name:\"§5Skeletor Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SKELETOR_LEGGINGS\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d124 §8(180)", + "§7Gear Score: §d124 ", "§7Crit Chance: §c+2%", - "§7Crit Damage: §c+20% §8(+30.2%)", + "§7Crit Damage: §c+20% ", "", - "§7Health: §a+22 HP §8(+33.22 HP)", - "§7Defense: §a+36 §8(+54.36)", + "§7Health: §a+22 HP ", + "§7Defense: §a+36 ", "", "§6Full Set Bonus: Skeletor", "§7Grants §c+1❁ Strength §7and", @@ -28,7 +28,7 @@ "internalname": "SKELETOR_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", + "modver": "1.3-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Skeletor_Armor" diff --git a/items/SKULL_ITEM.json b/items/SKULL_ITEM.json new file mode 100644 index 00000000..e193ac35 --- /dev/null +++ b/items/SKULL_ITEM.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fSkeleton Skull", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSkeleton Skull\"},ExtraAttributes:{id:\"SKULL_ITEM\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SKULL_ITEM", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/SKYBLOCK_MENU.json b/items/SKYBLOCK_MENU.json new file mode 100644 index 00000000..93efccd0 --- /dev/null +++ b/items/SKYBLOCK_MENU.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:nether_star", + "displayname": "§aSkyBlock Menu §7(Right Click)", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7View all of your SkyBlock\",1:\"§7progress, including your Skills,\",2:\"§7Collections, Recipes, and more!\",3:\"\",4:\"§eClick to open!\"],Name:\"§aSkyBlock Menu §7(Right Click)\"},ExtraAttributes:{id:\"SKYBLOCK_MENU\"}}", + "damage": 0, + "lore": [ + "§7View all of your SkyBlock", + "§7progress, including your Skills,", + "§7Collections, Recipes, and more!", + "", + "§eClick to open!" + ], + "internalname": "SKYBLOCK_MENU", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SLIME_BALL.json b/items/SLIME_BALL.json index 38a7ba56..a05d1b96 100644 --- a/items/SLIME_BALL.json +++ b/items/SLIME_BALL.json @@ -1,13 +1,24 @@ { "itemid": "minecraft:slime_ball", "displayname": "§fSlimeball", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\",2:\"\",3:\"§eClick to view recipe!\"],Name:\"§fSlimeball\"},ExtraAttributes:{id:\"SLIME_BALL\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSlimeball\"},ExtraAttributes:{id:\"SLIME_BALL\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "SLIME_BALL", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SLIME_BLOCK:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/SLIME_BLOCK.json b/items/SLIME_BLOCK.json new file mode 100644 index 00000000..b74b633e --- /dev/null +++ b/items/SLIME_BLOCK.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:slime", + "displayname": "§fSlime Block", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSlime Block\"},ExtraAttributes:{id:\"SLIME_BLOCK\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SLIME_BLOCK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SLIME_BALL:1", + "A2": "SLIME_BALL:1", + "A3": "SLIME_BALL:1", + "B1": "SLIME_BALL:1", + "B2": "SLIME_BALL:1", + "B3": "SLIME_BALL:1", + "C1": "SLIME_BALL:1", + "C2": "SLIME_BALL:1", + "C3": "SLIME_BALL:1" + } +}
\ No newline at end of file diff --git a/items/SMITE;5.json b/items/SMITE;5.json new file mode 100644 index 00000000..95293916 --- /dev/null +++ b/items/SMITE;5.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:enchanted_book", + "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§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!", + "", + "§a§lUNCOMMON" + ], + "internalname": "SMITE;5", + "parent": "SMITE;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SMITE;6.json b/items/SMITE;6.json new file mode 100644 index 00000000..a7fab33f --- /dev/null +++ b/items/SMITE;6.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:enchanted_book", + "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§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!", + "", + "§9§lRARE" + ], + "internalname": "SMITE;6", + "parent": "SMITE;4", + "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/SMOOTH_BRICK-1.json b/items/SMOOTH_BRICK-1.json new file mode 100644 index 00000000..50c779f4 --- /dev/null +++ b/items/SMOOTH_BRICK-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stonebrick", + "displayname": "§fMossy Stone Bricks", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMossy Stone Bricks\"},ExtraAttributes:{id:\"SMOOTH_BRICK\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SMOOTH_BRICK-1", + "parent": "SMOOTH_BRICK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SMOOTH_BRICK:1", + "A2": "VINE:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/SMOOTH_BRICK-3.json b/items/SMOOTH_BRICK-3.json new file mode 100644 index 00000000..a2b716fc --- /dev/null +++ b/items/SMOOTH_BRICK-3.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stonebrick", + "displayname": "§fChiseled Stone Bricks", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fChiseled Stone Bricks\"},ExtraAttributes:{id:\"SMOOTH_BRICK\"}}", + "damage": 3, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SMOOTH_BRICK-3", + "parent": "SMOOTH_BRICK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STEP-5:1", + "A2": "", + "A3": "", + "B1": "STEP-5:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/SMOOTH_BRICK.json b/items/SMOOTH_BRICK.json index a0ac131a..c0da9ad7 100644 --- a/items/SMOOTH_BRICK.json +++ b/items/SMOOTH_BRICK.json @@ -7,6 +7,18 @@ "§f§lCOMMON" ], "internalname": "SMOOTH_BRICK", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STONE:1", + "A2": "STONE:1", + "A3": "", + "B1": "STONE:1", + "B2": "STONE:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/SMOOTH_STAIRS.json b/items/SMOOTH_STAIRS.json new file mode 100644 index 00000000..000cadcb --- /dev/null +++ b/items/SMOOTH_STAIRS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:stone_brick_stairs", + "displayname": "§fStone Brick Stairs", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fStone Brick Stairs\"},ExtraAttributes:{id:\"SMOOTH_STAIRS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SMOOTH_STAIRS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SMOOTH_BRICK:1", + "A2": "", + "A3": "", + "B1": "SMOOTH_BRICK:1", + "B2": "SMOOTH_BRICK:1", + "B3": "", + "C1": "SMOOTH_BRICK:1", + "C2": "SMOOTH_BRICK:1", + "C3": "SMOOTH_BRICK:1" + } +}
\ No newline at end of file diff --git a/items/SNOW.json b/items/SNOW.json new file mode 100644 index 00000000..56a6cd86 --- /dev/null +++ b/items/SNOW.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:snow_layer", + "displayname": "§fSnow", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSnow\"},ExtraAttributes:{id:\"SNOW\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SNOW", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SNOW_BLOCK:1", + "A2": "SNOW_BLOCK:1", + "A3": "SNOW_BLOCK:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/SNOW_BALL.json b/items/SNOW_BALL.json new file mode 100644 index 00000000..d8ef6254 --- /dev/null +++ b/items/SNOW_BALL.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:snowball", + "displayname": "§fSnowball", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSnowball\"},ExtraAttributes:{id:\"SNOW_BALL\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SNOW_BALL", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/SNOW_BLOCK.json b/items/SNOW_BLOCK.json index 671f5467..8919a98c 100644 --- a/items/SNOW_BLOCK.json +++ b/items/SNOW_BLOCK.json @@ -1,16 +1,24 @@ { "itemid": "minecraft:snow", - "displayname": "§fSnow Block", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fSnow Block\"},ExtraAttributes:{id:\"SNOW_BLOCK\"}}", + "displayname": "§fSnow", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSnow\"},ExtraAttributes:{id:\"SNOW_BLOCK\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "SNOW_BLOCK", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Snow_Block" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SNOW_BALL:1", + "A2": "SNOW_BALL:1", + "A3": "", + "B1": "SNOW_BALL:1", + "B2": "SNOW_BALL:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/SOUL_SAND.json b/items/SOUL_SAND.json index 4fe67d26..c2fc8821 100644 --- a/items/SOUL_SAND.json +++ b/items/SOUL_SAND.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "SOUL_SAND", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Soul_Sand" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/SOUL_WHIP.json b/items/SOUL_WHIP.json new file mode 100644 index 00000000..d867a427 --- /dev/null +++ b/items/SOUL_WHIP.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:fishing_rod", + "displayname": "§6Soul Whip", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d320\",1:\"§7Damage: §c+145\",2:\"§7Strength: §c+175 \",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Soul Whip\"},ExtraAttributes:{dungeon_item_level:0,id:\"SOUL_WHIP\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d320", + "§7Damage: §c+145", + "§7Strength: §c+175 ", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "internalname": "SOUL_WHIP", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SPECKLED_MELON.json b/items/SPECKLED_MELON.json index e093d108..2be46dad 100644 --- a/items/SPECKLED_MELON.json +++ b/items/SPECKLED_MELON.json @@ -1,13 +1,24 @@ { "itemid": "minecraft:speckled_melon", "displayname": "§fGlistering Melon", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fGlistering Melon\"},ExtraAttributes:{id:\"SPECKLED_MELON\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGlistering Melon\"},ExtraAttributes:{id:\"SPECKLED_MELON\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "SPECKLED_MELON", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GOLD_NUGGET:1", + "A2": "GOLD_NUGGET:1", + "A3": "GOLD_NUGGET:1", + "B1": "GOLD_NUGGET:1", + "B2": "MELON:1", + "B3": "GOLD_NUGGET:1", + "C1": "GOLD_NUGGET:1", + "C2": "GOLD_NUGGET:1", + "C3": "GOLD_NUGGET:1" + } }
\ No newline at end of file diff --git a/items/SPIDER_EYE.json b/items/SPIDER_EYE.json index 0e3d018a..76613104 100644 --- a/items/SPIDER_EYE.json +++ b/items/SPIDER_EYE.json @@ -1,17 +1,13 @@ { "itemid": "minecraft:spider_eye", "displayname": "§fSpider Eye", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fSpider Eye\"},ExtraAttributes:{id:\"SPIDER_EYE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSpider Eye\"},ExtraAttributes:{id:\"SPIDER_EYE\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "SPIDER_EYE", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Spider_Eye" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/SPIKED_HOOK;5.json b/items/SPIKED_HOOK;5.json new file mode 100644 index 00000000..833cd4e0 --- /dev/null +++ b/items/SPIKED_HOOK;5.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_book", + "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", + "§7Fishing rod deals §a25%§7 more", + "§7damage to monsters.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "SPIKED_HOOK;5", + "parent": "SPIKED_HOOK;4", + "crafttext": "", + "clickcommand": "", + "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 new file mode 100644 index 00000000..88564e3d --- /dev/null +++ b/items/SPIKED_HOOK;6.json @@ -0,0 +1,21 @@ +{ + "itemid": "minecraft:enchanted_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": [ + "§9Spiked Hook VI", + "§7Fishing rod deals §a30%§7 more", + "§7damage to monsters.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aDrops rarely from Sea Leeches.", + "", + "§9§lRARE" + ], + "internalname": "SPIKED_HOOK;6", + "parent": "SPIKED_HOOK;4", + "modver": "1.2-REL" +} diff --git a/items/SPIRIT_WING.json b/items/SPIRIT_WING.json index be3814a0..75e028f9 100644 --- a/items/SPIRIT_WING.json +++ b/items/SPIRIT_WING.json @@ -16,6 +16,9 @@ "internalname": "SPIRIT_WING", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "" + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Spirit_Wing" + ] }
\ No newline at end of file diff --git a/items/SPONGE.json b/items/SPONGE.json index bb407831..a5c0e710 100644 --- a/items/SPONGE.json +++ b/items/SPONGE.json @@ -1,16 +1,13 @@ { "itemid": "minecraft:sponge", "displayname": "§fSponge", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fSponge\"},ExtraAttributes:{id:\"SPONGE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSponge\"},ExtraAttributes:{id:\"SPONGE\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "SPONGE", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Sponge" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/SPRUCE_DOOR_ITEM.json b/items/SPRUCE_DOOR_ITEM.json new file mode 100644 index 00000000..97b0c857 --- /dev/null +++ b/items/SPRUCE_DOOR_ITEM.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:spruce_door", + "displayname": "§fSpruce Door", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSpruce Door\"},ExtraAttributes:{id:\"SPRUCE_DOOR_ITEM\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SPRUCE_DOOR_ITEM", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-1:1", + "A2": "WOOD-1:1", + "A3": "", + "B1": "WOOD-1:1", + "B2": "WOOD-1:1", + "B3": "", + "C1": "WOOD-1:1", + "C2": "WOOD-1:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/SPRUCE_FENCE.json b/items/SPRUCE_FENCE.json new file mode 100644 index 00000000..295874dd --- /dev/null +++ b/items/SPRUCE_FENCE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:spruce_fence", + "displayname": "§fSpruce Fence", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSpruce Fence\"},ExtraAttributes:{id:\"SPRUCE_FENCE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SPRUCE_FENCE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-1:1", + "A2": "STICK:1", + "A3": "WOOD-1:1", + "B1": "WOOD-1:1", + "B2": "STICK:1", + "B3": "WOOD-1:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/SPRUCE_FENCE_GATE.json b/items/SPRUCE_FENCE_GATE.json new file mode 100644 index 00000000..4d3fbe06 --- /dev/null +++ b/items/SPRUCE_FENCE_GATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:spruce_fence_gate", + "displayname": "§fSpruce Fence Gate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSpruce Fence Gate\"},ExtraAttributes:{id:\"SPRUCE_FENCE_GATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SPRUCE_FENCE_GATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STICK:1", + "A2": "WOOD-1:1", + "A3": "STICK:1", + "B1": "STICK:1", + "B2": "WOOD-1:1", + "B3": "STICK:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/SPRUCE_WOOD_STAIRS.json b/items/SPRUCE_WOOD_STAIRS.json new file mode 100644 index 00000000..3cd40705 --- /dev/null +++ b/items/SPRUCE_WOOD_STAIRS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:spruce_stairs", + "displayname": "§fSpruce Wood Stairs", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSpruce Wood Stairs\"},ExtraAttributes:{id:\"SPRUCE_WOOD_STAIRS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "SPRUCE_WOOD_STAIRS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-1:1", + "A2": "", + "A3": "", + "B1": "WOOD-1:1", + "B2": "WOOD-1:1", + "B3": "", + "C1": "WOOD-1:1", + "C2": "WOOD-1:1", + "C3": "WOOD-1:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_CLAY-1.json b/items/STAINED_CLAY-1.json new file mode 100644 index 00000000..8073ee8c --- /dev/null +++ b/items/STAINED_CLAY-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fOrange Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOrange Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY-1", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-14:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_CLAY-10.json b/items/STAINED_CLAY-10.json new file mode 100644 index 00000000..44f94338 --- /dev/null +++ b/items/STAINED_CLAY-10.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fPurple Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPurple Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 10, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY-10", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-5:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_CLAY-11.json b/items/STAINED_CLAY-11.json new file mode 100644 index 00000000..ab8ed3be --- /dev/null +++ b/items/STAINED_CLAY-11.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fBlue Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlue Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 11, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY-11", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-4:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_CLAY-12.json b/items/STAINED_CLAY-12.json new file mode 100644 index 00000000..037eeaf9 --- /dev/null +++ b/items/STAINED_CLAY-12.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fBrown Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBrown Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 12, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY-12", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-3:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_CLAY-13.json b/items/STAINED_CLAY-13.json new file mode 100644 index 00000000..1b093923 --- /dev/null +++ b/items/STAINED_CLAY-13.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fGreen Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGreen Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 13, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY-13", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-2:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_CLAY-14.json b/items/STAINED_CLAY-14.json new file mode 100644 index 00000000..892f6cea --- /dev/null +++ b/items/STAINED_CLAY-14.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fRed Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRed Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 14, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY-14", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-1:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_CLAY-15.json b/items/STAINED_CLAY-15.json new file mode 100644 index 00000000..19df60c9 --- /dev/null +++ b/items/STAINED_CLAY-15.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fBlack Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlack Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 15, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY-15", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_CLAY-2.json b/items/STAINED_CLAY-2.json new file mode 100644 index 00000000..e79e2abc --- /dev/null +++ b/items/STAINED_CLAY-2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fMagenta Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMagenta Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 2, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY-2", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-13:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_CLAY-3.json b/items/STAINED_CLAY-3.json new file mode 100644 index 00000000..c7e3d04a --- /dev/null +++ b/items/STAINED_CLAY-3.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fLight Blue Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Blue Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 3, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY-3", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-12:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_CLAY-4.json b/items/STAINED_CLAY-4.json new file mode 100644 index 00000000..152a2b94 --- /dev/null +++ b/items/STAINED_CLAY-4.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fYellow Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fYellow Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 4, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY-4", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-11:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_CLAY-5.json b/items/STAINED_CLAY-5.json new file mode 100644 index 00000000..6e017735 --- /dev/null +++ b/items/STAINED_CLAY-5.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fLime Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLime Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 5, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY-5", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-10:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_CLAY-6.json b/items/STAINED_CLAY-6.json new file mode 100644 index 00000000..ae2bc2c4 --- /dev/null +++ b/items/STAINED_CLAY-6.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fPink Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPink Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 6, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY-6", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-9:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_CLAY-7.json b/items/STAINED_CLAY-7.json new file mode 100644 index 00000000..5b604906 --- /dev/null +++ b/items/STAINED_CLAY-7.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fGray Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGray Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 7, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY-7", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-8:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_CLAY-8.json b/items/STAINED_CLAY-8.json new file mode 100644 index 00000000..0ac7f5e0 --- /dev/null +++ b/items/STAINED_CLAY-8.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fLight Gray Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Gray Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 8, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY-8", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-7:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_CLAY-9.json b/items/STAINED_CLAY-9.json index 9bac31fe..33c70c9e 100644 --- a/items/STAINED_CLAY-9.json +++ b/items/STAINED_CLAY-9.json @@ -1,12 +1,25 @@ { - "internalname": "STAINED_CLAY-9", - "itemid": 159, - "displayname": "§fCyan Hardened Clay", - "clickcommand": "", + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fCyan Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCyan Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", "damage": 9, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCyan Hardened Clay\"},ExtraAttributes:{id:\"STAINED_CLAY:9\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "STAINED_CLAY-9", + "parent": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-6:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } }
\ No newline at end of file diff --git a/items/STAINED_CLAY.json b/items/STAINED_CLAY.json new file mode 100644 index 00000000..18f0c64f --- /dev/null +++ b/items/STAINED_CLAY.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:stained_hardened_clay", + "displayname": "§fWhite Stained Clay", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWhite Stained Clay\"},ExtraAttributes:{id:\"STAINED_CLAY\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_CLAY", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HARD_CLAY:1", + "A2": "HARD_CLAY:1", + "A3": "HARD_CLAY:1", + "B1": "HARD_CLAY:1", + "B2": "INK_SACK-15:1", + "B3": "HARD_CLAY:1", + "C1": "HARD_CLAY:1", + "C2": "HARD_CLAY:1", + "C3": "HARD_CLAY:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_GLASS-1.json b/items/STAINED_GLASS-1.json new file mode 100644 index 00000000..d621986b --- /dev/null +++ b/items/STAINED_GLASS-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fOrange Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOrange Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-1\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STAINED_GLASS", + "internalname": "STAINED_GLASS-1", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK-14:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STAINED_GLASS-10.json b/items/STAINED_GLASS-10.json new file mode 100644 index 00000000..5e012bc8 --- /dev/null +++ b/items/STAINED_GLASS-10.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fPurple Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPurple Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-10\"}}", + "damage": 10, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STAINED_GLASS", + "internalname": "STAINED_GLASS-10", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK-5:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STAINED_GLASS-11.json b/items/STAINED_GLASS-11.json new file mode 100644 index 00000000..082e6cd1 --- /dev/null +++ b/items/STAINED_GLASS-11.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fBlue Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlue Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-11\"}}", + "damage": 11, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STAINED_GLASS", + "internalname": "STAINED_GLASS-11", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK-4:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STAINED_GLASS-12.json b/items/STAINED_GLASS-12.json new file mode 100644 index 00000000..6b6e99c1 --- /dev/null +++ b/items/STAINED_GLASS-12.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fBrown Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBrown Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-12\"}}", + "damage": 12, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STAINED_GLASS", + "internalname": "STAINED_GLASS-12", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK-3:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STAINED_GLASS-13.json b/items/STAINED_GLASS-13.json new file mode 100644 index 00000000..466ac8a7 --- /dev/null +++ b/items/STAINED_GLASS-13.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fGreen Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGreen Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-13\"}}", + "damage": 13, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STAINED_GLASS", + "internalname": "STAINED_GLASS-13", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK-2:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STAINED_GLASS-14.json b/items/STAINED_GLASS-14.json new file mode 100644 index 00000000..ede22add --- /dev/null +++ b/items/STAINED_GLASS-14.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fRed Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRed Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-14\"}}", + "damage": 14, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STAINED_GLASS", + "internalname": "STAINED_GLASS-14", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK-1:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STAINED_GLASS-15.json b/items/STAINED_GLASS-15.json new file mode 100644 index 00000000..40a50390 --- /dev/null +++ b/items/STAINED_GLASS-15.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fBlack Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlack Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-15\"}}", + "damage": 15, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STAINED_GLASS", + "internalname": "STAINED_GLASS-15", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STAINED_GLASS-2.json b/items/STAINED_GLASS-2.json new file mode 100644 index 00000000..685ed4b9 --- /dev/null +++ b/items/STAINED_GLASS-2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fMagenta Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMagenta Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-2\"}}", + "damage": 2, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STAINED_GLASS", + "internalname": "STAINED_GLASS-2", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK-13:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STAINED_GLASS-3.json b/items/STAINED_GLASS-3.json new file mode 100644 index 00000000..56fb0630 --- /dev/null +++ b/items/STAINED_GLASS-3.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fLight Blue Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Blue Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-3\"}}", + "damage": 3, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STAINED_GLASS", + "internalname": "STAINED_GLASS-3", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK-12:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STAINED_GLASS-4.json b/items/STAINED_GLASS-4.json new file mode 100644 index 00000000..14c72cfd --- /dev/null +++ b/items/STAINED_GLASS-4.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fYellow Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fYellow Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-4\"}}", + "damage": 4, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STAINED_GLASS", + "internalname": "STAINED_GLASS-4", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK-11:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STAINED_GLASS-5.json b/items/STAINED_GLASS-5.json new file mode 100644 index 00000000..5e11cd75 --- /dev/null +++ b/items/STAINED_GLASS-5.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fLime Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLime Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-5\"}}", + "damage": 5, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STAINED_GLASS", + "internalname": "STAINED_GLASS-5", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK-10:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STAINED_GLASS-6.json b/items/STAINED_GLASS-6.json new file mode 100644 index 00000000..0e04bbf3 --- /dev/null +++ b/items/STAINED_GLASS-6.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fPink Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPink Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-6\"}}", + "damage": 6, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STAINED_GLASS", + "internalname": "STAINED_GLASS-6", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK-9:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STAINED_GLASS-7.json b/items/STAINED_GLASS-7.json new file mode 100644 index 00000000..a74d7bf2 --- /dev/null +++ b/items/STAINED_GLASS-7.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fGray Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGray Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-7\"}}", + "damage": 7, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STAINED_GLASS", + "internalname": "STAINED_GLASS-7", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK-8:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STAINED_GLASS-8.json b/items/STAINED_GLASS-8.json new file mode 100644 index 00000000..355ace39 --- /dev/null +++ b/items/STAINED_GLASS-8.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fLight Gray Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Gray Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-8\"}}", + "damage": 8, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STAINED_GLASS", + "internalname": "STAINED_GLASS-8", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK-7:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STAINED_GLASS-9.json b/items/STAINED_GLASS-9.json new file mode 100644 index 00000000..47e633f6 --- /dev/null +++ b/items/STAINED_GLASS-9.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fCyan Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCyan Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS-9\"}}", + "damage": 9, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STAINED_GLASS", + "internalname": "STAINED_GLASS-9", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK-6:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STAINED_GLASS.json b/items/STAINED_GLASS.json new file mode 100644 index 00000000..45968c29 --- /dev/null +++ b/items/STAINED_GLASS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:stained_glass", + "displayname": "§fWhite Stained Glass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWhite Stained Glass\"},ExtraAttributes:{id:\"STAINED_GLASS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "INK_SACK-15:1", + "B3": "GLASS:1", + "C1": "GLASS:1", + "C2": "GLASS:1", + "C3": "GLASS:1" + } +}
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE-1.json b/items/STAINED_GLASS_PANE-1.json index 0d47e8f2..626a2e87 100644 --- a/items/STAINED_GLASS_PANE-1.json +++ b/items/STAINED_GLASS_PANE-1.json @@ -1,12 +1,25 @@ { - "internalname": "STAINED_GLASS_PANE-1", - "itemid": 160, + "itemid": "minecraft:stained_glass_pane", "displayname": "§fOrange Stained Glass Pane", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOrange Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", "damage": 1, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOrange Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE:1\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "STAINED_GLASS_PANE-1", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-1:1", + "A2": "STAINED_GLASS-1:1", + "A3": "STAINED_GLASS-1:1", + "B1": "STAINED_GLASS-1:1", + "B2": "STAINED_GLASS-1:1", + "B3": "STAINED_GLASS-1:1", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE-10.json b/items/STAINED_GLASS_PANE-10.json new file mode 100644 index 00000000..b6b2b858 --- /dev/null +++ b/items/STAINED_GLASS_PANE-10.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass_pane", + "displayname": "§fPurple Stained Glass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPurple Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", + "damage": 10, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS_PANE-10", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-10:1", + "A2": "STAINED_GLASS-10:1", + "A3": "STAINED_GLASS-10:1", + "B1": "STAINED_GLASS-10:1", + "B2": "STAINED_GLASS-10:1", + "B3": "STAINED_GLASS-10:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE-11.json b/items/STAINED_GLASS_PANE-11.json new file mode 100644 index 00000000..47cfa5fa --- /dev/null +++ b/items/STAINED_GLASS_PANE-11.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass_pane", + "displayname": "§fBlue Stained Glass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlue Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", + "damage": 11, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS_PANE-11", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-11:1", + "A2": "STAINED_GLASS-11:1", + "A3": "STAINED_GLASS-11:1", + "B1": "STAINED_GLASS-11:1", + "B2": "STAINED_GLASS-11:1", + "B3": "STAINED_GLASS-11:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE-12.json b/items/STAINED_GLASS_PANE-12.json new file mode 100644 index 00000000..9e5f7584 --- /dev/null +++ b/items/STAINED_GLASS_PANE-12.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass_pane", + "displayname": "§fBrown Stained Glass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBrown Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", + "damage": 12, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS_PANE-12", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-12:1", + "A2": "STAINED_GLASS-12:1", + "A3": "STAINED_GLASS-12:1", + "B1": "STAINED_GLASS-12:1", + "B2": "STAINED_GLASS-12:1", + "B3": "STAINED_GLASS-12:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE-13.json b/items/STAINED_GLASS_PANE-13.json new file mode 100644 index 00000000..921ae937 --- /dev/null +++ b/items/STAINED_GLASS_PANE-13.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass_pane", + "displayname": "§fGreen Stained Glass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGreen Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", + "damage": 13, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS_PANE-13", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-13:1", + "A2": "STAINED_GLASS-13:1", + "A3": "STAINED_GLASS-13:1", + "B1": "STAINED_GLASS-13:1", + "B2": "STAINED_GLASS-13:1", + "B3": "STAINED_GLASS-13:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE-14.json b/items/STAINED_GLASS_PANE-14.json new file mode 100644 index 00000000..6e07b749 --- /dev/null +++ b/items/STAINED_GLASS_PANE-14.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass_pane", + "displayname": "§fRed Stained Glass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRed Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", + "damage": 14, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS_PANE-14", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-14:1", + "A2": "STAINED_GLASS-14:1", + "A3": "STAINED_GLASS-14:1", + "B1": "STAINED_GLASS-14:1", + "B2": "STAINED_GLASS-14:1", + "B3": "STAINED_GLASS-14:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE-15.json b/items/STAINED_GLASS_PANE-15.json index 2bfbf21a..da3913e9 100644 --- a/items/STAINED_GLASS_PANE-15.json +++ b/items/STAINED_GLASS_PANE-15.json @@ -1,12 +1,25 @@ { - "internalname": "STAINED_GLASS_PANE-15", - "itemid": 160, + "itemid": "minecraft:stained_glass_pane", "displayname": "§fBlack Stained Glass Pane", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlack Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", "damage": 15, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlack Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE:15\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "STAINED_GLASS_PANE-15", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-15:1", + "A2": "STAINED_GLASS-15:1", + "A3": "STAINED_GLASS-15:1", + "B1": "STAINED_GLASS-15:1", + "B2": "STAINED_GLASS-15:1", + "B3": "STAINED_GLASS-15:1", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE-2.json b/items/STAINED_GLASS_PANE-2.json new file mode 100644 index 00000000..2aed9dad --- /dev/null +++ b/items/STAINED_GLASS_PANE-2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass_pane", + "displayname": "§fMagenta Stained Glass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMagenta Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", + "damage": 2, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS_PANE-2", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-2:1", + "A2": "STAINED_GLASS-2:1", + "A3": "STAINED_GLASS-2:1", + "B1": "STAINED_GLASS-2:1", + "B2": "STAINED_GLASS-2:1", + "B3": "STAINED_GLASS-2:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE-3.json b/items/STAINED_GLASS_PANE-3.json new file mode 100644 index 00000000..7e939f42 --- /dev/null +++ b/items/STAINED_GLASS_PANE-3.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass_pane", + "displayname": "§fLight Blue Stained Glass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Blue Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", + "damage": 3, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS_PANE-3", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-3:1", + "A2": "STAINED_GLASS-3:1", + "A3": "STAINED_GLASS-3:1", + "B1": "STAINED_GLASS-3:1", + "B2": "STAINED_GLASS-3:1", + "B3": "STAINED_GLASS-3:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE-4.json b/items/STAINED_GLASS_PANE-4.json new file mode 100644 index 00000000..a73a4519 --- /dev/null +++ b/items/STAINED_GLASS_PANE-4.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass_pane", + "displayname": "§fYellow Stained Glass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fYellow Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", + "damage": 4, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS_PANE-4", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-4:1", + "A2": "STAINED_GLASS-4:1", + "A3": "STAINED_GLASS-4:1", + "B1": "STAINED_GLASS-4:1", + "B2": "STAINED_GLASS-4:1", + "B3": "STAINED_GLASS-4:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE-5.json b/items/STAINED_GLASS_PANE-5.json new file mode 100644 index 00000000..4c52890b --- /dev/null +++ b/items/STAINED_GLASS_PANE-5.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass_pane", + "displayname": "§fLime Stained Glass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLime Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", + "damage": 5, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS_PANE-5", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-5:1", + "A2": "STAINED_GLASS-5:1", + "A3": "STAINED_GLASS-5:1", + "B1": "STAINED_GLASS-5:1", + "B2": "STAINED_GLASS-5:1", + "B3": "STAINED_GLASS-5:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE-6.json b/items/STAINED_GLASS_PANE-6.json new file mode 100644 index 00000000..66941e60 --- /dev/null +++ b/items/STAINED_GLASS_PANE-6.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass_pane", + "displayname": "§fPink Stained Glass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPink Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", + "damage": 6, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS_PANE-6", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-6:1", + "A2": "STAINED_GLASS-6:1", + "A3": "STAINED_GLASS-6:1", + "B1": "STAINED_GLASS-6:1", + "B2": "STAINED_GLASS-6:1", + "B3": "STAINED_GLASS-6:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE-7.json b/items/STAINED_GLASS_PANE-7.json new file mode 100644 index 00000000..df0cc69f --- /dev/null +++ b/items/STAINED_GLASS_PANE-7.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass_pane", + "displayname": "§fGray Stained Glass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGray Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", + "damage": 7, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS_PANE-7", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-7:1", + "A2": "STAINED_GLASS-7:1", + "A3": "STAINED_GLASS-7:1", + "B1": "STAINED_GLASS-7:1", + "B2": "STAINED_GLASS-7:1", + "B3": "STAINED_GLASS-7:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE-8.json b/items/STAINED_GLASS_PANE-8.json index b5038916..083197d5 100644 --- a/items/STAINED_GLASS_PANE-8.json +++ b/items/STAINED_GLASS_PANE-8.json @@ -1,12 +1,25 @@ { - "internalname": "STAINED_GLASS_PANE-8", - "itemid": 160, + "itemid": "minecraft:stained_glass_pane", "displayname": "§fLight Gray Stained Glass Pane", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Gray Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", "damage": 8, - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Gray Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE:8\"}}", - "modver": "1.0.0", "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "STAINED_GLASS_PANE-8", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-8:1", + "A2": "STAINED_GLASS-8:1", + "A3": "STAINED_GLASS-8:1", + "B1": "STAINED_GLASS-8:1", + "B2": "STAINED_GLASS-8:1", + "B3": "STAINED_GLASS-8:1", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE-9.json b/items/STAINED_GLASS_PANE-9.json new file mode 100644 index 00000000..6f173a87 --- /dev/null +++ b/items/STAINED_GLASS_PANE-9.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stained_glass_pane", + "displayname": "§fCyan Stained Glass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCyan Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", + "damage": 9, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS_PANE-9", + "parent": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS-9:1", + "A2": "STAINED_GLASS-9:1", + "A3": "STAINED_GLASS-9:1", + "B1": "STAINED_GLASS-9:1", + "B2": "STAINED_GLASS-9:1", + "B3": "STAINED_GLASS-9:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STAINED_GLASS_PANE.json b/items/STAINED_GLASS_PANE.json new file mode 100644 index 00000000..636b51ce --- /dev/null +++ b/items/STAINED_GLASS_PANE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:stained_glass_pane", + "displayname": "§fWhite Stained Glass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWhite Stained Glass Pane\"},ExtraAttributes:{id:\"STAINED_GLASS_PANE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STAINED_GLASS_PANE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STAINED_GLASS:1", + "A2": "STAINED_GLASS:1", + "A3": "STAINED_GLASS:1", + "B1": "STAINED_GLASS:1", + "B2": "STAINED_GLASS:1", + "B3": "STAINED_GLASS:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STARRED_ADAPTIVE_BOOTS.json b/items/STARRED_ADAPTIVE_BOOTS.json new file mode 100644 index 00000000..625aa454 --- /dev/null +++ b/items/STARRED_ADAPTIVE_BOOTS.json @@ -0,0 +1,54 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§5⚚ Adaptive Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d283 \",1:\"§7Strength: §c+15 \",2:\"\",3:\"§7Health: §a+100 HP \",4:\"§7Defense: §a+55 \",5:\"§7Intelligence: §a+15 \",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§5§lEPIC DUNGEON BOOTS\"],color:12565682,Name:\"§5⚚ Adaptive Boots\"},ExtraAttributes:{id:\"STARRED_ADAPTIVE_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d283 ", + "§7Strength: §c+15 ", + "", + "§7Health: §a+100 HP ", + "§7Defense: §a+55 ", + "§7Intelligence: §a+15 ", + "", + "§6Full Set Bonus: Efficient training", + "§7Every §b5 §7Catacombs levels,", + "§7this armor piece gains +§a2%", + "§a§7stats.", + "", + "§7Grants additional bonuses based", + "§7on your selected dungeon class!", + "", + "§bBerserk§7: §7+§c20❁ Strength", + "§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health", + "§bMage§7: §7+§b50✎ Intelligence", + "§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage", + "§7taken by §b5% §7for each piece you have equip if", + "§7you are hit by the same monster within §e10", + "§e§7seconds.", + "§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage", + "", + "§7§8This item can be reforged!", + "§5§lEPIC DUNGEON BOOTS" + ], + "recipe": { + "A1": "SCARF_FRAGMENT:1", + "A2": "SCARF_FRAGMENT:1", + "A3": "SCARF_FRAGMENT:1", + "B1": "SCARF_FRAGMENT:1", + "B2": "ADAPTIVE_BOOTS:1", + "B3": "SCARF_FRAGMENT:1", + "C1": "SCARF_FRAGMENT:1", + "C2": "SCARF_FRAGMENT:1", + "C3": "SCARF_FRAGMENT:1" + }, + "internalname": "STARRED_ADAPTIVE_BOOTS", + "parent": "ADAPTIVE_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor" + ] +}
\ No newline at end of file diff --git a/items/STARRED_ADAPTIVE_CHESTPLATE.json b/items/STARRED_ADAPTIVE_CHESTPLATE.json new file mode 100644 index 00000000..56f38dcc --- /dev/null +++ b/items/STARRED_ADAPTIVE_CHESTPLATE.json @@ -0,0 +1,54 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§5⚚ Adaptive Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d443 \",1:\"§7Strength: §c+15 \",2:\"\",3:\"§7Health: §a+180 HP \",4:\"§7Defense: §a+95 \",5:\"§7Intelligence: §a+15 \",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:12565682,Name:\"§5⚚ Adaptive Chestplate\"},ExtraAttributes:{id:\"STARRED_ADAPTIVE_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d443 ", + "§7Strength: §c+15 ", + "", + "§7Health: §a+180 HP ", + "§7Defense: §a+95 ", + "§7Intelligence: §a+15 ", + "", + "§6Full Set Bonus: Efficient training", + "§7Every §b5 §7Catacombs levels,", + "§7this armor piece gains +§a2%", + "§a§7stats.", + "", + "§7Grants additional bonuses based", + "§7on your selected dungeon class!", + "", + "§bBerserk§7: §7+§c20❁ Strength", + "§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health", + "§bMage§7: §7+§b50✎ Intelligence", + "§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage", + "§7taken by §b5% §7for each piece you have equip if", + "§7you are hit by the same monster within §e10", + "§e§7seconds.", + "§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage", + "", + "§7§8This item can be reforged!", + "§5§lEPIC DUNGEON CHESTPLATE" + ], + "recipe": { + "A1": "SCARF_FRAGMENT:1", + "A2": "SCARF_FRAGMENT:1", + "A3": "SCARF_FRAGMENT:1", + "B1": "SCARF_FRAGMENT:1", + "B2": "ADAPTIVE_CHESTPLATE:1", + "B3": "SCARF_FRAGMENT:1", + "C1": "SCARF_FRAGMENT:1", + "C2": "SCARF_FRAGMENT:1", + "C3": "SCARF_FRAGMENT:1" + }, + "internalname": "STARRED_ADAPTIVE_CHESTPLATE", + "parent": "ADAPTIVE_CHESTPLATE", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor" + ] +}
\ No newline at end of file diff --git a/items/STARRED_ADAPTIVE_HELMET.json b/items/STARRED_ADAPTIVE_HELMET.json new file mode 100644 index 00000000..a988e537 --- /dev/null +++ b/items/STARRED_ADAPTIVE_HELMET.json @@ -0,0 +1,54 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5⚚ Adaptive Helm", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1756e280-9a64-3027-9c50-553d59999221\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTZmMGQzNGFhYTcxNDM3Nzk4MzcwMWMxYmJlOWIzZjZlN2IzMGNiMzg1NzFiYzBhMmZkNzU0MWQ3ZWRiMTYzNyJ9fX0K\"}]}},display:{Lore:[0:\"§7Gear Score: §d313\",1:\"§7Strength: §c+15\",2:\"\",3:\"§7Health: §a+120 HP\",4:\"§7Defense: §a+60\",5:\"§7Intelligence: §a+15\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§5§lEPIC DUNGEON HELMET\"],Name:\"§5⚚ Adaptive Helm\"},ExtraAttributes:{id:\"STARRED_ADAPTIVE_HELMET\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d313", + "§7Strength: §c+15", + "", + "§7Health: §a+120 HP", + "§7Defense: §a+60", + "§7Intelligence: §a+15", + "", + "§6Full Set Bonus: Efficient training", + "§7Every §b5 §7Catacombs levels,", + "§7this armor piece gains +§a2%", + "§a§7stats.", + "", + "§7Grants additional bonuses based", + "§7on your selected dungeon class!", + "", + "§bBerserk§7: §7+§c20❁ Strength", + "§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health", + "§bMage§7: §7+§b50✎ Intelligence", + "§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage", + "§7taken by §b5% §7for each piece you have equip if", + "§7you are hit by the same monster within §e10", + "§e§7seconds.", + "§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage", + "", + "§7§8This item can be reforged!", + "§5§lEPIC DUNGEON HELMET" + ], + "recipe": { + "A1": "SCARF_FRAGMENT:1", + "A2": "SCARF_FRAGMENT:1", + "A3": "SCARF_FRAGMENT:1", + "B1": "SCARF_FRAGMENT:1", + "B2": "ADAPTIVE_HELMET:1", + "B3": "SCARF_FRAGMENT:1", + "C1": "SCARF_FRAGMENT:1", + "C2": "SCARF_FRAGMENT:1", + "C3": "SCARF_FRAGMENT:1" + }, + "internalname": "STARRED_ADAPTIVE_HELMET", + "parent": "ADAPTIVE_HELMET", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor" + ] +}
\ No newline at end of file diff --git a/items/STARRED_ADAPTIVE_LEGGINGS.json b/items/STARRED_ADAPTIVE_LEGGINGS.json new file mode 100644 index 00000000..877285bd --- /dev/null +++ b/items/STARRED_ADAPTIVE_LEGGINGS.json @@ -0,0 +1,54 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§5⚚ Adaptive Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d378\",1:\"§7Strength: §c+15\",2:\"\",3:\"§7Health: §a+155 HP\",4:\"§7Defense: §a+75\",5:\"§7Intelligence: §a+15\",6:\"\",7:\"§6Full Set Bonus: Efficient training\",8:\"§7Every §b5 §7Catacombs levels,\",9:\"§7this armor piece gains +§a2%\",10:\"§a§7stats.\",11:\"\",12:\"§7Grants additional bonuses based\",13:\"§7on your selected dungeon class!\",14:\"\",15:\"§bBerserk§7: §7+§c20❁ Strength\",16:\"§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health\",17:\"§bMage§7: §7+§b50✎ Intelligence\",18:\"§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage\",19:\"§7taken by §b5% §7for each piece you have equip if\",20:\"§7you are hit by the same monster within §e10\",21:\"§e§7seconds.\",22:\"§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage\",23:\"\",24:\"§7§8This item can be reforged!\",25:\"§5§lEPIC DUNGEON LEGGINGS\"],color:12565682,Name:\"§5⚚ Adaptive Leggings\"},ExtraAttributes:{id:\"STARRED_ADAPTIVE_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d378", + "§7Strength: §c+15", + "", + "§7Health: §a+155 HP", + "§7Defense: §a+75", + "§7Intelligence: §a+15", + "", + "§6Full Set Bonus: Efficient training", + "§7Every §b5 §7Catacombs levels,", + "§7this armor piece gains +§a2%", + "§a§7stats.", + "", + "§7Grants additional bonuses based", + "§7on your selected dungeon class!", + "", + "§bBerserk§7: §7+§c20❁ Strength", + "§bHealer§7: §7+§a10% §7HP regeneration and §7+§c40❤ Health", + "§bMage§7: §7+§b50✎ Intelligence", + "§7§bTank§7: §7+§a30❈ Defense§7 and reduces damage", + "§7taken by §b5% §7for each piece you have equip if", + "§7you are hit by the same monster within §e10", + "§e§7seconds.", + "§bArcher§7: §7+§95☣ Crit Chance §7+§915☠ Crit Damage", + "", + "§7§8This item can be reforged!", + "§5§lEPIC DUNGEON LEGGINGS" + ], + "recipe": { + "A1": "SCARF_FRAGMENT:1", + "A2": "SCARF_FRAGMENT:1", + "A3": "SCARF_FRAGMENT:1", + "B1": "SCARF_FRAGMENT:1", + "B2": "ADAPTIVE_LEGGINGS:1", + "B3": "SCARF_FRAGMENT:1", + "C1": "SCARF_FRAGMENT:1", + "C2": "SCARF_FRAGMENT:1", + "C3": "SCARF_FRAGMENT:1" + }, + "internalname": "STARRED_ADAPTIVE_LEGGINGS", + "parent": "ADAPTIVE_LEGGINGS", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Armor" + ] +}
\ No newline at end of file diff --git a/items/STARRED_BONZO_MASK.json b/items/STARRED_BONZO_MASK.json new file mode 100644 index 00000000..bf548079 --- /dev/null +++ b/items/STARRED_BONZO_MASK.json @@ -0,0 +1,47 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9⚚ Bonzo\u0027s Mask", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5a27db2d-dcfe-38b5-8868-b1f536da5f0c\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzQ0MTkzMTAxNjQsInByb2ZpbGVJZCI6Ijc1MTQ0NDgxOTFlNjQ1NDY4Yzk3MzlhNmUzOTU3YmViIiwicHJvZmlsZU5hbWUiOiJUaGFua3NNb2phbmciLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzEyNzE2ZWNiZjViOGRhMDBiMDVmMzE2ZWM2YWY2MWU4YmQwMjgwNWIyMWViOGU0NDAxNTE0NjhkYzY1NjU0OWMifX19\"}]}},display:{Lore:[0:\"§7Gear Score: §d400 \",1:\"§7Health: §a+125 HP \",2:\"§7Defense: §a+100 \",3:\"§7Intelligence: §a+150 \",4:\"\",5:\"§6Item Ability: Clownin\u0027 Around\",6:\"§7Instead of dying, gain damage\",7:\"§7immunity and §a+24.8 §c❁\",8:\"§cStrength §7for §a3s §7and fully\",9:\"§7replenish your health. The\",10:\"§7cooldown and Strength bonus you\",11:\"§7receive improve based on your\",12:\"§7§aDungeoneering Skill §7level.\",13:\"§7This ability only works while in\",14:\"§7§cThe Catacombs§7!\",15:\"§8Cooldown: §a316s\",16:\"\",17:\"§7§8This item can be reforged!\",18:\"§9§lRARE DUNGEON HELMET\"],Name:\"§9⚚ Bonzo\u0027s Mask\"},ExtraAttributes:{id:\"STARRED_BONZO_MASK\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d400 ", + "§7Health: §a+125 HP ", + "§7Defense: §a+100 ", + "§7Intelligence: §a+150 ", + "", + "§6Item Ability: Clownin\u0027 Around", + "§7Instead of dying, gain damage", + "§7immunity and §a+24.8 §c❁", + "§cStrength §7for §a3s §7and fully", + "§7replenish your health. The", + "§7cooldown and Strength bonus you", + "§7receive improve based on your", + "§7§aDungeoneering Skill §7level.", + "§7This ability only works while in", + "§7§cThe Catacombs§7!", + "§8Cooldown: §a316s", + "", + "§7§8This item can be reforged!", + "§9§lRARE DUNGEON HELMET" + ], + "recipe": { + "A1": "BONZO_FRAGMENT:1", + "A2": "BONZO_FRAGMENT:1", + "A3": "BONZO_FRAGMENT:1", + "B1": "BONZO_FRAGMENT:1", + "B2": "BONZO_MASK:1", + "B3": "BONZO_FRAGMENT:1", + "C1": "BONZO_FRAGMENT:1", + "C2": "BONZO_FRAGMENT:1", + "C3": "BONZO_FRAGMENT:1" + }, + "internalname": "STARRED_BONZO_MASK", + "parent": "BONZO_MASK", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bonzo\u0027s_Mask" + ] +}
\ No newline at end of file diff --git a/items/STARRED_BONZO_STAFF.json b/items/STARRED_BONZO_STAFF.json new file mode 100644 index 00000000..6301ba60 --- /dev/null +++ b/items/STARRED_BONZO_STAFF.json @@ -0,0 +1,42 @@ +{ + "itemid": "minecraft:blaze_rod", + "displayname": "§9⚚ Bonzo\u0027s Staff", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d310 \",1:\"§7Damage: §c+160 \",2:\"\",3:\"§7Intelligence: §a+300 \",4:\"\",5:\"§6Item Ability: Showtime §e§lRIGHT CLICK\",6:\"§7Shoots balloons that create a\",7:\"§7large explosion on impact,\",8:\"§7dealing up to §c1,762.2\",9:\"§c§7damage.\",10:\"§8Mana Cost: §3100\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9⚚ Bonzo\u0027s Staff\"},ExtraAttributes:{id:\"STARRED_BONZO_STAFF\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d310 ", + "§7Damage: §c+160 ", + "", + "§7Intelligence: §a+300 ", + "", + "§6Item Ability: Showtime §e§lRIGHT CLICK", + "§7Shoots balloons that create a", + "§7large explosion on impact,", + "§7dealing up to §c1,762.2", + "§c§7damage.", + "§8Mana Cost: §3100", + "", + "§7§8This item can be reforged!", + "§9§lRARE DUNGEON SWORD" + ], + "recipe": { + "A1": "BONZO_FRAGMENT:1", + "A2": "BONZO_FRAGMENT:1", + "A3": "BONZO_FRAGMENT:1", + "B1": "BONZO_FRAGMENT:1", + "B2": "BONZO_STAFF:1", + "B3": "BONZO_FRAGMENT:1", + "C1": "BONZO_FRAGMENT:1", + "C2": "BONZO_FRAGMENT:1", + "C3": "BONZO_FRAGMENT:1" + }, + "internalname": "STARRED_BONZO_STAFF", + "parent": "BONZO_STAFF", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Bonzo\u0027s_Staff" + ] +}
\ No newline at end of file diff --git a/items/STARRED_LAST_BREATH.json b/items/STARRED_LAST_BREATH.json new file mode 100644 index 00000000..abfc36f1 --- /dev/null +++ b/items/STARRED_LAST_BREATH.json @@ -0,0 +1,39 @@ +{ + "itemid": "minecraft:bow", + "displayname": "§6⚚ Last Breath", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d420\",1:\"§7Damage: §c+190\",2:\"§7Strength: §c+190\",3:\"\",4:\"§7Reduces the defense of your\",5:\"§7target by §a50 §7on hit. Stacks\",6:\"§7up to §a2 §7times.\",7:\"\",8:\"§7§8This item can be reforged!\",9:\"§7§4❣ §cRequires §aCatacombs Floor V\",10:\"§aCompletion\",11:\"§6§lLEGENDARY DUNGEON BOW\"],Name:\"§6⚚ Last Breath\"},ExtraAttributes:{id:\"STARRED_LAST_BREATH\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d420", + "§7Damage: §c+190", + "§7Strength: §c+190", + "", + "§7Reduces the defense of your", + "§7target by §a50 §7on hit. Stacks", + "§7up to §a2 §7times.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor V", + "§aCompletion", + "§6§lLEGENDARY DUNGEON BOW" + ], + "recipe": { + "A1": "LIVID_FRAGMENT:1", + "A2": "LIVID_FRAGMENT:1", + "A3": "LIVID_FRAGMENT:1", + "B1": "LIVID_FRAGMENT:1", + "B2": "LAST_BREATH:1", + "B3": "LIVID_FRAGMENT:1", + "C1": "LIVID_FRAGMENT:1", + "C2": "LIVID_FRAGMENT:1", + "C3": "LIVID_FRAGMENT:1" + }, + "internalname": "STARRED_LAST_BREATH", + "parent": "LAST_BREATH", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Last_Breath" + ] +}
\ No newline at end of file diff --git a/items/STARRED_SHADOW_ASSASSIN_BOOTS.json b/items/STARRED_SHADOW_ASSASSIN_BOOTS.json new file mode 100644 index 00000000..ab6754e1 --- /dev/null +++ b/items/STARRED_SHADOW_ASSASSIN_BOOTS.json @@ -0,0 +1,50 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§6⚚ Shadow Assassin Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d320 \",1:\"§7Strength: §c+30 \",2:\"§7Crit Damage: §c+25% \",3:\"\",4:\"§7Health: §a+135 HP \",5:\"§7Defense: §a+55 \",6:\"§7Speed: §a+8 \",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Restores §b10\",16:\"§b§7mana.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor V\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:0,Name:\"§6⚚ Shadow Assassin Boots\"},ExtraAttributes:{id:\"STARRED_SHADOW_ASSASSIN_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d320 ", + "§7Strength: §c+30 ", + "§7Crit Damage: §c+25% ", + "", + "§7Health: §a+135 HP ", + "§7Defense: §a+55 ", + "§7Speed: §a+8 ", + "", + "§6Full Set Bonus: Shadow Assassin", + "§7Collect the shadows of the", + "§7enemies you kill increasing your", + "§7damage for the rest of the", + "§7dungeon while wearing this set.", + "§7§c+1❁ Strength §7every kill", + "", + "§7On teleport: Restores §b10", + "§b§7mana.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor V", + "§aCompletion", + "§6§lLEGENDARY DUNGEON BOOTS" + ], + "recipe": { + "A1": "LIVID_FRAGMENT:1", + "A2": "LIVID_FRAGMENT:1", + "A3": "LIVID_FRAGMENT:1", + "B1": "LIVID_FRAGMENT:1", + "B2": "SHADOW_ASSASSIN_BOOTS:1", + "B3": "LIVID_FRAGMENT:1", + "C1": "LIVID_FRAGMENT:1", + "C2": "LIVID_FRAGMENT:1", + "C3": "LIVID_FRAGMENT:1" + }, + "internalname": "STARRED_SHADOW_ASSASSIN_BOOTS", + "parent": "SHADOW_ASSASSIN_BOOTS", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" + ] +}
\ No newline at end of file diff --git a/items/STARRED_SHADOW_ASSASSIN_CHESTPLATE.json b/items/STARRED_SHADOW_ASSASSIN_CHESTPLATE.json new file mode 100644 index 00000000..d5ee6357 --- /dev/null +++ b/items/STARRED_SHADOW_ASSASSIN_CHESTPLATE.json @@ -0,0 +1,50 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§6⚚ Shadow Assassin Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d545 \",1:\"§7Strength: §c+30 \",2:\"§7Crit Damage: §c+25% \",3:\"\",4:\"§7Health: §a+250 HP \",5:\"§7Defense: §a+110 \",6:\"§7Speed: §a+8 \",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Grants §c+10❁\",16:\"§cStrength §7for §b10 §7seconds.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor V\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:0,Name:\"§6⚚ Shadow Assassin Chestplate\"},ExtraAttributes:{id:\"STARRED_SHADOW_ASSASSIN_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d545 ", + "§7Strength: §c+30 ", + "§7Crit Damage: §c+25% ", + "", + "§7Health: §a+250 HP ", + "§7Defense: §a+110 ", + "§7Speed: §a+8 ", + "", + "§6Full Set Bonus: Shadow Assassin", + "§7Collect the shadows of the", + "§7enemies you kill increasing your", + "§7damage for the rest of the", + "§7dungeon while wearing this set.", + "§7§c+1❁ Strength §7every kill", + "", + "§7On teleport: Grants §c+10❁", + "§cStrength §7for §b10 §7seconds.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor V", + "§aCompletion", + "§6§lLEGENDARY DUNGEON CHESTPLATE" + ], + "recipe": { + "A1": "LIVID_FRAGMENT:1", + "A2": "LIVID_FRAGMENT:1", + "A3": "LIVID_FRAGMENT:1", + "B1": "LIVID_FRAGMENT:1", + "B2": "SHADOW_ASSASSIN_CHESTPLATE:1", + "B3": "LIVID_FRAGMENT:1", + "C1": "LIVID_FRAGMENT:1", + "C2": "LIVID_FRAGMENT:1", + "C3": "LIVID_FRAGMENT:1" + }, + "internalname": "STARRED_SHADOW_ASSASSIN_CHESTPLATE", + "parent": "SHADOW_ASSASSIN_CHESTPLATE", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" + ] +}
\ No newline at end of file diff --git a/items/STARRED_SHADOW_ASSASSIN_HELMET.json b/items/STARRED_SHADOW_ASSASSIN_HELMET.json new file mode 100644 index 00000000..41ccf271 --- /dev/null +++ b/items/STARRED_SHADOW_ASSASSIN_HELMET.json @@ -0,0 +1,51 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6⚚ Shadow Assassin Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8c29f21d-0af3-324e-982b-dca5c7659bc4\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWI4YWY1MmVmMmY3MmMzYmY1ZWNlNmU3MGE4MmYxMzcxOTU5Y2UzZmNiNzM2YzUwMDMwNWNhZGRjNTA1YzVlMiJ9fX0\"}]}},display:{Lore:[0:\"§7Gear Score: §d385 \",1:\"§7Strength: §c+30 \",2:\"§7Crit Damage: §c+25% \",3:\"\",4:\"§7Health: §a+170 HP \",5:\"§7Defense: §a+70 \",6:\"§7Speed: §a+8 \",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Grants invisibility\",16:\"§7and §f+20✦ Speed §7for §b10\",17:\"§b§7seconds.\",18:\"\",19:\"§7§8This item can be reforged!\",20:\"§7§4❣ §cRequires §aCatacombs Floor V\",21:\"§aCompletion\",22:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6⚚ Shadow Assassin Helmet\"},ExtraAttributes:{id:\"STARRED_SHADOW_ASSASSIN_HELMET\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d385 ", + "§7Strength: §c+30 ", + "§7Crit Damage: §c+25% ", + "", + "§7Health: §a+170 HP ", + "§7Defense: §a+70 ", + "§7Speed: §a+8 ", + "", + "§6Full Set Bonus: Shadow Assassin", + "§7Collect the shadows of the", + "§7enemies you kill increasing your", + "§7damage for the rest of the", + "§7dungeon while wearing this set.", + "§7§c+1❁ Strength §7every kill", + "", + "§7On teleport: Grants invisibility", + "§7and §f+20✦ Speed §7for §b10", + "§b§7seconds.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor V", + "§aCompletion", + "§6§lLEGENDARY DUNGEON HELMET" + ], + "recipe": { + "A1": "LIVID_FRAGMENT:1", + "A2": "LIVID_FRAGMENT:1", + "A3": "LIVID_FRAGMENT:1", + "B1": "LIVID_FRAGMENT:1", + "B2": "SHADOW_ASSASSIN_HELMET:1", + "B3": "LIVID_FRAGMENT:1", + "C1": "LIVID_FRAGMENT:1", + "C2": "LIVID_FRAGMENT:1", + "C3": "LIVID_FRAGMENT:1" + }, + "internalname": "STARRED_SHADOW_ASSASSIN_HELMET", + "parent": "SHADOW_ASSASSIN_HELMET", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" + ] +}
\ No newline at end of file diff --git a/items/STARRED_SHADOW_ASSASSIN_LEGGINGS.json b/items/STARRED_SHADOW_ASSASSIN_LEGGINGS.json new file mode 100644 index 00000000..974b1347 --- /dev/null +++ b/items/STARRED_SHADOW_ASSASSIN_LEGGINGS.json @@ -0,0 +1,50 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§6⚚ Shadow Assassin Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d485 \",1:\"§7Strength: §c+30 \",2:\"§7Crit Damage: §c+25% \",3:\"\",4:\"§7Health: §a+220 HP \",5:\"§7Defense: §a+95 \",6:\"§7Speed: §a+8 \",7:\"\",8:\"§6Full Set Bonus: Shadow Assassin\",9:\"§7Collect the shadows of the\",10:\"§7enemies you kill increasing your\",11:\"§7damage for the rest of the\",12:\"§7dungeon while wearing this set.\",13:\"§7§c+1❁ Strength §7every kill\",14:\"\",15:\"§7On teleport: Restores §c1% §7of\",16:\"§7your maximum health.\",17:\"\",18:\"§7§8This item can be reforged!\",19:\"§7§4❣ §cRequires §aCatacombs Floor V\",20:\"§aCompletion\",21:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:0,Name:\"§6⚚ Shadow Assassin Leggings\"},ExtraAttributes:{id:\"STARRED_SHADOW_ASSASSIN_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d485 ", + "§7Strength: §c+30 ", + "§7Crit Damage: §c+25% ", + "", + "§7Health: §a+220 HP ", + "§7Defense: §a+95 ", + "§7Speed: §a+8 ", + "", + "§6Full Set Bonus: Shadow Assassin", + "§7Collect the shadows of the", + "§7enemies you kill increasing your", + "§7damage for the rest of the", + "§7dungeon while wearing this set.", + "§7§c+1❁ Strength §7every kill", + "", + "§7On teleport: Restores §c1% §7of", + "§7your maximum health.", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor V", + "§aCompletion", + "§6§lLEGENDARY DUNGEON LEGGINGS" + ], + "recipe": { + "A1": "LIVID_FRAGMENT:1", + "A2": "LIVID_FRAGMENT:1", + "A3": "LIVID_FRAGMENT:1", + "B1": "LIVID_FRAGMENT:1", + "B2": "SHADOW_ASSASSIN_LEGGINGS:1", + "B3": "LIVID_FRAGMENT:1", + "C1": "LIVID_FRAGMENT:1", + "C2": "LIVID_FRAGMENT:1", + "C3": "LIVID_FRAGMENT:1" + }, + "internalname": "STARRED_SHADOW_ASSASSIN_LEGGINGS", + "parent": "SHADOW_ASSASSIN_LEGGINGS", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shadow_Assassin_Armor" + ] +}
\ No newline at end of file diff --git a/items/STARRED_SHADOW_FURY.json b/items/STARRED_SHADOW_FURY.json new file mode 100644 index 00000000..23cdb9d9 --- /dev/null +++ b/items/STARRED_SHADOW_FURY.json @@ -0,0 +1,44 @@ +{ + "itemid": "minecraft:diamond_sword", + "displayname": "§6⚚ Shadow Fury", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d540 §8(791)\",1:\"§7Damage: §c+310 §8(+486.7)\",2:\"§7Strength: §c+130 §8(+204.1)\",3:\"\",4:\"§7Speed: §a+40 §8(+62.8)\",5:\"\",6:\"§6Item Ability: Shadow Fury §e§lRIGHT CLICK\",7:\"§7Rapidly teleports you to up to\",8:\"§7§b5 §7enemies within §e12\",9:\"§e§7blocks, rooting each of them\",10:\"§7and allowing you to hit them.\",11:\"§8Cooldown: §a15s\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§7§4❣ §cRequires §aCatacombs Floor V\",15:\"§aCompletion\",16:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6⚚ Shadow Fury\"},ExtraAttributes:{id:\"STARRED_SHADOW_FURY\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d540", + "§7Damage: §c+310", + "§7Strength: §c+130", + "", + "§7Speed: §a+40", + "", + "§6Item Ability: Shadow Fury §e§lRIGHT CLICK", + "§7Rapidly teleports you to up to", + "§7§b5 §7enemies within §e12", + "§e§7blocks, rooting each of them", + "§7and allowing you to hit them.", + "§8Cooldown: §a15s", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Floor V", + "§aCompletion", + "§6§lLEGENDARY DUNGEON SWORD" + ], + "recipe": { + "A1": "LIVID_FRAGMENT:1", + "A2": "LIVID_FRAGMENT:1", + "A3": "LIVID_FRAGMENT:1", + "B1": "LIVID_FRAGMENT:1", + "B2": "SHADOW_FURY:1", + "B3": "LIVID_FRAGMENT:1", + "C1": "LIVID_FRAGMENT:1", + "C2": "LIVID_FRAGMENT:1", + "C3": "LIVID_FRAGMENT:1" + }, + "internalname": "STARRED_SHADOW_FURY", + "parent": "SHADOW_FURY", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Shadow_Fury" + ] +}
\ No newline at end of file diff --git a/items/STARRED_STONE_BLADE.json b/items/STARRED_STONE_BLADE.json new file mode 100644 index 00000000..90791dd3 --- /dev/null +++ b/items/STARRED_STONE_BLADE.json @@ -0,0 +1,43 @@ +{ + "itemid": "minecraft:stone_sword", + "displayname": "§5⚚ Adaptive Blade", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d240\",1:\"§7Damage: §c+190\",2:\"\",3:\"§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.\",4:\"\",5:\"§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed\",6:\"§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies\",7:\"§bMage§7: §7+§b200✎ Intelligence\",8:\"§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense\",9:\"§bArcher§7: §7+§9100☠ Crit Damage\",10:\"\",11:\"§eRight-click to use your class ability!\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5⚚ Adaptive Blade\"},ExtraAttributes:{id:\"STARRED_STONE_BLADE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d240", + "§7Damage: §c+190", + "", + "§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.", + "", + "§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed", + "§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies", + "§bMage§7: §7+§b200✎ Intelligence", + "§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense", + "§bArcher§7: §7+§9100☠ Crit Damage", + "", + "§eRight-click to use your class ability!", + "", + "§7§8This item can be reforged!", + "§5§lEPIC DUNGEON SWORD" + ], + "recipe": { + "A1": "SCARF_FRAGMENT:1", + "A2": "SCARF_FRAGMENT:1", + "A3": "SCARF_FRAGMENT:1", + "B1": "SCARF_FRAGMENT:1", + "B2": "STONE_BLADE:1", + "B3": "SCARF_FRAGMENT:1", + "C1": "SCARF_FRAGMENT:1", + "C2": "SCARF_FRAGMENT:1", + "C3": "SCARF_FRAGMENT:1" + }, + "internalname": "STARRED_STONE_BLADE", + "parent": "STONE_BLADE", + "clickcommand": "viewrecipe", + "modver": "1.3-REL", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Adaptive_Blade" + ] +}
\ No newline at end of file diff --git a/items/STEP-1.json b/items/STEP-1.json new file mode 100644 index 00000000..68736acb --- /dev/null +++ b/items/STEP-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stone_slab", + "displayname": "§fSandstone Slab", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSandstone Slab\"},ExtraAttributes:{id:\"STEP\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STEP-1", + "parent": "STEP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SANDSTONE:1", + "A2": "SANDSTONE:1", + "A3": "SANDSTONE:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STEP-3.json b/items/STEP-3.json new file mode 100644 index 00000000..332a1fd6 --- /dev/null +++ b/items/STEP-3.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stone_slab", + "displayname": "§fCobblestone Slab", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCobblestone Slab\"},ExtraAttributes:{id:\"STEP\"}}", + "damage": 3, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STEP-3", + "parent": "STEP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COBBLESTONE:1", + "A2": "COBBLESTONE:1", + "A3": "COBBLESTONE:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STEP-4.json b/items/STEP-4.json new file mode 100644 index 00000000..affa9781 --- /dev/null +++ b/items/STEP-4.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stone_slab", + "displayname": "§fBricks Slab", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBricks Slab\"},ExtraAttributes:{id:\"STEP\"}}", + "damage": 4, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STEP-4", + "parent": "STEP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "BRICK:1", + "A2": "BRICK:1", + "A3": "BRICK:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STEP-5.json b/items/STEP-5.json new file mode 100644 index 00000000..21b210d8 --- /dev/null +++ b/items/STEP-5.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stone_slab", + "displayname": "§fStone Bricks Slab", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fStone Bricks Slab\"},ExtraAttributes:{id:\"STEP\"}}", + "damage": 5, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STEP-5", + "parent": "STEP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SMOOTH_BRICK:1", + "A2": "SMOOTH_BRICK:1", + "A3": "SMOOTH_BRICK:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STEP-6.json b/items/STEP-6.json new file mode 100644 index 00000000..2ea21f48 --- /dev/null +++ b/items/STEP-6.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stone_slab", + "displayname": "§fNether Brick Slab", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fNether Brick Slab\"},ExtraAttributes:{id:\"STEP\"}}", + "damage": 6, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STEP-6", + "parent": "STEP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "NETHER_BRICK:1", + "A2": "NETHER_BRICK:1", + "A3": "NETHER_BRICK:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STEP-7.json b/items/STEP-7.json new file mode 100644 index 00000000..5019f6f7 --- /dev/null +++ b/items/STEP-7.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stone_slab", + "displayname": "§fQuartz Slab", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fQuartz Slab\"},ExtraAttributes:{id:\"STEP\"}}", + "damage": 7, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STEP-7", + "parent": "STEP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "QUARTZ_BLOCK:1", + "A2": "QUARTZ_BLOCK:1", + "A3": "QUARTZ_BLOCK:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STEP.json b/items/STEP.json new file mode 100644 index 00000000..dd56a20c --- /dev/null +++ b/items/STEP.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:stone_slab", + "displayname": "§fStone Slab", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fStone Slab\"},ExtraAttributes:{id:\"STEP\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STEP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STONE:1", + "A2": "STONE:1", + "A3": "STONE:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STICK.json b/items/STICK.json index f1d778ec..6fc22961 100644 --- a/items/STICK.json +++ b/items/STICK.json @@ -7,10 +7,18 @@ "§f§lCOMMON" ], "internalname": "STICK", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Stick" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "", + "A3": "", + "B1": "WOOD:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/STINGER_BOW.json b/items/STINGER_BOW.json new file mode 100644 index 00000000..3bdf6daf --- /dev/null +++ b/items/STINGER_BOW.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:bow", + "displayname": "§9Stinger Bow", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d47 \",1:\"§7Damage: §c+47 \",2:\"\",3:\"§6Item Ability: Sting\",4:\"§7While in Dungeons, shooting your\",5:\"§7teammates grants them §f20\",6:\"§f§7speed and §c30 §7strength for\",7:\"§7§e30 §7seconds but deals §c1\",8:\"§c§7damage.\",9:\"§8Mana Cost: §3100\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 35000 / 35000\",13:\"§9§lRARE DUNGEON BOW\"],Name:\"§9Stinger Bow\"},ExtraAttributes:{dungeon_item_level:0,id:\"STINGER_BOW\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d47 ", + "§7Damage: §c+47 ", + "", + "§6Item Ability: Sting", + "§7While in Dungeons, shooting your", + "§7teammates grants them §f20", + "§f§7speed and §c30 §7strength for", + "§7§e30 §7seconds but deals §c1", + "§c§7damage.", + "§8Mana Cost: §3100", + "", + "§7§8This item can be reforged!", + "§aPerfect 35000 / 35000", + "§9§lRARE DUNGEON BOW" + ], + "internalname": "STINGER_BOW", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/STONE-1.json b/items/STONE-1.json new file mode 100644 index 00000000..56fc1d0b --- /dev/null +++ b/items/STONE-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stone", + "displayname": "§fGranite", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGranite\"},ExtraAttributes:{id:\"STONE\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STONE-1", + "parent": "STONE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STONE-3:1", + "A2": "QUARTZ:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STONE-2.json b/items/STONE-2.json new file mode 100644 index 00000000..88c6fb96 --- /dev/null +++ b/items/STONE-2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stone", + "displayname": "§fPolished Granite", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPolished Granite\"},ExtraAttributes:{id:\"STONE\"}}", + "damage": 2, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STONE-2", + "parent": "STONE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STONE-1:1", + "A2": "STONE-1:1", + "A3": "", + "B1": "STONE-1:1", + "B2": "STONE-1:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STONE-3.json b/items/STONE-3.json new file mode 100644 index 00000000..a409a1b8 --- /dev/null +++ b/items/STONE-3.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stone", + "displayname": "§fDiorite", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDiorite\"},ExtraAttributes:{id:\"STONE\"}}", + "damage": 3, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STONE-3", + "parent": "STONE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COBBLESTONE:1", + "A2": "QUARTZ:1", + "A3": "", + "B1": "QUARTZ:1", + "B2": "COBBLESTONE:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STONE-4.json b/items/STONE-4.json new file mode 100644 index 00000000..c6b81cde --- /dev/null +++ b/items/STONE-4.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stone", + "displayname": "§fPolished Diorite", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPolished Diorite\"},ExtraAttributes:{id:\"STONE\"}}", + "damage": 4, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STONE-4", + "parent": "STONE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STONE-3:1", + "A2": "STONE-3:1", + "A3": "", + "B1": "STONE-3:1", + "B2": "STONE-3:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STONE-5.json b/items/STONE-5.json new file mode 100644 index 00000000..7d0446c5 --- /dev/null +++ b/items/STONE-5.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stone", + "displayname": "§fAndesite", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fAndesite\"},ExtraAttributes:{id:\"STONE-5\"}}", + "damage": 5, + "lore": [ + "§f§lCOMMON" + ], + "parent": "STONE", + "internalname": "STONE-5", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "STONE-3:1", + "A2": "COBBLESTONE:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/STONE-6.json b/items/STONE-6.json new file mode 100644 index 00000000..f07040a7 --- /dev/null +++ b/items/STONE-6.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:stone", + "displayname": "§fPolished Andesite", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPolished Andesite\"},ExtraAttributes:{id:\"STONE\"}}", + "damage": 6, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STONE-6", + "parent": "STONE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STONE-5:1", + "A2": "STONE-5:1", + "A3": "", + "B1": "STONE-5:1", + "B2": "STONE-5:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STONE.json b/items/STONE.json index abdfecdd..35f4e7f1 100644 --- a/items/STONE.json +++ b/items/STONE.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "STONE", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Stone" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/STONE_AXE.json b/items/STONE_AXE.json new file mode 100644 index 00000000..20de44cb --- /dev/null +++ b/items/STONE_AXE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:stone_axe", + "displayname": "§fStone Axe", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fStone Axe\"},ExtraAttributes:{id:\"STONE_AXE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STONE_AXE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COBBLESTONE:1", + "A2": "COBBLESTONE:1", + "A3": "", + "B1": "COBBLESTONE:1", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STONE_BUTTON.json b/items/STONE_BUTTON.json new file mode 100644 index 00000000..4bc838bb --- /dev/null +++ b/items/STONE_BUTTON.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:stone_button", + "displayname": "§fButton", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fButton\"},ExtraAttributes:{id:\"STONE_BUTTON\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STONE_BUTTON", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STONE:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STONE_HOE.json b/items/STONE_HOE.json new file mode 100644 index 00000000..a348a332 --- /dev/null +++ b/items/STONE_HOE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:stone_hoe", + "displayname": "§fStone Hoe", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fStone Hoe\"},ExtraAttributes:{id:\"STONE_HOE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STONE_HOE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COBBLESTONE:1", + "A2": "COBBLESTONE:1", + "A3": "", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STONE_PICKAXE.json b/items/STONE_PICKAXE.json new file mode 100644 index 00000000..60159a8b --- /dev/null +++ b/items/STONE_PICKAXE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:stone_pickaxe", + "displayname": "§fStone Pickaxe", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fStone Pickaxe\"},ExtraAttributes:{id:\"STONE_PICKAXE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STONE_PICKAXE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COBBLESTONE:1", + "A2": "COBBLESTONE:1", + "A3": "COBBLESTONE:1", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STONE_PLATE.json b/items/STONE_PLATE.json new file mode 100644 index 00000000..e3902373 --- /dev/null +++ b/items/STONE_PLATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:stone_pressure_plate", + "displayname": "§fStone Pressure Plate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fStone Pressure Plate\"},ExtraAttributes:{id:\"STONE_PLATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STONE_PLATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "STONE:1", + "A2": "STONE:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STONE_SLAB2.json b/items/STONE_SLAB2.json new file mode 100644 index 00000000..9c494f7e --- /dev/null +++ b/items/STONE_SLAB2.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:stone_slab2", + "displayname": "§fRed Sandstone Slab", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRed Sandstone Slab\"},ExtraAttributes:{id:\"STONE_SLAB2\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STONE_SLAB2", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "RED_SANDSTONE:1", + "A2": "RED_SANDSTONE:1", + "A3": "RED_SANDSTONE:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STONE_SPADE.json b/items/STONE_SPADE.json new file mode 100644 index 00000000..cbd54408 --- /dev/null +++ b/items/STONE_SPADE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:stone_shovel", + "displayname": "§fStone Shovel", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fStone Shovel\"},ExtraAttributes:{id:\"STONE_SPADE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STONE_SPADE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COBBLESTONE:1", + "A2": "", + "A3": "", + "B1": "STICK:1", + "B2": "", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STONE_SWORD.json b/items/STONE_SWORD.json index 3a496ede..8bf29ed8 100644 --- a/items/STONE_SWORD.json +++ b/items/STONE_SWORD.json @@ -1,15 +1,24 @@ { - "internalname": "STONE_SWORD", - "itemid": 272, + "itemid": "minecraft:stone_sword", "displayname": "§fStone Sword", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fStone Sword\"},ExtraAttributes:{id:\"STONE_SWORD\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+25\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§f§lCOMMON SWORD\"],Name:\"§fStone Sword\"},ExtraAttributes:{originTag:\"CRAFTING_GRID_SHIFT\",id:\"STONE_SWORD\",uuid:\"67ed3ad4-9630-49d6-b0c5-edba90f37caa\",timestamp:\"4/14/20 4:49 PM\"}}", - "modver": "1.0.0", "lore": [ - "§7Damage: §c+25", - "", - "§7§8This item can be reforged!", - "§f§lCOMMON SWORD" - ] + "§f§lCOMMON" + ], + "internalname": "STONE_SWORD", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COBBLESTONE:1", + "A2": "", + "A3": "", + "B1": "COBBLESTONE:1", + "B2": "", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/STORAGE_MINECART.json b/items/STORAGE_MINECART.json new file mode 100644 index 00000000..84d11d4c --- /dev/null +++ b/items/STORAGE_MINECART.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:chest_minecart", + "displayname": "§fMinecart with Chest", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMinecart with Chest\"},ExtraAttributes:{id:\"STORAGE_MINECART\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "STORAGE_MINECART", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "CHEST:1", + "A2": "", + "A3": "", + "B1": "MINECART:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/STRING.json b/items/STRING.json index dbf3975d..425c7bc4 100644 --- a/items/STRING.json +++ b/items/STRING.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "STRING", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/String" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/STRONG_BABY.json b/items/STRONG_BABY.json new file mode 100644 index 00000000..41e9dde4 --- /dev/null +++ b/items/STRONG_BABY.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Baby Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"c214608a-8867-3c7f-b62e-ec18f622de3a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYWVjMTBiMGRjZWI1YmIzNGFmMmNiOTUzNzMzZjAxZjIwYmIzYWFmZDVmMjFmZTBlYWRmMWNjNGNlN2Y0ZGFiNCJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§6Strong Dragon Helmet\",7:\"\",8:\"§5§lEPIC COSMETIC\"],Name:\"§5Baby Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"STRONG_BABY\",uuid:\"a56466a4-d345-4dc7-a8d1-292193bd4941\",timestamp:\"10/26/20 4:58 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§6Strong Dragon Helmet", + "", + "§5§lEPIC COSMETIC" + ], + "internalname": "STRONG_BABY", + "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/SUGAR.json b/items/SUGAR.json index fa1e0caf..ed31e245 100644 --- a/items/SUGAR.json +++ b/items/SUGAR.json @@ -1,17 +1,24 @@ { "itemid": "minecraft:sugar", "displayname": "§fSugar", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fSugar\"},ExtraAttributes:{id:\"SUGAR\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSugar\"},ExtraAttributes:{id:\"SUGAR\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "SUGAR", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Sugar" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SUGAR_CANE:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/SUGAR_CANE.json b/items/SUGAR_CANE.json index 7d0a5eed..e75fcfa0 100644 --- a/items/SUGAR_CANE.json +++ b/items/SUGAR_CANE.json @@ -1,16 +1,13 @@ { "itemid": "minecraft:reeds", - "displayname": "§fSugar Cane", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSugar Cane\"},ExtraAttributes:{id:\"SUGAR_CANE\"}}", + "displayname": "§fSugar Canes", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSugar Canes\"},ExtraAttributes:{id:\"SUGAR_CANE\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "SUGAR_CANE", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Sugar_Cane" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file 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 new file mode 100644 index 00000000..fa3f94a9 --- /dev/null +++ b/items/SUGAR_RUSH;3.json @@ -0,0 +1,21 @@ +{ + "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:{id:\"ENCHANTED_BOOK\",enchantments:{sugar_rush:3}}}", + "damage": 0, + "lore": [ + "§9Sugar Rush III", + "§7Grants §a+6 §f✦ Speed§7.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§f§lCOMMON" + ], + "internalname": "SUGAR_RUSH;3", + "parent": "SUGAR_RUSH;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SULPHUR.json b/items/SULPHUR.json index 807ccab6..6c7e49aa 100644 --- a/items/SULPHUR.json +++ b/items/SULPHUR.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:gunpowder", "displayname": "§fGunpowder", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§f§lCOMMON\"],Name:\"§fGunpowder\"},ExtraAttributes:{id:\"SULPHUR\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGunpowder\"},ExtraAttributes:{id:\"SULPHUR\"}}", "damage": 0, "lore": [ - "§8Brewing Ingredient", "§f§lCOMMON" ], "internalname": "SULPHUR", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/SUMMONING_RING.json b/items/SUMMONING_RING.json new file mode 100644 index 00000000..99212bb0 --- /dev/null +++ b/items/SUMMONING_RING.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§9Summoning Ring", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"59f95048-ca8a-3a21-b3cc-dda47bb9e8ba\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTc3YzljNjM4YmYzZGNkYTM0OGVkZWE0NGU5YTNkYjRhYmMxZTIzOTU1ODY2MTYxMWY4MGMxMTA0NzJhZCJ9fX0\"}]}},display:{Lore:[0:\"§6Item Ability: Raise Souls §e§lRIGHT CLICK\",1:\"§7Monsters you kill while you have\",2:\"§7this item will drop their soul.\",3:\"§7You can click on their souls on\",4:\"§7the ground using this item to\",5:\"§7absorb them and then spawn them\",6:\"§7to fight by your side.\",7:\"§7\",8:\"§7Mana cost is based on the power\",9:\"§7of the monsters that you summon.\",10:\"§7Shift right-click to view and\",11:\"§7remove souls from this item. If\",12:\"§7your summoned monster dies the\",13:\"§7soul will be removed.\",14:\"§8Cooldown: §a1s\",15:\"\",16:\"§7Max Souls: §d2\",17:\"\",18:\"§9§lRARE DUNGEON ITEM\"],Name:\"§f§f§9Summoning Ring\"},ExtraAttributes:{necromancer_souls:[0:{mob_id:\"UNBURRIED_ZOMBIE_30\"}],id:\"SUMMONING_RING\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§6Item Ability: Raise Souls §e§lRIGHT CLICK", + "§7Monsters you kill while you have", + "§7this item will drop their soul.", + "§7You can click on their souls on", + "§7the ground using this item to", + "§7absorb them and then spawn them", + "§7to fight by your side.", + "§7", + "§7Mana cost is based on the power", + "§7of the monsters that you summon.", + "§7Shift right-click to view and", + "§7remove souls from this item. If", + "§7your summoned monster dies the", + "§7soul will be removed.", + "§8Cooldown: §a1s", + "", + "§7Max Souls: §d2", + "", + "§9§lRARE DUNGEON ITEM" + ], + "internalname": "SUMMONING_RING", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/SUPER_HEAVY_BOOTS.json b/items/SUPER_HEAVY_BOOTS.json index 39e9fd7a..1d41e5c4 100644 --- a/items/SUPER_HEAVY_BOOTS.json +++ b/items/SUPER_HEAVY_BOOTS.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:leather_boots", "displayname": "§5Super Heavy Boots", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d136 §8(200)\",1:\"§7Defense: §a+63 §8(+95.13)\",2:\"§7Speed: §a-10\",3:\"\",4:\"§7Each piece of this armor reduces\",5:\"§7the cooldown of §9Seismic Wave\",6:\"§9§7by §a5s§7.\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level 15\",16:\"§5§lEPIC DUNGEON BOOTS\"],color:15132390,Name:\"§5Super Heavy Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SUPER_HEAVY_BOOTS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d136\",1:\"§7Defense: §a+63\",2:\"§7Speed: §a-10\",3:\"\",4:\"§7Each piece of this armor reduces\",5:\"§7the cooldown of §9Seismic Wave\",6:\"§9§7by §a5s§7.\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level 15\",16:\"§5§lEPIC DUNGEON BOOTS\"],color:15132390,Name:\"§5Super Heavy Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"SUPER_HEAVY_BOOTS\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d136 §8(200)", - "§7Defense: §a+63 §8(+95.13)", + "§7Gear Score: §d136", + "§7Defense: §a+63", "§7Speed: §a-10", "", "§7Each piece of this armor reduces", @@ -25,9 +25,6 @@ "internalname": "SUPER_HEAVY_BOOTS", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Super_Heavy_Armor" - ] + "modver": "1.3-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/SUPER_HEAVY_CHESTPLATE.json b/items/SUPER_HEAVY_CHESTPLATE.json index bf6a4c59..3a7a4e65 100644 --- a/items/SUPER_HEAVY_CHESTPLATE.json +++ b/items/SUPER_HEAVY_CHESTPLATE.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:leather_chestplate", "displayname": "§5Super Heavy Chestplate", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d234 §8(348)\",1:\"§7Defense: §a+112 §8(+169.12)\",2:\"§7Speed: §a-10\",3:\"\",4:\"§7Each piece of this armor reduces\",5:\"§7the cooldown of §9Seismic Wave\",6:\"§9§7by §a5s§7.\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level 15\",16:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:5923940,Name:\"§5Super Heavy Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SUPER_HEAVY_CHESTPLATE\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d234\",1:\"§7Defense: §a+112\",2:\"§7Speed: §a-10\",3:\"\",4:\"§7Each piece of this armor reduces\",5:\"§7the cooldown of §9Seismic Wave\",6:\"§9§7by §a5s§7.\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level 15\",16:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:5923940,Name:\"§5Super Heavy Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"SUPER_HEAVY_CHESTPLATE\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d234 §8(348)", - "§7Defense: §a+112 §8(+169.12)", + "§7Gear Score: §d234", + "§7Defense: §a+112", "§7Speed: §a-10", "", "§7Each piece of this armor reduces", @@ -25,9 +25,6 @@ "internalname": "SUPER_HEAVY_CHESTPLATE", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Super_Heavy_Armor" - ] + "modver": "1.3-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/SUPER_HEAVY_HELMET.json b/items/SUPER_HEAVY_HELMET.json index 854cc539..dfbfab80 100644 --- a/items/SUPER_HEAVY_HELMET.json +++ b/items/SUPER_HEAVY_HELMET.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:leather_helmet", "displayname": "§5Super Heavy Helmet", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d150 §8(221)\",1:\"§7Defense: §a+70 §8(+105.7)\",2:\"§7Speed: §a-10\",3:\"\",4:\"§7Each piece of this armor reduces\",5:\"§7the cooldown of §9Seismic Wave\",6:\"§9§7by §a5s§7.\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level 15\",16:\"§5§lEPIC DUNGEON HELMET\"],color:15132390,Name:\"§5Super Heavy Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SUPER_HEAVY_HELMET\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d150\",1:\"§7Defense: §a+70\",2:\"§7Speed: §a-10\",3:\"\",4:\"§7Each piece of this armor reduces\",5:\"§7the cooldown of §9Seismic Wave\",6:\"§9§7by §a5s§7.\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level 15\",16:\"§5§lEPIC DUNGEON HELMET\"],color:15132390,Name:\"§5Super Heavy Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"SUPER_HEAVY_HELMET\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d150 §8(221)", - "§7Defense: §a+70 §8(+105.7)", + "§7Gear Score: §d150", + "§7Defense: §a+70", "§7Speed: §a-10", "", "§7Each piece of this armor reduces", @@ -25,9 +25,6 @@ "internalname": "SUPER_HEAVY_HELMET", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Super_Heavy_Armor" - ] + "modver": "1.3-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/SUPER_HEAVY_LEGGINGS.json b/items/SUPER_HEAVY_LEGGINGS.json index 153cb0e2..0e528a09 100644 --- a/items/SUPER_HEAVY_LEGGINGS.json +++ b/items/SUPER_HEAVY_LEGGINGS.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:leather_leggings", "displayname": "§5Super Heavy Leggings", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d206 §8(306)\",1:\"§7Defense: §a+98 §8(+147.98)\",2:\"§7Speed: §a-10\",3:\"\",4:\"§7Each piece of this armor reduces\",5:\"§7the cooldown of §9Seismic Wave\",6:\"§9§7by §a5s§7.\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level 15\"],color:5923940,Name:\"§5Super Heavy Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SUPER_HEAVY_LEGGINGS\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d206\",1:\"§7Defense: §a+98\",2:\"§7Speed: §a-10\",3:\"\",4:\"§7Each piece of this armor reduces\",5:\"§7the cooldown of §9Seismic Wave\",6:\"§9§7by §a5s§7.\",7:\"\",8:\"§6Full Set Bonus: Vindicate\",9:\"§7Grants §f+1 walk speed §7for\",10:\"§7every §a50 §7defense that you\",11:\"§7have.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level 15\",16:\"§5§lEPIC DUNGEON LEGGINGS\"],color:5923940,Name:\"§5Super Heavy Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"SUPER_HEAVY_LEGGINGS\"}}", "damage": 0, "lore": [ - "§7Gear Score: §d206 §8(306)", - "§7Defense: §a+98 §8(+147.98)", + "§7Gear Score: §d206", + "§7Defense: §a+98", "§7Speed: §a-10", "", "§7Each piece of this armor reduces", @@ -19,14 +19,12 @@ "", "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §aCatacombs Level 15" + "§7§4❣ §cRequires §aCatacombs Level 15", + "§5§lEPIC DUNGEON LEGGINGS" ], "internalname": "SUPER_HEAVY_LEGGINGS", "crafttext": "", "clickcommand": "", - "modver": "1.1-REL", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Super_Heavy_Armor" - ] + "modver": "1.3-REL", + "infoType": "" }
\ No newline at end of file diff --git a/items/TARANTULA_BLACK_WIDOW.json b/items/TARANTULA_BLACK_WIDOW.json new file mode 100644 index 00000000..f9da4f1d --- /dev/null +++ b/items/TARANTULA_BLACK_WIDOW.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Black Widow Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a7ffa522-e828-3dd5-a944-dcf5758f873d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjJiNjczMmVhYTk3ODg0NTg0NjhmNTk3Njk0Mzk4NjQ2NDk3NGFmMzVmZWFmYjRmY2FkMDVhN2EzMDhjMmE2NyJ9fX0K\"}]}},display:{Lore:[0:\"§7§7Armor skins give your gear a\",1:\"§7fresh new look! Apply them just\",2:\"§7like an enchant book using the\",3:\"§7anvil.\",4:\"§7\",5:\"§7§7This skin can be applied to\",6:\"§7§a§5Tarantula Helmet\",7:\"\",8:\"§6§lLEGENDARY COSMETIC\"],Name:\"§6Black Widow Skin\"},ExtraAttributes:{originTag:\"FIRE_SALE\",id:\"TARANTULA_BLACK_WIDOW\",uuid:\"cbc59ef5-11ba-4474-b833-f5f166c342cd\",timestamp:\"10/23/20 5:05 PM\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§7Armor skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "§7", + "§7§7This skin can be applied to", + "§7§a§5Tarantula Helmet", + "", + "§6§lLEGENDARY COSMETIC" + ], + "internalname": "TARANTULA_BLACK_WIDOW", + "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/THIN_GLASS.json b/items/THIN_GLASS.json new file mode 100644 index 00000000..bab2f134 --- /dev/null +++ b/items/THIN_GLASS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:glass_pane", + "displayname": "§fGlass Pane", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGlass Pane\"},ExtraAttributes:{id:\"THIN_GLASS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "THIN_GLASS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "GLASS:1", + "A2": "GLASS:1", + "A3": "GLASS:1", + "B1": "GLASS:1", + "B2": "GLASS:1", + "B3": "GLASS:1", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/THUNDERLORD;5.json b/items/THUNDERLORD;5.json new file mode 100644 index 00000000..951398db --- /dev/null +++ b/items/THUNDERLORD;5.json @@ -0,0 +1,24 @@ +{ + "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:{id:\"ENCHANTED_BOOK\",enchantments:{thunderlord:5}}}", + "damage": 0, + "lore": [ + "§9Thunderlord V", + "§7Strikes a Monster with lightning", + "§7every 3 consecutive hits,", + "§7dealing §a50% §7of your Strength", + "§7as damage.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "THUNDERLORD;5", + "parent": "THUNDERLORD;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/THUNDERLORD;6.json b/items/THUNDERLORD;6.json new file mode 100644 index 00000000..ac2118bb --- /dev/null +++ b/items/THUNDERLORD;6.json @@ -0,0 +1,24 @@ +{ + "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:{id:\"ENCHANTED_BOOK\",enchantments:{thunderlord:6}}}", + "damage": 0, + "lore": [ + "§9Thunderlord VI", + "§7Strikes a Monster with lightning", + "§7every 3 consecutive hits,", + "§7dealing §a60% §7of your Strength", + "§7as damage.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§9§lRARE" + ], + "internalname": "THUNDERLORD;6", + "parent": "THUNDERLORD;4", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/TIGER;0.json b/items/TIGER;0.json index 0c910080..cc208f92 100644 --- a/items/TIGER;0.json +++ b/items/TIGER;0.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §fTiger", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"§7Crit Chance: §a{CRIT_CHANCE}\",5:\"\",6:\"§6Merciless Swipe\",7:\"§7§7Attacks have a §a{0}% §7chance\",8:\"§7to strike twice\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fTiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":2.535325203300001E7,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"TIGER;0\",uuid:\"1da6383b-986f-4080-a79a-8bab888319a0\",timestamp:\"4/5/20 6:53 AM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"§7Crit Chance: §a{CRIT_CHANCE}\",5:\"\",6:\"§6Merciless Swipe\",7:\"§7§7Attacks have a §a{0}% §7chance\",8:\"§7to strike twice\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fTiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":2.535325203300001E7,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"TIGER;0\",uuid:\"1da6383b-986f-4080-a79a-8bab888319a0\",timestamp:\"4/5/20 6:53 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", diff --git a/items/TIGER;1.json b/items/TIGER;1.json index 4b4a8139..4a55e8cb 100644 --- a/items/TIGER;1.json +++ b/items/TIGER;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §aTiger", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"§7Crit Chance: §a{CRIT_CHANCE}\",5:\"\",6:\"§6Merciless Swipe\",7:\"§7§7Attacks have a §a{0}% §7chance\",8:\"§7to strike twice\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aTiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":2.535325203300001E7,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"TIGER;1\",uuid:\"1da6383b-986f-4080-a79a-8bab888319a0\",timestamp:\"4/5/20 6:53 AM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"§7Crit Chance: §a{CRIT_CHANCE}\",5:\"\",6:\"§6Merciless Swipe\",7:\"§7§7Attacks have a §a{0}% §7chance\",8:\"§7to strike twice\",9:\"\",10:\"§7§eRight-click to add this pet to\",11:\"§eyour pet menu!\",12:\"\",13:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aTiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":2.535325203300001E7,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"TIGER;1\",uuid:\"1da6383b-986f-4080-a79a-8bab888319a0\",timestamp:\"4/5/20 6:53 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", diff --git a/items/TIGER;2.json b/items/TIGER;2.json index 6b60e524..21beb442 100644 --- a/items/TIGER;2.json +++ b/items/TIGER;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §9Tiger", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"§7Crit Chance: §a{CRIT_CHANCE}\",5:\"\",6:\"§6Merciless Swipe\",7:\"§7§7Attacks have a §a{0}% §7chance\",8:\"§7to strike twice\",9:\"\",10:\"§6Hemorrhage\",11:\"§7§7Melee attacks reduce healing\",12:\"§7by §6{1}% §7for §a10s\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Tiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":2.535325203300001E7,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"TIGER;2\",uuid:\"1da6383b-986f-4080-a79a-8bab888319a0\",timestamp:\"4/5/20 6:53 AM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"§7Crit Chance: §a{CRIT_CHANCE}\",5:\"\",6:\"§6Merciless Swipe\",7:\"§7§7Attacks have a §a{0}% §7chance\",8:\"§7to strike twice\",9:\"\",10:\"§6Hemorrhage\",11:\"§7§7Melee attacks reduce healing\",12:\"§7by §6{1}% §7for §a10s\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Tiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":2.535325203300001E7,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"TIGER;2\",uuid:\"1da6383b-986f-4080-a79a-8bab888319a0\",timestamp:\"4/5/20 6:53 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", diff --git a/items/TIGER;3.json b/items/TIGER;3.json index 88e9ee44..044453d7 100644 --- a/items/TIGER;3.json +++ b/items/TIGER;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§7[Lvl {LVL}] §5Tiger", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"§7Crit Chance: §a{CRIT_CHANCE}\",5:\"\",6:\"§6Merciless Swipe\",7:\"§7§7Attacks have a §a{0}% §7chance\",8:\"§7to strike twice\",9:\"\",10:\"§6Hemorrhage\",11:\"§7§7Melee attacks reduce healing\",12:\"§7by §6{1}% §7for §a10s\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Tiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":2.535325203300001E7,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"TIGER;3\",uuid:\"1da6383b-986f-4080-a79a-8bab888319a0\",timestamp:\"4/5/20 6:53 AM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"33a69ead-44ac-3791-9425-52109aacdaa6\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZmM0MjYzODc0NDkyMmI1ZmNmNjJjZDliZjI3ZWVhYjkxYjJlNzJkNmM3MGU4NmNjNWFhMzg4Mzk5M2U5ZDg0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Crit Damage: §a{CRIT_DAMAGE}\",3:\"§7Strength: §a{STRENGTH}\",4:\"§7Crit Chance: §a{CRIT_CHANCE}\",5:\"\",6:\"§6Merciless Swipe\",7:\"§7§7Attacks have a §a{0}% §7chance\",8:\"§7to strike twice\",9:\"\",10:\"§6Hemorrhage\",11:\"§7§7Melee attacks reduce healing\",12:\"§7by §6{1}% §7for §a10s\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Tiger\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"TIGER\\\",\\\"active\\\":false,\\\"exp\\\":2.535325203300001E7,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false}\",originTag:\"UNKNOWN\",id:\"TIGER;3\",uuid:\"1da6383b-986f-4080-a79a-8bab888319a0\",timestamp:\"4/5/20 6:53 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Combat Pet", diff --git a/items/TNT.json b/items/TNT.json index e4ebf433..c3ff429b 100644 --- a/items/TNT.json +++ b/items/TNT.json @@ -1,12 +1,24 @@ { - "internalname": "TNT", "itemid": "minecraft:tnt", "displayname": "§fTNT", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fTNT\"},ExtraAttributes:{id:\"TNT\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "TNT", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "SULPHUR:1", + "A2": "SAND:1", + "A3": "SULPHUR:1", + "B1": "SAND:1", + "B2": "SULPHUR:1", + "B3": "SAND:1", + "C1": "SULPHUR:1", + "C2": "SAND:1", + "C3": "SULPHUR:1" + } }
\ 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/TORCH.json b/items/TORCH.json new file mode 100644 index 00000000..2f1dea62 --- /dev/null +++ b/items/TORCH.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:torch", + "displayname": "§fTorch", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fTorch\"},ExtraAttributes:{id:\"TORCH\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "TORCH", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "COAL-1:1", + "A2": "", + "A3": "", + "B1": "STICK:1", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/TRAPPED_CHEST.json b/items/TRAPPED_CHEST.json new file mode 100644 index 00000000..95f75ac0 --- /dev/null +++ b/items/TRAPPED_CHEST.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:trapped_chest", + "displayname": "§fTrapped Chest", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fTrapped Chest\"},ExtraAttributes:{id:\"TRAPPED_CHEST\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "TRAPPED_CHEST", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "CHEST:1", + "A2": "TRIPWIRE_HOOK:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/TRAP_DOOR.json b/items/TRAP_DOOR.json index 615819cb..591e591f 100644 --- a/items/TRAP_DOOR.json +++ b/items/TRAP_DOOR.json @@ -1,12 +1,24 @@ { - "internalname": "TRAP_DOOR", - "itemid": 96, + "itemid": "minecraft:trapdoor", "displayname": "§fWooden Trapdoor", - "clickcommand": "", - "damage": 0, "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWooden Trapdoor\"},ExtraAttributes:{id:\"TRAP_DOOR\"}}", - "modver": "1.0.0", + "damage": 0, "lore": [ "§f§lCOMMON" - ] + ], + "internalname": "TRAP_DOOR", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "WOOD:1", + "B1": "WOOD:1", + "B2": "WOOD:1", + "B3": "WOOD:1", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/TREASURE_ARTIFACT.json b/items/TREASURE_ARTIFACT.json index 9353ff60..20a72240 100644 --- a/items/TREASURE_ARTIFACT.json +++ b/items/TREASURE_ARTIFACT.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§6Treasure Artifact", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"4bed9bc7-18ff-3014-920d-32d6b89e8312\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTk1Mzc5NjAxNywKICAicHJvZmlsZUlkIiA6ICJmMzA1ZjA5NDI0NTg0ZjU4YmEyYjY0ZjAyZDcyNDYyYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJqcm9ja2EzMyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lMTBmMjBhNTViNmUxODhlYmU3NTc4NDU5YjY0YTZmYmQ4MjUwNjdiYzQ5N2I5MjVjYTQzYzI2NDNkMDU5MDI1IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"\",1:\"§7Grants §a+3% §7extra loot to end\",2:\"§7of dungeon chests.\",3:\"\",4:\"§6§lLEGENDARY DUNGEON ACCESSORY\"],Name:\"§f§f§6Treasure Artifact\"},ExtraAttributes:{modifier:\"strong\",originTag:\"QUICK_CRAFTING\",id:\"TREASURE_ARTIFACT\",uuid:\"42f79859-baad-4f32-baa5-c69ed0ee954f\",timestamp:\"9/8/20 8:36 AM\"},AttributeModifiers:[]}", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"4bed9bc7-18ff-3014-920d-32d6b89e8312\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5NTk1Mzc5NjAxNywKICAicHJvZmlsZUlkIiA6ICJmMzA1ZjA5NDI0NTg0ZjU4YmEyYjY0ZjAyZDcyNDYyYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJqcm9ja2EzMyIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lMTBmMjBhNTViNmUxODhlYmU3NTc4NDU5YjY0YTZmYmQ4MjUwNjdiYzQ5N2I5MjVjYTQzYzI2NDNkMDU5MDI1IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"\",1:\"§7Grants §a+3% §7extra loot to end\",2:\"§7of dungeon chests.\",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§6§lLEGENDARY DUNGEON ACCESSORY\"],Name:\"§f§f§6Treasure Artifact\"},ExtraAttributes:{modifier:\"strong\",originTag:\"QUICK_CRAFTING\",id:\"TREASURE_ARTIFACT\",uuid:\"42f79859-baad-4f32-baa5-c69ed0ee954f\",timestamp:\"9/8/20 8:36 AM\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "", @@ -27,7 +27,7 @@ "clickcommand": "viewrecipe", "modver": "1.3-REL", "infoType": "WIKI_URL", - "info":[ + "info": [ "https://hypixel-skyblock.fandom.com/wiki/Treasure_Artifact" ] }
\ No newline at end of file diff --git a/items/TRIPWIRE_HOOK.json b/items/TRIPWIRE_HOOK.json index 4dfae7ce..b807de4e 100644 --- a/items/TRIPWIRE_HOOK.json +++ b/items/TRIPWIRE_HOOK.json @@ -1,5 +1,5 @@ { - "itemid": 131, + "itemid": "minecraft:tripwire_hook", "displayname": "§fTripwire Hook", "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fTripwire Hook\"},ExtraAttributes:{id:\"TRIPWIRE_HOOK\"}}", "damage": 0, @@ -7,6 +7,18 @@ "§f§lCOMMON" ], "internalname": "TRIPWIRE_HOOK", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "IRON_INGOT:1", + "A2": "", + "A3": "", + "B1": "STICK:1", + "B2": "", + "B3": "", + "C1": "WOOD:1", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/ULTIMATE_BANK;5.json b/items/ULTIMATE_BANK;5.json new file mode 100644 index 00000000..6fc60b6d --- /dev/null +++ b/items/ULTIMATE_BANK;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§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", + "§7Saves §650.0§7% of your coins on", + "§7death.", + "", + "§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_BANK;5", + "parent": "ULTIMATE_BANK;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ULTIMATE_CARROT_CANDY.json b/items/ULTIMATE_CARROT_CANDY.json index 3a4af9c3..494fb397 100644 --- a/items/ULTIMATE_CARROT_CANDY.json +++ b/items/ULTIMATE_CARROT_CANDY.json @@ -17,9 +17,18 @@ "", "§6§lLEGENDARY" ], + "recipe": { + "A1": "SUPERB_CARROT_CANDY:1", + "A2": "SUPERB_CARROT_CANDY:1", + "A3": "SUPERB_CARROT_CANDY:1", + "B1": "SUPERB_CARROT_CANDY:1", + "B2": "ULTIMATE_CARROT_CANDY_UPGRADE:1", + "B3": "SUPERB_CARROT_CANDY:1", + "C1": "SUPERB_CARROT_CANDY:1", + "C2": "SUPERB_CARROT_CANDY:1", + "C3": "SUPERB_CARROT_CANDY:1" + }, "internalname": "ULTIMATE_CARROT_CANDY", - "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.3-REL" }
\ 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 new file mode 100644 index 00000000..cf8a41e4 --- /dev/null +++ b/items/ULTIMATE_COMBO;5.json @@ -0,0 +1,26 @@ +{ + "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:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_combo:5}}}", + "damage": 0, + "lore": [ + "§9§d§lCombo V", + "§7Every mob kill within §e15§7", + "§7seconds grants §c+2❁ Strength", + "§c§7and §9+1☠ Crit Damage§7.", + "", + "§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_COMBO;5", + "parent": "ULTIMATE_COMBO;1", + "crafttext": "", + "clickcommand": "", + "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 new file mode 100644 index 00000000..e159b6da --- /dev/null +++ b/items/ULTIMATE_JERRY;5.json @@ -0,0 +1,26 @@ +{ + "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:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_jerry:5}}}", + "damage": 0, + "lore": [ + "§9§d§lUltimate Jerry V", + "§7Increases the base damage of", + "§7§fAspect of the Jerry§7 by", + "§7§a5000%§7.", + "", + "§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_JERRY;5", + "parent": "ULTIMATE_JERRY;1", + "crafttext": "", + "clickcommand": "", + "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 new file mode 100644 index 00000000..906ec672 --- /dev/null +++ b/items/ULTIMATE_LAST_STAND;5.json @@ -0,0 +1,26 @@ +{ + "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:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_last_stand:5}}}", + "damage": 0, + "lore": [ + "§9§d§lLast Stand V", + "§7Increases your defense by §a25%", + "§a§7when you are below §a40%", + "§a§7Health", + "", + "§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_LAST_STAND;5", + "parent": "ULTIMATE_LAST_STAND;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ULTIMATE_LEGION;1.json b/items/ULTIMATE_LEGION;1.json new file mode 100644 index 00000000..d30c531b --- /dev/null +++ b/items/ULTIMATE_LEGION;1.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lLegion I\",1:\"§7Increases all your player stats\",2:\"§7except Health by §e0.07% §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:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_LEGION;1\",enchantments:{ultimate_legion:1},uuid:\"4320a034-1e81-4894-a62b-ea17e718c939\",timestamp:\"9/18/20 6:21 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9§d§lLegion I", + "§7Increases all your player stats", + "§7except Health by §e0.07% §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!", + "", + "§f§lCOMMON" + ], + "internalname": "ULTIMATE_LEGION;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" + ] +}
\ 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 new file mode 100644 index 00000000..c16ac381 --- /dev/null +++ b/items/ULTIMATE_NO_PAIN_NO_GAIN;5.json @@ -0,0 +1,26 @@ +{ + "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:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_no_pain_no_gain:5}}}", + "damage": 0, + "lore": [ + "§9§d§lNo Pain No Gain V", + "§7You have §e100% §7chance to gain", + "§7§b10 §7experience orbs every", + "§7time you take hits from mobs.", + "", + "§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_NO_PAIN_NO_GAIN;5", + "parent": "ULTIMATE_NO_PAIN_NO_GAIN;1", + "crafttext": "", + "clickcommand": "", + "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 new file mode 100644 index 00000000..b9766c0a --- /dev/null +++ b/items/ULTIMATE_REND;5.json @@ -0,0 +1,29 @@ +{ + "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:{id:\"ENCHANTED_BOOK\",enchantments:{ultimate_rend:5}}}", + "damage": 0, + "lore": [ + "§9§d§lRend V", + "§7Grants your bow a Left Click", + "§7ability that rips out the arrows", + "§7from nearby enemies and deals", + "§7§c25% §7of your last critical", + "§7hit for every arrow in the", + "§7target. §a2s §7Cooldown.", + "", + "§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_REND;5", + "parent": "ULTIMATE_REND;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ULTIMATE_SWARM;1.json b/items/ULTIMATE_SWARM;1.json new file mode 100644 index 00000000..a6d2ad97 --- /dev/null +++ b/items/ULTIMATE_SWARM;1.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§fEnchanted Book", + "nbttag": "{ench:[],overrideMeta:1b,HideFlags:254,display:{Lore:[0:\"§9§d§lSwarm I\",1:\"§7Increases your damage by §c1.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:\"§f§lCOMMON\"],Name:\"§f§f§fEnchanted Book\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ULTIMATE_SWARM;1\",enchantments:{ultimate_swarm:1},uuid:\"59e20e40-55e3-4f49-b5e7-15e782d8f9ad\",timestamp:\"10/3/20 11:50 AM\"},AttributeModifiers:[]}", + "damage": 0, + "lore": [ + "§9§d§lSwarm I", + "§7Increases your damage by §c1.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!", + "", + "§f§lCOMMON" + ], + "internalname": "ULTIMATE_SWARM;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ultimate_Enchantments" + ] +}
\ 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 new file mode 100644 index 00000000..9dadd5fc --- /dev/null +++ b/items/ULTIMATE_WISDOM;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§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", + "§7Gain §b5 §7Intelligence for", + "§7every §b5 §7levels of exp you", + "§7have on you. Capped at §b100", + "§b§7Intelligence.", + "", + "§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_WISDOM;5", + "parent": "ULTIMATE_WISDOM;1", + "crafttext": "", + "clickcommand": "", + "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 new file mode 100644 index 00000000..77e7b186 --- /dev/null +++ b/items/ULTIMATE_WISE;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§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", + "§7Reduces the ability mana cost of", + "§7this item by §a50%§7.", + "", + "§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_WISE;5", + "parent": "ULTIMATE_WISE;1", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/VAMPIRE_WITCH_MASK.json b/items/VAMPIRE_WITCH_MASK.json new file mode 100644 index 00000000..51dd5380 --- /dev/null +++ b/items/VAMPIRE_WITCH_MASK.json @@ -0,0 +1,40 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Vampire Witch Mask", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8a619dc1-cbba-3deb-aafe-e910961d9ada\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjM0OGU1YjRiM2QyYzFkZWMwMjNmYmY0MDYyMTZmMTIzOTY1ODkwNmVmNGMyZmJmMWM1MzkwNmUyNDNlNjYifX19\"}]}},display:{Lore:[0:\"§7Health: §a+132 HP\",1:\"§7Defense: §a+222\",2:\"\",3:\"§6Item Ability: Bat Swarm\",4:\"§7Summons two bats that will\",5:\"§7follow you and attack nearby\",6:\"§7enemies, dealing §c9,090\",7:\"§c§7damage upon exploding. Your\",8:\"§7bats will not spawn on your\",9:\"§7island.\",10:\"\",11:\"§6Item Ability: Rejuvenate\",12:\"§7While wearing, drains §a5\",13:\"§a§7health per second from all\",14:\"§7monsters within §e8 §7blocks.\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§5§lEPIC HELMET\"],Name:\"§5Vampire Witch Mask\"},ExtraAttributes:{id:\"VAMPIRE_WITCH_MASK\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+132 HP", + "§7Defense: §a+222", + "", + "§6Item Ability: Bat Swarm", + "§7Summons two bats that will", + "§7follow you and attack nearby", + "§7enemies, dealing §c9,090", + "§c§7damage upon exploding. Your", + "§7bats will not spawn on your", + "§7island.", + "", + "§6Item Ability: Rejuvenate", + "§7While wearing, drains §a5", + "§a§7health per second from all", + "§7monsters within §e8 §7blocks.", + "", + "§7§8This item can be reforged!", + "§5§lEPIC HELMET" + ], + "recipe": { + "A1": "ECTOPLASM:1", + "A2": "ECTOPLASM:1", + "A3": "ECTOPLASM:1", + "B1": "ECTOPLASM:1", + "B2": "WITCH_MASK:1", + "B3": "ECTOPLASM:1", + "C1": "ECTOPLASM:1", + "C2": "VAMPIRE_MASK:1", + "C3": "ECTOPLASM:1" + }, + "internalname": "VAMPIRE_WITCH_MASK", + "clickcommand": "viewrecipe", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/VAMPIRISM;5.json b/items/VAMPIRISM;5.json new file mode 100644 index 00000000..16ad635f --- /dev/null +++ b/items/VAMPIRISM;5.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:enchanted_book", + "displayname": "§f§f§aEnchanted Book", + "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", + "§7Heals for §a5%§7 of your missing", + "§7health whenever you kill an", + "§7enemy.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "VAMPIRISM;5", + "crafttext": "", + "parent": "VAMPIRISM;4", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/VAMPIRISM;6.json b/items/VAMPIRISM;6.json new file mode 100644 index 00000000..9797cbdd --- /dev/null +++ b/items/VAMPIRISM;6.json @@ -0,0 +1,22 @@ +{ + "itemid": "minecraft:enchanted_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": [ + "§9Vampirism VI", + "§7Heals for §a6%§7 of your missing", + "§7health whenever you kill an", + "§7enemy.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§aTop 250 Reward during Spooky Festival.", + "", + "§9§lRARE" + ], + "internalname": "VAMPIRISM;6", + "parent": "VAMPIRISM;4", + "modver": "1.0.0" +} diff --git a/items/VENOMOUS;5.json b/items/VENOMOUS;5.json new file mode 100644 index 00000000..9ce626a1 --- /dev/null +++ b/items/VENOMOUS;5.json @@ -0,0 +1,24 @@ +{ + "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:{id:\"ENCHANTED_BOOK\",id:\"VENOMOUS;5\",enchantments:{venomous:5}}},", + "damage": 0, + "lore": [ + "§9Venomous V", + "§7Reduces the target\u0027s walk speed", + "§7by §a25% §7and deals §225", + "§2§7damage per second. Lasts §64", + "§6§7seconds.", + "", + "§7Use this on an item in an Anvil", + "§7to apply it!", + "", + "§a§lUNCOMMON" + ], + "internalname": "VENOMOUS;5", + "parent": "VENOMOUS;4", + "crafttext": "", + "clickcommand": "", + "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 diff --git a/items/VINE.json b/items/VINE.json index ec7d0d6a..ffa77aaf 100644 --- a/items/VINE.json +++ b/items/VINE.json @@ -7,6 +7,7 @@ "§f§lCOMMON" ], "internalname": "VINE", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/WATCH.json b/items/WATCH.json new file mode 100644 index 00000000..71639d0e --- /dev/null +++ b/items/WATCH.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:clock", + "displayname": "§fClock", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fClock\"},ExtraAttributes:{id:\"WATCH\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WATCH", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "", + "A2": "GOLD_INGOT:1", + "A3": "", + "B1": "GOLD_INGOT:1", + "B2": "REDSTONE:1", + "B3": "GOLD_INGOT:1", + "C1": "", + "C2": "GOLD_INGOT:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/WATER_BUCKET.json b/items/WATER_BUCKET.json index 3ead1ca3..ea79ff83 100644 --- a/items/WATER_BUCKET.json +++ b/items/WATER_BUCKET.json @@ -7,10 +7,7 @@ "§f§lCOMMON" ], "internalname": "WATER_BUCKET", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Water_Bucket" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/WATER_LILY.json b/items/WATER_LILY.json index 652211eb..fef3a8fd 100644 --- a/items/WATER_LILY.json +++ b/items/WATER_LILY.json @@ -7,6 +7,7 @@ "§f§lCOMMON" ], "internalname": "WATER_LILY", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/WEB.json b/items/WEB.json index e580d449..3b85fa21 100644 --- a/items/WEB.json +++ b/items/WEB.json @@ -1,28 +1,13 @@ { "itemid": "minecraft:web", - "displayname": "§aWeb", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§a§lUNCOMMON\"],Name:\"§aWeb\"},ExtraAttributes:{id:\"WEB\"}}", + "displayname": "§fCobweb", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCobweb\"},ExtraAttributes:{id:\"WEB\"}}", "damage": 0, "lore": [ - "§a§lUNCOMMON" + "§f§lCOMMON" ], - "recipe": { - "A1": "STRING:1", - "A2": "STRING:1", - "A3": "STRING:1", - "B1": "STRING:1", - "B2": "STRING:1", - "B3": "STRING:1", - "C1": "STRING:1", - "C2": "STRING:1", - "C3": "STRING:1" - }, "internalname": "WEB", - "clickcommand": "viewrecipe", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Web" - ], - "crafttext": "Requires: String II" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/WEDDING_RING_0.json b/items/WEDDING_RING_0.json new file mode 100644 index 00000000..b45f7009 --- /dev/null +++ b/items/WEDDING_RING_0.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:gold_nugget", + "displayname": "§f§eShiny Yellow Rock", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Grants a 1 in\",1:\"§71,000,000,000,000 chance to\",2:\"§7deal §c+100% §7damage.\",3:\"\",4:\"§7§8True love is tough to find,\",5:\"§8but finding it hits you hard!\",6:\"\",7:\"§7Requires quest progress!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON ACCESSORY\"],Name:\"§f§eShiny Yellow Rock\"},ExtraAttributes:{id:\"WEDDING_RING_0\"}}", + "damage": 0, + "lore": [ + "§7Grants a 1 in", + "§71,000,000,000,000 chance to", + "§7deal §c+100% §7damage.", + "", + "§7§8True love is tough to find,", + "§8but finding it hits you hard!", + "", + "§7Requires quest progress!", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON ACCESSORY" + ], + "internalname": "WEDDING_RING_0", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ring_of_Love" + ] +}
\ No newline at end of file diff --git a/items/WEDDING_RING_1.json b/items/WEDDING_RING_1.json new file mode 100644 index 00000000..798db5df --- /dev/null +++ b/items/WEDDING_RING_1.json @@ -0,0 +1,27 @@ +{ + "itemid": "minecraft:gold_nugget", + "displayname": "§f§eYellow Rock of Love", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Grants a 1 in 100,000,000,000\",1:\"§7chance to deal §c+100%\",2:\"§c§7damage.\",3:\"\",4:\"§7§8True love is tough to find,\",5:\"§8but finding it hits you hard!\",6:\"\",7:\"§7Requires quest progress!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§f§lCOMMON ACCESSORY\"],Name:\"§f§eYellow Rock of Love\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"WEDDING_RING_1\",uuid:\"2edd69f6-7c39-4cbb-95b4-1c66703cbbee\",timestamp:\"9/29/20 1:00 PM\"}}", + "damage": 0, + "lore": [ + "§7Grants a 1 in 100,000,000,000", + "§7chance to deal §c+100%", + "§c§7damage.", + "", + "§7§8True love is tough to find,", + "§8but finding it hits you hard!", + "", + "§7Requires quest progress!", + "", + "§7§8This item can be reforged!", + "§f§lCOMMON ACCESSORY" + ], + "internalname": "WEDDING_RING_1", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Ring_of_Love" + ] +}
\ No newline at end of file diff --git a/items/WEREWOLF_BOOTS.json b/items/WEREWOLF_BOOTS.json new file mode 100644 index 00000000..d396279f --- /dev/null +++ b/items/WEREWOLF_BOOTS.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§6Werewolf Boots", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d335 \",1:\"§7Defense: §a+150 \",2:\"§7Intelligence: §a+50 \",3:\"§7Ferocity: §a+10\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY DUNGEON BOOTS\"],color:1904901,Name:\"§6Werewolf Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"WEREWOLF_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d335 ", + "§7Defense: §a+150 ", + "§7Intelligence: §a+50 ", + "§7Ferocity: §a+10", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY DUNGEON BOOTS" + ], + "internalname": "WEREWOLF_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/WEREWOLF_CHESTPLATE.json b/items/WEREWOLF_CHESTPLATE.json new file mode 100644 index 00000000..f8314ef2 --- /dev/null +++ b/items/WEREWOLF_CHESTPLATE.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§6Werewolf Chestplate", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d335 \",1:\"§7Defense: §a+150 \",2:\"§7Intelligence: §a+50 \",3:\"§7Ferocity: §a+10\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY DUNGEON CHESTPLATE\"],color:1904901,Name:\"§6Werewolf Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"WEREWOLF_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d335 ", + "§7Defense: §a+150 ", + "§7Intelligence: §a+50 ", + "§7Ferocity: §a+10", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY DUNGEON CHESTPLATE" + ], + "internalname": "WEREWOLF_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/WEREWOLF_HELMET.json b/items/WEREWOLF_HELMET.json new file mode 100644 index 00000000..fde0d1de --- /dev/null +++ b/items/WEREWOLF_HELMET.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§6Werewolf Helmet", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"c8e41e94-9c30-38af-80c6-05b2ed6d5c53\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwMzY2ODk3MjkwMywKICAicHJvZmlsZUlkIiA6ICIzYTNmNzhkZmExZjQ0OTllYjE5NjlmYzlkOTEwZGYwYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaGVyb2Ryb2dvIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NlNDYwNmM2ZDk3M2E5OTlhZWMxNjg3YzdlMDc1ZjdkMzdkYjgxODVlODhiODQ0NTA3ZjE2YjNlMmIzZWI2OTAiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Gear Score: §d335 \",1:\"§7Defense: §a+150 \",2:\"§7Intelligence: §a+50 \",3:\"§7Ferocity: §a+10\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY DUNGEON HELMET\"],Name:\"§6Werewolf Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"WEREWOLF_HELMET\"}}", + "damage": 3, + "lore": [ + "§7Gear Score: §d335 ", + "§7Defense: §a+150 ", + "§7Intelligence: §a+50 ", + "§7Ferocity: §a+10", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY DUNGEON HELMET" + ], + "internalname": "WEREWOLF_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/WEREWOLF_LEGGINGS.json b/items/WEREWOLF_LEGGINGS.json new file mode 100644 index 00000000..b1f9167d --- /dev/null +++ b/items/WEREWOLF_LEGGINGS.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§6Werewolf Leggings", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d335 \",1:\"§7Defense: §a+150 \",2:\"§7Intelligence: §a+50 \",3:\"§7Ferocity: §a+10\",4:\"\",5:\"§7§8This item can be reforged!\",6:\"§6§lLEGENDARY DUNGEON LEGGINGS\"],color:1904901,Name:\"§6Werewolf Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"WEREWOLF_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d335 ", + "§7Defense: §a+150 ", + "§7Intelligence: §a+50 ", + "§7Ferocity: §a+10", + "", + "§7§8This item can be reforged!", + "§6§lLEGENDARY DUNGEON LEGGINGS" + ], + "internalname": "WEREWOLF_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.4-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/WHEAT.json b/items/WHEAT.json index cf4369ee..dbb620a8 100644 --- a/items/WHEAT.json +++ b/items/WHEAT.json @@ -1,16 +1,24 @@ { "itemid": "minecraft:wheat", "displayname": "§fWheat", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\",1:\"\",2:\"§eClick to view recipe!\"],Name:\"§fWheat\"},ExtraAttributes:{id:\"WHEAT\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWheat\"},ExtraAttributes:{id:\"WHEAT\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "WHEAT", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Wheat" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "HAY_BLOCK:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/WITCH_MASK.json b/items/WITCH_MASK.json new file mode 100644 index 00000000..3ea2ee42 --- /dev/null +++ b/items/WITCH_MASK.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Witch Mask", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a289c858-9ac5-3b6c-b621-beb934129a37\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvODNiZWU5ZjliNzVmZjc1MTk3ZTA3NDE0YWMyZGI5MmUyMTZlOTQ1ZDYxODc3MjJiZGI5MjYyODc5YmI2In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Health: §a+66 HP\",1:\"§7Defense: §a+111\",2:\"\",3:\"§6Item Ability: Bat Swarm\",4:\"§7Summons two bats that will\",5:\"§7follow you and attack nearby\",6:\"§7enemies, dealing §c9,090\",7:\"§c§7damage upon exploding. Your\",8:\"§7bats will not spawn on your\",9:\"§7island.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§9§lRARE HELMET\"],Name:\"§9Witch Mask\"},ExtraAttributes:{id:\"WITCH_MASK\"}}", + "damage": 3, + "lore": [ + "§7Health: §a+66 HP", + "§7Defense: §a+111", + "", + "§6Item Ability: Bat Swarm", + "§7Summons two bats that will", + "§7follow you and attack nearby", + "§7enemies, dealing §c9,090", + "§c§7damage upon exploding. Your", + "§7bats will not spawn on your", + "§7island.", + "", + "§7§8This item can be reforged!", + "§9§lRARE HELMET" + ], + "internalname": "WITCH_MASK", + "clickcommand": "", + "modver": "1.4-REL" +}
\ No newline at end of file diff --git a/items/WITHER_CLOAK.json b/items/WITHER_CLOAK.json new file mode 100644 index 00000000..7cae1ca5 --- /dev/null +++ b/items/WITHER_CLOAK.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:stone_sword", + "displayname": "§5Wither Cloak Sword", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d375 \",1:\"§7Damage: §c+190 \",2:\"§7Strength: §c+135 \",3:\"\",4:\"§7§8This item can be reforged!\",5:\"§7§4❣ §cRequires §aCatacombs Level 20\",6:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Wither Cloak Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"WITHER_CLOAK\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d375 ", + "§7Damage: §c+190 ", + "§7Strength: §c+135 ", + "", + "§7§8This item can be reforged!", + "§7§4❣ §cRequires §aCatacombs Level 20", + "§5§lEPIC DUNGEON SWORD" + ], + "internalname": "WITHER_CLOAK", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Wither_Cloak_Sword" + ] +}
\ No newline at end of file diff --git a/items/WOOD-1.json b/items/WOOD-1.json new file mode 100644 index 00000000..e50ca0e7 --- /dev/null +++ b/items/WOOD-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:planks", + "displayname": "§fSpruce Wood Planks", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSpruce Wood Planks\"},ExtraAttributes:{id:\"WOOD\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WOOD-1", + "parent": "WOOD", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "LOG-1:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/WOOD-2.json b/items/WOOD-2.json new file mode 100644 index 00000000..b1fd1635 --- /dev/null +++ b/items/WOOD-2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:planks", + "displayname": "§fBirch Wood Planks", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBirch Wood Planks\"},ExtraAttributes:{id:\"WOOD\"}}", + "damage": 2, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WOOD-2", + "parent": "WOOD", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "LOG-2:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/WOOD-3.json b/items/WOOD-3.json new file mode 100644 index 00000000..9e925a1a --- /dev/null +++ b/items/WOOD-3.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:planks", + "displayname": "§fJungle Wood Planks", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJungle Wood Planks\"},ExtraAttributes:{id:\"WOOD\"}}", + "damage": 3, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WOOD-3", + "parent": "WOOD", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "LOG-3:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/WOOD-4.json b/items/WOOD-4.json new file mode 100644 index 00000000..81ef5830 --- /dev/null +++ b/items/WOOD-4.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:planks", + "displayname": "§fAcacia Wood Planks", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fAcacia Wood Planks\"},ExtraAttributes:{id:\"WOOD\"}}", + "damage": 4, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WOOD-4", + "parent": "WOOD", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "LOG_2:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/WOOD-5.json b/items/WOOD-5.json new file mode 100644 index 00000000..e75e362e --- /dev/null +++ b/items/WOOD-5.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:planks", + "displayname": "§fDark Oak Wood Planks", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDark Oak Wood Planks\"},ExtraAttributes:{id:\"WOOD\"}}", + "damage": 5, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WOOD-5", + "parent": "WOOD", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "LOG_2-1:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/WOOD.json b/items/WOOD.json index 1dfd0860..6a99325d 100644 --- a/items/WOOD.json +++ b/items/WOOD.json @@ -1,12 +1,24 @@ { "itemid": "minecraft:planks", - "displayname": "§fOak Wood Plank", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOak Wood Plank\"},ExtraAttributes:{id:\"WOOD\"}}", + "displayname": "§fOak Wood Planks", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOak Wood Planks\"},ExtraAttributes:{id:\"WOOD\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "WOOD", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "LOG:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/WOOD_AXE.json b/items/WOOD_AXE.json index abbf40ee..fb57bfac 100644 --- a/items/WOOD_AXE.json +++ b/items/WOOD_AXE.json @@ -1,14 +1,24 @@ { - "internalname": "WOOD_AXE", "itemid": "minecraft:wooden_axe", "displayname": "§fWooden Axe", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWooden Axe\"},ExtraAttributes:{id:\"WOOD_AXE\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+10\",1:\"\",2:\"§f§lCOMMON AXE\"],Name:\"§fWooden Axe\"},ExtraAttributes:{id:\"WOOD_AXE\"}}", - "modver": "1.0.0", "lore": [ - "§7Damage: §c+10", - "", - "§f§lCOMMON AXE" - ] + "§f§lCOMMON" + ], + "internalname": "WOOD_AXE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "", + "B1": "WOOD:1", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } }
\ No newline at end of file diff --git a/items/WOOD_BUTTON.json b/items/WOOD_BUTTON.json new file mode 100644 index 00000000..c085764e --- /dev/null +++ b/items/WOOD_BUTTON.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:wooden_button", + "displayname": "§fButton", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fButton\"},ExtraAttributes:{id:\"WOOD_BUTTON\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WOOD_BUTTON", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/WOOD_DOOR.json b/items/WOOD_DOOR.json new file mode 100644 index 00000000..0ffa1fd1 --- /dev/null +++ b/items/WOOD_DOOR.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:wooden_door", + "displayname": "§fOak Door", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOak Door\"},ExtraAttributes:{id:\"WOOD_DOOR\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WOOD_DOOR", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "", + "B1": "WOOD:1", + "B2": "WOOD:1", + "B3": "", + "C1": "WOOD:1", + "C2": "WOOD:1", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/WOOD_HOE.json b/items/WOOD_HOE.json index d9d16203..1bc4d97a 100644 --- a/items/WOOD_HOE.json +++ b/items/WOOD_HOE.json @@ -1,12 +1,24 @@ { - "internalname": "WOOD_HOE", "itemid": "minecraft:wooden_hoe", "displayname": "§fWooden Hoe", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWooden Hoe\"},ExtraAttributes:{id:\"WOOD_HOE\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§f§lCOMMON HOE\"],Name:\"§fWooden Hoe\"},ExtraAttributes:{id:\"WOOD_HOE\"}}", - "modver": "1.0.0", "lore": [ - "§f§lCOMMON HOE" - ] + "§f§lCOMMON" + ], + "internalname": "WOOD_HOE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } }
\ No newline at end of file diff --git a/items/WOOD_PICKAXE.json b/items/WOOD_PICKAXE.json index 093c949b..c0301ebd 100644 --- a/items/WOOD_PICKAXE.json +++ b/items/WOOD_PICKAXE.json @@ -1,15 +1,24 @@ { - "internalname": "WOOD_PICKAXE", "itemid": "minecraft:wooden_pickaxe", "displayname": "§fWooden Pickaxe", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWooden Pickaxe\"},ExtraAttributes:{id:\"WOOD_PICKAXE\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+15\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§f§lCOMMON PICKAXE\"],Name:\"§fWooden Pickaxe\"},ExtraAttributes:{id:\"WOOD_PICKAXE\"}}", - "modver": "1.0.0", "lore": [ - "§7Damage: §c+15", - "", - "§7§8This item can be reforged!", - "§f§lCOMMON PICKAXE" - ] + "§f§lCOMMON" + ], + "internalname": "WOOD_PICKAXE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "WOOD:1", + "B1": "", + "B2": "STICK:1", + "B3": "", + "C1": "", + "C2": "STICK:1", + "C3": "" + } }
\ No newline at end of file diff --git a/items/WOOD_PLATE.json b/items/WOOD_PLATE.json new file mode 100644 index 00000000..061144bb --- /dev/null +++ b/items/WOOD_PLATE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:wooden_pressure_plate", + "displayname": "§fWooden Pressure Plate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWooden Pressure Plate\"},ExtraAttributes:{id:\"WOOD_PLATE\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WOOD_PLATE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/WOOD_SPADE.json b/items/WOOD_SPADE.json index 81055683..95bb892b 100644 --- a/items/WOOD_SPADE.json +++ b/items/WOOD_SPADE.json @@ -1,14 +1,24 @@ { - "internalname": "WOOD_SPADE", "itemid": "minecraft:wooden_shovel", "displayname": "§fWooden Shovel", - "clickcommand": "", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWooden Shovel\"},ExtraAttributes:{id:\"WOOD_SPADE\"}}", "damage": 0, - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+15\",1:\"\",2:\"§f§lCOMMON SHOVEL\"],Name:\"§fWooden Shovel\"},ExtraAttributes:{id:\"WOOD_SPADE\"}}", - "modver": "1.0.0", "lore": [ - "§7Damage: §c+15", - "", - "§f§lCOMMON SHOVEL" - ] + "§f§lCOMMON" + ], + "internalname": "WOOD_SPADE", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "", + "A3": "", + "B1": "STICK:1", + "B2": "", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/WOOD_STAIRS.json b/items/WOOD_STAIRS.json new file mode 100644 index 00000000..506a6a59 --- /dev/null +++ b/items/WOOD_STAIRS.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:oak_stairs", + "displayname": "§fOak Wood Stairs", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOak Wood Stairs\"},ExtraAttributes:{id:\"WOOD_STAIRS\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WOOD_STAIRS", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "", + "A3": "", + "B1": "WOOD:1", + "B2": "WOOD:1", + "B3": "", + "C1": "WOOD:1", + "C2": "WOOD:1", + "C3": "WOOD:1" + } +}
\ No newline at end of file diff --git a/items/WOOD_STEP-1.json b/items/WOOD_STEP-1.json new file mode 100644 index 00000000..255c5a5e --- /dev/null +++ b/items/WOOD_STEP-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wooden_slab", + "displayname": "§fSpruce Wood Slab", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fSpruce Wood Slab\"},ExtraAttributes:{id:\"WOOD_STEP\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WOOD_STEP-1", + "parent": "WOOD_STEP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-1:1", + "A2": "WOOD-1:1", + "A3": "WOOD-1:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/WOOD_STEP-2.json b/items/WOOD_STEP-2.json new file mode 100644 index 00000000..11a6780b --- /dev/null +++ b/items/WOOD_STEP-2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wooden_slab", + "displayname": "§fBirch Wood Slab", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBirch Wood Slab\"},ExtraAttributes:{id:\"WOOD_STEP\"}}", + "damage": 2, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WOOD_STEP-2", + "parent": "WOOD_STEP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-2:1", + "A2": "WOOD-2:1", + "A3": "WOOD-2:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/WOOD_STEP-3.json b/items/WOOD_STEP-3.json new file mode 100644 index 00000000..744e7c73 --- /dev/null +++ b/items/WOOD_STEP-3.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wooden_slab", + "displayname": "§fJungle Wood Slab", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fJungle Wood Slab\"},ExtraAttributes:{id:\"WOOD_STEP\"}}", + "damage": 3, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WOOD_STEP-3", + "parent": "WOOD_STEP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-3:1", + "A2": "WOOD-3:1", + "A3": "WOOD-3:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/WOOD_STEP-4.json b/items/WOOD_STEP-4.json new file mode 100644 index 00000000..dc29eeeb --- /dev/null +++ b/items/WOOD_STEP-4.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wooden_slab", + "displayname": "§fAcacia Wood Slab", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fAcacia Wood Slab\"},ExtraAttributes:{id:\"WOOD_STEP\"}}", + "damage": 4, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WOOD_STEP-4", + "parent": "WOOD_STEP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-4:1", + "A2": "WOOD-4:1", + "A3": "WOOD-4:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/WOOD_STEP-5.json b/items/WOOD_STEP-5.json new file mode 100644 index 00000000..d92665c0 --- /dev/null +++ b/items/WOOD_STEP-5.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wooden_slab", + "displayname": "§fDark Oak Wood Slab", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fDark Oak Wood Slab\"},ExtraAttributes:{id:\"WOOD_STEP\"}}", + "damage": 5, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WOOD_STEP-5", + "parent": "WOOD_STEP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD-5:1", + "A2": "WOOD-5:1", + "A3": "WOOD-5:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/WOOD_STEP.json b/items/WOOD_STEP.json new file mode 100644 index 00000000..4eca7640 --- /dev/null +++ b/items/WOOD_STEP.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:wooden_slab", + "displayname": "§fOak Wood Slab", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOak Wood Slab\"},ExtraAttributes:{id:\"WOOD_STEP\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WOOD_STEP", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "WOOD:1", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } +}
\ No newline at end of file diff --git a/items/WOOD_SWORD.json b/items/WOOD_SWORD.json index 101fbc94..070d9668 100644 --- a/items/WOOD_SWORD.json +++ b/items/WOOD_SWORD.json @@ -1,15 +1,24 @@ { "itemid": "minecraft:wooden_sword", "displayname": "§fWooden Sword", - "nbttag": "{Unbreakable:1,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+20\",1:\"\",2:\"§7§8This item can be reforged!\",3:\"§f§lCOMMON SWORD\"],Name:\"§fWooden Sword\"},ExtraAttributes:{id:\"WOOD_SWORD\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWooden Sword\"},ExtraAttributes:{id:\"WOOD_SWORD\"}}", "damage": 0, "lore": [ - "§7Damage: §c+20", - "", - "§7§8This item can be reforged!", - "§f§lCOMMON SWORD" + "§f§lCOMMON" ], "internalname": "WOOD_SWORD", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "", + "A3": "", + "B1": "WOOD:1", + "B2": "", + "B3": "", + "C1": "STICK:1", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/WOOL-1.json b/items/WOOL-1.json new file mode 100644 index 00000000..964f6584 --- /dev/null +++ b/items/WOOL-1.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fOrange Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fOrange Wool\"},ExtraAttributes:{id:\"WOOL-1\"}}", + "damage": 1, + "lore": [ + "§f§lCOMMON" + ], + "parent": "WOOL", + "internalname": "WOOL-1", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-14:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/WOOL-10.json b/items/WOOL-10.json new file mode 100644 index 00000000..e7c84889 --- /dev/null +++ b/items/WOOL-10.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fPurple Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPurple Wool\"},ExtraAttributes:{id:\"WOOL-10\"}}", + "damage": 10, + "lore": [ + "§f§lCOMMON" + ], + "parent": "WOOL", + "internalname": "WOOL-10", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-5:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/WOOL-11.json b/items/WOOL-11.json new file mode 100644 index 00000000..3b93c2d9 --- /dev/null +++ b/items/WOOL-11.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fBlue Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlue Wool\"},ExtraAttributes:{id:\"WOOL-11\"}}", + "damage": 11, + "lore": [ + "§f§lCOMMON" + ], + "parent": "WOOL", + "internalname": "WOOL-11", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-4:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/WOOL-12.json b/items/WOOL-12.json new file mode 100644 index 00000000..62e0e8dd --- /dev/null +++ b/items/WOOL-12.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fBrown Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBrown Wool\"},ExtraAttributes:{id:\"WOOL-12\"}}", + "damage": 12, + "lore": [ + "§f§lCOMMON" + ], + "parent": "WOOL", + "internalname": "WOOL-12", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-3:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/WOOL-13.json b/items/WOOL-13.json new file mode 100644 index 00000000..9fa8363b --- /dev/null +++ b/items/WOOL-13.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fGreen Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGreen Wool\"},ExtraAttributes:{id:\"WOOL-13\"}}", + "damage": 13, + "lore": [ + "§f§lCOMMON" + ], + "parent": "WOOL", + "internalname": "WOOL-13", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-2:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/WOOL-14.json b/items/WOOL-14.json new file mode 100644 index 00000000..6d5e945b --- /dev/null +++ b/items/WOOL-14.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fRed Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fRed Wool\"},ExtraAttributes:{id:\"WOOL-14\"}}", + "damage": 14, + "lore": [ + "§f§lCOMMON" + ], + "parent": "WOOL", + "internalname": "WOOL-14", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-1:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/WOOL-15.json b/items/WOOL-15.json new file mode 100644 index 00000000..ac82171c --- /dev/null +++ b/items/WOOL-15.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fBlack Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fBlack Wool\"},ExtraAttributes:{id:\"WOOL-15\"}}", + "damage": 15, + "lore": [ + "§f§lCOMMON" + ], + "parent": "WOOL", + "internalname": "WOOL-15", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/WOOL-2.json b/items/WOOL-2.json new file mode 100644 index 00000000..72d55328 --- /dev/null +++ b/items/WOOL-2.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fMagenta Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fMagenta Wool\"},ExtraAttributes:{id:\"WOOL-2\"}}", + "damage": 2, + "lore": [ + "§f§lCOMMON" + ], + "parent": "WOOL", + "internalname": "WOOL-2", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-13:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/WOOL-3.json b/items/WOOL-3.json new file mode 100644 index 00000000..86569b15 --- /dev/null +++ b/items/WOOL-3.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fLight Blue Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Blue Wool\"},ExtraAttributes:{id:\"WOOL-3\"}}", + "damage": 3, + "lore": [ + "§f§lCOMMON" + ], + "parent": "WOOL", + "internalname": "WOOL-3", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-12:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/WOOL-4.json b/items/WOOL-4.json new file mode 100644 index 00000000..e5e144f6 --- /dev/null +++ b/items/WOOL-4.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fYellow Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fYellow Wool\"},ExtraAttributes:{id:\"WOOL-4\"}}", + "damage": 4, + "lore": [ + "§f§lCOMMON" + ], + "parent": "WOOL", + "internalname": "WOOL-4", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-11:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/WOOL-5.json b/items/WOOL-5.json new file mode 100644 index 00000000..1cbc688c --- /dev/null +++ b/items/WOOL-5.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fLime Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLime Wool\"},ExtraAttributes:{id:\"WOOL-5\"}}", + "damage": 5, + "lore": [ + "§f§lCOMMON" + ], + "parent": "WOOL", + "internalname": "WOOL-5", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-10:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/WOOL-6.json b/items/WOOL-6.json new file mode 100644 index 00000000..794a9b1c --- /dev/null +++ b/items/WOOL-6.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fPink Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fPink Wool\"},ExtraAttributes:{id:\"WOOL-6\"}}", + "damage": 6, + "lore": [ + "§f§lCOMMON" + ], + "parent": "WOOL", + "internalname": "WOOL-6", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-9:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/WOOL-7.json b/items/WOOL-7.json new file mode 100644 index 00000000..7037b281 --- /dev/null +++ b/items/WOOL-7.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fGray Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fGray Wool\"},ExtraAttributes:{id:\"WOOL-7\"}}", + "damage": 7, + "lore": [ + "§f§lCOMMON" + ], + "parent": "WOOL", + "internalname": "WOOL-7", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-8:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/WOOL-8.json b/items/WOOL-8.json new file mode 100644 index 00000000..4495ef6e --- /dev/null +++ b/items/WOOL-8.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fLight Gray Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fLight Gray Wool\"},ExtraAttributes:{id:\"WOOL-8\"}}", + "damage": 8, + "lore": [ + "§f§lCOMMON" + ], + "parent": "WOOL", + "internalname": "WOOL-8", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-7:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/WOOL-9.json b/items/WOOL-9.json new file mode 100644 index 00000000..798b5dea --- /dev/null +++ b/items/WOOL-9.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wool", + "displayname": "§fCyan Wool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fCyan Wool\"},ExtraAttributes:{id:\"WOOL-9\"}}", + "damage": 9, + "lore": [ + "§f§lCOMMON" + ], + "parent": "WOOL", + "internalname": "WOOL-9", + "modver": "1.3-REL", + "vanilla": true, + "recipe": { + "A1": "INK_SACK-6:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, + "clickcommand": "viewrecipe" +}
\ No newline at end of file diff --git a/items/WOOL.json b/items/WOOL.json index 1055d432..2c950357 100644 --- a/items/WOOL.json +++ b/items/WOOL.json @@ -1,16 +1,24 @@ { "itemid": "minecraft:wool", - "displayname": "§fWhite Wool", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWhite Wool\"},ExtraAttributes:{id:\"WOOL\"}}", + "displayname": "§fWool", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWool\"},ExtraAttributes:{id:\"WOOL\"}}", "damage": 0, "lore": [ "§f§lCOMMON" ], "internalname": "WOOL", - "clickcommand": "", - "modver": "1.0.0", - "infoType": "WIKI_URL", - "info": [ - "https://hypixel-skyblock.fandom.com/wiki/Wool" - ] + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "INK_SACK-15:1", + "A2": "WOOL:1", + "A3": "", + "B1": "", + "B2": "", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/WORKBENCH.json b/items/WORKBENCH.json index 3c4371a2..d8bd4b01 100644 --- a/items/WORKBENCH.json +++ b/items/WORKBENCH.json @@ -7,6 +7,18 @@ "§f§lCOMMON" ], "internalname": "WORKBENCH", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "viewrecipe", + "recipe": { + "A1": "WOOD:1", + "A2": "WOOD:1", + "A3": "", + "B1": "WOOD:1", + "B2": "WOOD:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + } }
\ No newline at end of file diff --git a/items/WRAPPED_GIFT_FOR_JULIETTE.json b/items/WRAPPED_GIFT_FOR_JULIETTE.json new file mode 100644 index 00000000..35874142 --- /dev/null +++ b/items/WRAPPED_GIFT_FOR_JULIETTE.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§5§cSecret Gift for Juliette", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"78af126b-cf90-3d13-b800-d254e9c32c5b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmRhYzlhNTE4MTNhYmNiNjY2ZWUyYzJjYTg0Y2VmY2ZiMjFlNThiN2IwMWFlMGVhN2U5OWQzNWYzMjNhIn19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§5§lEPIC\"],Name:\"§f§f§5§cSecret Gift for Juliette\"},ExtraAttributes:{id:\"WRAPPED_GIFT_FOR_JULIETTE\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§5§lEPIC" + ], + "internalname": "WRAPPED_GIFT_FOR_JULIETTE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Secret_Gift_for_Juliette" + ] +}
\ No newline at end of file diff --git a/items/WRITTEN_BOOK.json b/items/WRITTEN_BOOK.json new file mode 100644 index 00000000..774a62f0 --- /dev/null +++ b/items/WRITTEN_BOOK.json @@ -0,0 +1,13 @@ +{ + "itemid": "minecraft:written_book", + "displayname": "§fWritten Book", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§f§lCOMMON\"],Name:\"§fWritten Book\"},ExtraAttributes:{id:\"WRITTEN_BOOK\"}}", + "damage": 0, + "lore": [ + "§f§lCOMMON" + ], + "internalname": "WRITTEN_BOOK", + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" +}
\ No newline at end of file diff --git a/items/XLARGE_ENCHANTED_CHEST.json b/items/XLARGE_ENCHANTED_CHEST.json index b66db9fd..480a04b6 100644 --- a/items/XLARGE_ENCHANTED_CHEST.json +++ b/items/XLARGE_ENCHANTED_CHEST.json @@ -13,9 +13,18 @@ "", "§5§lEPIC" ], + "recipe": { + "A1": "", + "A2": "MINION_STORAGE_EXPANDER:1", + "A3": "", + "B1": "", + "B2": "LARGE_ENCHANTED_CHEST:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, "internalname": "XLARGE_ENCHANTED_CHEST", - "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.3-REL" }
\ No newline at end of file diff --git a/items/XXLARGE_ENCHANTED_CHEST.json b/items/XXLARGE_ENCHANTED_CHEST.json index bb6ee328..f025e664 100644 --- a/items/XXLARGE_ENCHANTED_CHEST.json +++ b/items/XXLARGE_ENCHANTED_CHEST.json @@ -13,9 +13,18 @@ "", "§c§lSPECIAL" ], + "recipe": { + "A1": "", + "A2": "MINION_STORAGE_EXPANDER:1", + "A3": "", + "B1": "", + "B2": "XLARGE_ENCHANTED_CHEST:1", + "B3": "", + "C1": "", + "C2": "", + "C3": "" + }, "internalname": "XXLARGE_ENCHANTED_CHEST", - "crafttext": "", - "clickcommand": "", - "modver": "1.3-REL", - "infoType": "" + "clickcommand": "viewrecipe", + "modver": "1.3-REL" }
\ No newline at end of file diff --git a/items/YELLOW_FLOWER.json b/items/YELLOW_FLOWER.json index db06c549..6b617107 100644 --- a/items/YELLOW_FLOWER.json +++ b/items/YELLOW_FLOWER.json @@ -7,6 +7,7 @@ "§f§lCOMMON" ], "internalname": "YELLOW_FLOWER", - "clickcommand": "", - "modver": "1.0.0" + "modver": "1.3-REL", + "vanilla": true, + "clickcommand": "" }
\ No newline at end of file diff --git a/items/YELLOW_ROCK.json b/items/YELLOW_ROCK.json new file mode 100644 index 00000000..0973a3f4 --- /dev/null +++ b/items/YELLOW_ROCK.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:gold_nugget", + "displayname": "§f§eYellow Rock", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Quest item\",1:\"\",2:\"§f§lCOMMON\"],Name:\"§f§eYellow Rock\"},ExtraAttributes:{id:\"YELLOW_ROCK\"}}", + "damage": 0, + "lore": [ + "§7Quest item", + "", + "§f§lCOMMON" + ], + "internalname": "YELLOW_ROCK", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Yellow_Rock" + ] +}
\ No newline at end of file diff --git a/items/YETI_SC.json b/items/YETI_SC.json index 18845c08..c7027753 100644 --- a/items/YETI_SC.json +++ b/items/YETI_SC.json @@ -1,21 +1,20 @@ { "itemid": "minecraft:spawn_egg", "displayname": "§3Yeti (Sea Creature)", - "nbttag": "{ench:[],display:{Lore:[0:\"§7The Yeti is a Legendary mob unlocked from Fishing\",1:\"§7level 25 and is currently one of the strongest mobs\",2:\"§7in the game, being able to two-shot Superior Dragon\",3:\"§7Armor players. It can only be fished at Jerry Pond.\",4:\"§7It uses a similar ability to the \\\"Terrain Toss\\\" ability\",5:\"§7of the Yeti Sword.\"],Name:\"§3Yeti (Sea Creature)\"},ExtraAttributes:{id:\"YETI_SC\"}}", + "nbttag": "{ench:[],display:{Lore:[0:\"§7The Yeti is a Legendary mob unlocked from Fishing\",1:\"§7level 25. It can only be fished at Jerry Pond.\",2:\"§7It uses a similar ability to the \\\"Terrain Toss\\\" ability\",3:\"§7of the Yeti Sword.\"],Name:\"§3Yeti (Sea Creature)\"},ExtraAttributes:{id:\"YETI_SC\"}}", "damage": 56, "lore": [ "§7The Yeti is a Legendary mob unlocked from Fishing", - "§7level 25 and is currently one of the strongest mobs", - "§7in the game, being able to two-shot Superior Dragon", - "§7Armor players. It can only be fished at Jerry Pond.", + "§7level 25. It can only be fished at Jerry Pond.", "§7It uses a similar ability to the \"Terrain Toss\" ability", "§7of the Yeti Sword." ], "internalname": "YETI_SC", "clickcommand": "", - "modver": "1.0.0", + "modver": "1.3-REL", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Yeti" - ] + ], + "crafttext": "" }
\ No newline at end of file diff --git a/items/ZOMBIE_ARTIFACT.json b/items/ZOMBIE_ARTIFACT.json index 9d41ad92..732f0fe9 100644 --- a/items/ZOMBIE_ARTIFACT.json +++ b/items/ZOMBIE_ARTIFACT.json @@ -1,15 +1,12 @@ { "internalname": "ZOMBIE_ARTIFACT", "itemid": "minecraft:skull", - "displayname": "§9Superior Zombie Artifact", + "displayname": "§9Zombie Artifact", "clickcommand": "viewrecipe", "damage": 3, - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e4508bd9-b77e-3557-82b5-3ae5fada63b3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzNmYjRlNWRiOTdmNDc5YzY2YTQyYmJkOGE3ZDc4MWRhZjIwMWE4ZGRhZjc3YWZjZjRhZWY4Nzc3OWFhOGI0In19fQ==\"}]}},display:{Lore:[0:\"§7Strength: §c+4 §8(Superior +4)\",1:\"§7Crit Damage: §c+2% §8(Superior +2%)\",2:\"\",3:\"§7Reduces the damage taken from\",4:\"§7§7Zombies by §a15%§7.\",5:\"\",6:\"§9§lRARE ACCESSORY\"],Name:\"§9Superior Zombie Artifact\"},ExtraAttributes:{modifier:\"superior\",id:\"ZOMBIE_ARTIFACT\"}}", - "modver": "1.0.0", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e4508bd9-b77e-3557-82b5-3ae5fada63b3\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzNmYjRlNWRiOTdmNDc5YzY2YTQyYmJkOGE3ZDc4MWRhZjIwMWE4ZGRhZjc3YWZjZjRhZWY4Nzc3OWFhOGI0In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§7Reduces the damage taken from\",1:\"§7§7Zombies by §a15%§7.\",2:\"\",3:\"§9§lRARE ACCESSORY\"],Name:\"§9Zombie Artifact\"},ExtraAttributes:{modifier:\"superior\",id:\"ZOMBIE_ARTIFACT\"}}", + "modver": "1.3-REL", "lore": [ - "§7Strength: §c+4 §8(Superior +4)", - "§7Crit Damage: §c+2% §8(Superior +2%)", - "", "§7Reduces the damage taken from", "§7§7Zombies by §a15%§7.", "", @@ -30,5 +27,6 @@ "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Zombie_Artifact" - ] + ], + "crafttext": "" }
\ No newline at end of file diff --git a/items/ZOMBIE_COMMANDER_BOOTS.json b/items/ZOMBIE_COMMANDER_BOOTS.json new file mode 100644 index 00000000..a9a380a6 --- /dev/null +++ b/items/ZOMBIE_COMMANDER_BOOTS.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§5Zombie Commander Boots", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d116\",1:\"§7Strength: §c+8\",2:\"\",3:\"§7Health: §a+32 HP\",4:\"§7Defense: §a+17\",5:\"§7Intelligence: §a+4\",6:\"\",7:\"§6Full Set Bonus: Training\",8:\"§7Every §950 Zombies killed§7\",9:\"§7gives the wearer §a+5 §c❤\",10:\"§cHealth§7 while wearing the set.\",11:\"§7Max 500.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level 18\",16:\"§5§lEPIC DUNGEON BOOTS\"],color:13963824,Name:\"§5Zombie Commander Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_COMMANDER_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d116", + "§7Strength: §c+8", + "", + "§7Health: §a+32 HP", + "§7Defense: §a+17", + "§7Intelligence: §a+4", + "", + "§6Full Set Bonus: Training", + "§7Every §950 Zombies killed§7", + "§7gives the wearer §a+5 §c❤", + "§cHealth§7 while wearing the set.", + "§7Max 500.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 18", + "§5§lEPIC DUNGEON BOOTS" + ], + "internalname": "ZOMBIE_COMMANDER_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ZOMBIE_COMMANDER_CHESTPLATE.json b/items/ZOMBIE_COMMANDER_CHESTPLATE.json new file mode 100644 index 00000000..9145630f --- /dev/null +++ b/items/ZOMBIE_COMMANDER_CHESTPLATE.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Zombie Commander Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d179\",1:\"§7Strength: §c+8\",2:\"\",3:\"§7Health: §a+59 HP\",4:\"§7Defense: §a+35\",5:\"§7Intelligence: §a+4\",6:\"\",7:\"§6Full Set Bonus: Training\",8:\"§7Every §950 Zombies killed§7\",9:\"§7gives the wearer §a+5 §c❤\",10:\"§cHealth§7 while wearing the set.\",11:\"§7Max 500.\",12:\"\",13:\"§7Zombies Killed: §a0\",14:\"§7Bonus HP: §a0\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§aPerfect 52500 / 52500\",18:\"§7§4❣ §cRequires §aCatacombs Level 18\",19:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:13963824,Name:\"§5Zombie Commander Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_COMMANDER_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d179", + "§7Strength: §c+8", + "", + "§7Health: §a+59 HP", + "§7Defense: §a+35", + "§7Intelligence: §a+4", + "", + "§6Full Set Bonus: Training", + "§7Every §950 Zombies killed§7", + "§7gives the wearer §a+5 §c❤", + "§cHealth§7 while wearing the set.", + "§7Max 500.", + "", + "§7Zombies Killed: §a0", + "§7Bonus HP: §a0", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 18", + "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "ZOMBIE_COMMANDER_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ZOMBIE_COMMANDER_HELMET.json b/items/ZOMBIE_COMMANDER_HELMET.json new file mode 100644 index 00000000..3cd24530 --- /dev/null +++ b/items/ZOMBIE_COMMANDER_HELMET.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:leather_helmet", + "displayname": "§5Zombie Commander Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d133\",1:\"§7Strength: §c+8\",2:\"\",3:\"§7Health: §a+39 HP\",4:\"§7Defense: §a+22\",5:\"§7Intelligence: §a+4\",6:\"\",7:\"§6Full Set Bonus: Training\",8:\"§7Every §950 Zombies killed§7\",9:\"§7gives the wearer §a+5 §c❤\",10:\"§cHealth§7 while wearing the set.\",11:\"§7Max 500.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level 18\",16:\"§5§lEPIC DUNGEON HELMET\"],color:13963824,Name:\"§5Zombie Commander Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_COMMANDER_HELMET\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d133", + "§7Strength: §c+8", + "", + "§7Health: §a+39 HP", + "§7Defense: §a+22", + "§7Intelligence: §a+4", + "", + "§6Full Set Bonus: Training", + "§7Every §950 Zombies killed§7", + "§7gives the wearer §a+5 §c❤", + "§cHealth§7 while wearing the set.", + "§7Max 500.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 18", + "§5§lEPIC DUNGEON HELMET" + ], + "internalname": "ZOMBIE_COMMANDER_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ZOMBIE_COMMANDER_LEGGINGS.json b/items/ZOMBIE_COMMANDER_LEGGINGS.json new file mode 100644 index 00000000..c18c1117 --- /dev/null +++ b/items/ZOMBIE_COMMANDER_LEGGINGS.json @@ -0,0 +1,30 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§5Zombie Commander Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d161\",1:\"§7Strength: §c+8\",2:\"\",3:\"§7Health: §a+51 HP\",4:\"§7Defense: §a+30\",5:\"§7Intelligence: §a+4\",6:\"\",7:\"§6Full Set Bonus: Training\",8:\"§7Every §950 Zombies killed§7\",9:\"§7gives the wearer §a+5 §c❤\",10:\"§cHealth§7 while wearing the set.\",11:\"§7Max 500.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§aPerfect 52500 / 52500\",15:\"§7§4❣ §cRequires §aCatacombs Level 18\",16:\"§5§lEPIC DUNGEON LEGGINGS\"],color:13963824,Name:\"§5Zombie Commander Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_COMMANDER_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d161", + "§7Strength: §c+8", + "", + "§7Health: §a+51 HP", + "§7Defense: §a+30", + "§7Intelligence: §a+4", + "", + "§6Full Set Bonus: Training", + "§7Every §950 Zombies killed§7", + "§7gives the wearer §a+5 §c❤", + "§cHealth§7 while wearing the set.", + "§7Max 500.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 18", + "§5§lEPIC DUNGEON LEGGINGS" + ], + "internalname": "ZOMBIE_COMMANDER_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ZOMBIE_COMMANDER_WHIP.json b/items/ZOMBIE_COMMANDER_WHIP.json new file mode 100644 index 00000000..ab0d4abc --- /dev/null +++ b/items/ZOMBIE_COMMANDER_WHIP.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:fishing_rod", + "displayname": "§5Zombie Commander Whip", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d110 §8(150)\",1:\"§7Damage: §c+65 §8(+102.05)\",2:\"§7Strength: §c+5 §8(+7.85)\",3:\"\",4:\"§6Item Ability: Commander Whip\",5:\"§7Every §91 Zombies killed§7\",6:\"§7during a dungeon run by this\",7:\"§7weapon gives the wearer §a+1 §c❁\",8:\"§cStrength§7.\",9:\"§7Zombies Killed: §a0\",10:\"§7Bonus Strength: §a0\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§aPerfect 52500 / 52500\",14:\"§7§4❣ §cRequires §aCatacombs Level 18\",15:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Zombie Commander Whip\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_COMMANDER_WHIP\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d110 §8(150)", + "§7Damage: §c+65 §8(+102.05)", + "§7Strength: §c+5 §8(+7.85)", + "", + "§6Item Ability: Commander Whip", + "§7Every §91 Zombies killed§7", + "§7during a dungeon run by this", + "§7weapon gives the wearer §a+1 §c❁", + "§cStrength§7.", + "§7Zombies Killed: §a0", + "§7Bonus Strength: §a0", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 18", + "§5§lEPIC DUNGEON SWORD" + ], + "internalname": "ZOMBIE_COMMANDER_WHIP", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Commander_Whip" + ] +}
\ No newline at end of file diff --git a/items/ZOMBIE_GRAVE.json b/items/ZOMBIE_GRAVE.json new file mode 100644 index 00000000..a0a78123 --- /dev/null +++ b/items/ZOMBIE_GRAVE.json @@ -0,0 +1,24 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fZombie Grave", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"5620cf02-d5ac-39b1-a610-efb840ffdb1d\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjAsInByb2ZpbGVJZCI6ImRiYTJmMTE1NmNjMjQwMWJhOWU5YjRkMjdmN2M4OTdkIiwicHJvZmlsZU5hbWUiOiJjb2RlbmFtZV9CIiwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwczovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS82Zjc2MzFhYjdlYjQ5NDFhZDFjMDM4OWQ0ZDA1MWYwOTE4Mjg4YTUyYWRmMGRmNzBhMjc5MTgzYTIyYjEyNTc3In19fQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"§8Halloween Cosmetic\",2:\"\",3:\"§7This exclusive Halloween\",4:\"§7cosmetic can be placed on your\",5:\"§7island or traded.\",6:\"\",7:\"§f§lCOMMON\"],Name:\"§fZombie Grave\"},ExtraAttributes:{id:\"ZOMBIE_GRAVE\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "§8Halloween Cosmetic", + "", + "§7This exclusive Halloween", + "§7cosmetic can be placed on your", + "§7island or traded.", + "", + "§f§lCOMMON" + ], + "internalname": "ZOMBIE_GRAVE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Furniture" + ] +}
\ No newline at end of file diff --git a/items/ZOMBIE_KNIGHT_SWORD.json b/items/ZOMBIE_KNIGHT_SWORD.json index 46b12e58..7d04c3e4 100644 --- a/items/ZOMBIE_KNIGHT_SWORD.json +++ b/items/ZOMBIE_KNIGHT_SWORD.json @@ -1,35 +1,29 @@ { - "internalname": "ZOMBIE_KNIGHT_SWORD", - "itemid": 267, - "displayname": "§6Heroic Zombie Knight Sword", - "clickcommand": "", + "itemid": "minecraft:iron_sword", + "displayname": "§5Zombie Knight Sword", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d123\",1:\"§7Damage: §c+82\",2:\"§7Strength: §c+21\",3:\"\",4:\"§6Full Set Bonus: Zombie Knight\",5:\"§7Gains §c+30❁ §7Strength when\",6:\"§7used with the Zombie Knight\",7:\"§7Armor\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 52500 / 52500\",11:\"§7§4❣ §cRequires §aCatacombs Level 14\",12:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Zombie Knight Sword\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_KNIGHT_SWORD\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d416 §8(589)\",1:\"§7Damage: §c+137 §8(+215.09)\",2:\"§7Strength: §c+76 §8(Heroic +40) §8(+119.32)\",3:\"§7Crit Damage: §c+50% §8(+78.5%)\",4:\"§7Bonus Attack Speed: §c+5% §8(Heroic +5%)\",5:\"\",6:\"§7Intelligence: §a+100 §8(Heroic +100) §8(+157)\",7:\"\",8:\"§9Critical V, §9Execute V\",9:\"§9Experience III, §9First Strike IV\",10:\"§9Giant Killer V, §9Life Steal III\",11:\"§9Looting III, §9Luck V\",12:\"§9Scavenger V, §9Sharpness V\",13:\"§9Vampirism V\",14:\"\",15:\"§6Full Set Bonus: Zombie Knight\",16:\"§7Gains §c+30❁ §7Strength when\",17:\"§7used with the Zombie Knight\",18:\"§7Armor\",19:\"\",20:\"§aPerfect 52500 / 52500\",21:\"§7§4❣ §cRequires §aCatacombs Level\",22:\"§a14\",23:\"§6§lLEGENDARY DUNGEON SWORD\"],Name:\"§6Heroic Zombie Knight Sword\"},ExtraAttributes:{baseStatBoostPercentage:50,modifier:\"heroic\",id:\"ZOMBIE_KNIGHT_SWORD\",enchantments:{luck:5,first_strike:4,critical:5,looting:3,sharpness:5,scavenger:5,experience:3,vampirism:5,execute:5,life_steal:3,giant_killer:5},item_tier:3}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d416 §8(589)", - "§7Damage: §c+137 §8(+215.09)", - "§7Strength: §c+76 §8(Heroic +40) §8(+119.32)", - "§7Crit Damage: §c+50% §8(+78.5%)", - "§7Bonus Attack Speed: §c+5% §8(Heroic +5%)", - "", - "§7Intelligence: §a+100 §8(Heroic +100) §8(+157)", - "", - "§9Critical V, §9Execute V", - "§9Experience III, §9First Strike IV", - "§9Giant Killer V, §9Life Steal III", - "§9Looting III, §9Luck V", - "§9Scavenger V, §9Sharpness V", - "§9Vampirism V", + "§7Gear Score: §d123", + "§7Damage: §c+82", + "§7Strength: §c+21", "", "§6Full Set Bonus: Zombie Knight", "§7Gains §c+30❁ §7Strength when", "§7used with the Zombie Knight", "§7Armor", "", + "§7§8This item can be reforged!", "§aPerfect 52500 / 52500", - "§7§4❣ §cRequires §aCatacombs Level", - "§a14", - "§6§lLEGENDARY DUNGEON SWORD" + "§7§4❣ §cRequires §aCatacombs Level 14", + "§5§lEPIC DUNGEON SWORD" + ], + "internalname": "ZOMBIE_KNIGHT_SWORD", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Knight_Sword" ] }
\ No newline at end of file diff --git a/items/ZOMBIE_LORD_BOOTS.json b/items/ZOMBIE_LORD_BOOTS.json new file mode 100644 index 00000000..23d044e0 --- /dev/null +++ b/items/ZOMBIE_LORD_BOOTS.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:leather_boots", + "displayname": "§5Zombie Lord Boots", + + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d119\",1:\"§7Strength: §c+7\",2:\"\",3:\"§7Health: §a+45 HP\",4:\"§7Defense: §a+19\",5:\"§7Intelligence: §a+7\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+5❁ Strength §7every\",9:\"§7minute spent in the Dungeon.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 52500 / 52500\",13:\"§7§4❣ §cRequires §aCatacombs Level 25\",14:\"§5§lEPIC DUNGEON BOOTS\"],color:10158529,Name:\"§5Zombie Lord Boots\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_BOOTS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d119", + "§7Strength: §c+7", + "", + "§7Health: §a+45 HP", + "§7Defense: §a+19", + "§7Intelligence: §a+7", + "", + "§6Full Set Bonus: Dungeon Lord", + "§7Gains §c+5❁ Strength §7every", + "§7minute spent in the Dungeon.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 25", + "§5§lEPIC DUNGEON BOOTS" + ], + "internalname": "ZOMBIE_LORD_BOOTS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Lord_Armor" + ] +}
\ No newline at end of file diff --git a/items/ZOMBIE_LORD_CHESTPLATE.json b/items/ZOMBIE_LORD_CHESTPLATE.json new file mode 100644 index 00000000..01f385e8 --- /dev/null +++ b/items/ZOMBIE_LORD_CHESTPLATE.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:leather_chestplate", + "displayname": "§5Zombie Lord Chestplate", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d199\",1:\"§7Strength: §c+7\",2:\"\",3:\"§7Health: §a+85 HP\",4:\"§7Defense: §a+39\",5:\"§7Intelligence: §a+7\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+5❁ Strength §7every\",9:\"§7minute spent in the Dungeon.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 52500 / 52500\",13:\"§7§4❣ §cRequires §aCatacombs Level 25\",14:\"§5§lEPIC DUNGEON CHESTPLATE\"],color:10158529,Name:\"§5Zombie Lord Chestplate\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_CHESTPLATE\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d199", + "§7Strength: §c+7", + "", + "§7Health: §a+85 HP", + "§7Defense: §a+39", + "§7Intelligence: §a+7", + "", + "§6Full Set Bonus: Dungeon Lord", + "§7Gains §c+5❁ Strength §7every", + "§7minute spent in the Dungeon.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 25", + "§5§lEPIC DUNGEON CHESTPLATE" + ], + "internalname": "ZOMBIE_LORD_CHESTPLATE", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Lord_Armor" + ] +}
\ No newline at end of file diff --git a/items/ZOMBIE_LORD_HELMET.json b/items/ZOMBIE_LORD_HELMET.json new file mode 100644 index 00000000..04d9db0c --- /dev/null +++ b/items/ZOMBIE_LORD_HELMET.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:leather_helmet", + "displayname": "§5Zombie Lord Helmet", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d142 \",1:\"§7Strength: §c+7 \",2:\"\",3:\"§7Health: §a+56 HP \",4:\"§7Defense: §a+25 \",5:\"§7Intelligence: §a+7 \",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+5❁ Strength §7every\",9:\"§7minute spent in the Dungeon.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 52500 / 52500\",13:\"§7§4❣ §cRequires §aCatacombs Level 25\",14:\"§5§lEPIC DUNGEON HELMET\"],color:10158529,Name:\"§5Zombie Lord Helmet\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_HELMET\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d142 ", + "§7Strength: §c+7 ", + "", + "§7Health: §a+56 HP ", + "§7Defense: §a+25 ", + "§7Intelligence: §a+7 ", + "", + "§6Full Set Bonus: Dungeon Lord", + "§7Gains §c+5❁ Strength §7every", + "§7minute spent in the Dungeon.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 25", + "§5§lEPIC DUNGEON HELMET" + ], + "internalname": "ZOMBIE_LORD_HELMET", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Lord_Armor" + ] +}
\ No newline at end of file diff --git a/items/ZOMBIE_LORD_LEGGINGS.json b/items/ZOMBIE_LORD_LEGGINGS.json new file mode 100644 index 00000000..91089b04 --- /dev/null +++ b/items/ZOMBIE_LORD_LEGGINGS.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:leather_leggings", + "displayname": "§5Zombie Lord Leggings", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d175\",1:\"§7Strength: §c+7\",2:\"\",3:\"§7Health: §a+73 HP\",4:\"§7Defense: §a+33\",5:\"§7Intelligence: §a+7\",6:\"\",7:\"§6Full Set Bonus: Dungeon Lord\",8:\"§7Gains §c+5❁ Strength §7every\",9:\"§7minute spent in the Dungeon.\",10:\"\",11:\"§7§8This item can be reforged!\",12:\"§aPerfect 52500 / 52500\",13:\"§7§4❣ §cRequires §aCatacombs Level 25\",14:\"§5§lEPIC DUNGEON LEGGINGS\"],color:10158529,Name:\"§5Zombie Lord Leggings\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_LORD_LEGGINGS\"}}", + "damage": 0, + "lore": [ + "§7Gear Score: §d175", + "§7Strength: §c+7", + "", + "§7Health: §a+73 HP", + "§7Defense: §a+33", + "§7Intelligence: §a+7", + "", + "§6Full Set Bonus: Dungeon Lord", + "§7Gains §c+5❁ Strength §7every", + "§7minute spent in the Dungeon.", + "", + "§7§8This item can be reforged!", + "§aPerfect 52500 / 52500", + "§7§4❣ §cRequires §aCatacombs Level 25", + "§5§lEPIC DUNGEON LEGGINGS" + ], + "internalname": "ZOMBIE_LORD_LEGGINGS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Lord_Armor" + ] +}
\ No newline at end of file diff --git a/items/ZOMBIE_SOLDIER_CUTLASS.json b/items/ZOMBIE_SOLDIER_CUTLASS.json index 41ac2f39..e72907fd 100644 --- a/items/ZOMBIE_SOLDIER_CUTLASS.json +++ b/items/ZOMBIE_SOLDIER_CUTLASS.json @@ -1,29 +1,29 @@ { - "internalname": "ZOMBIE_SOLDIER_CUTLASS", - "itemid": 267, - "displayname": "§5Spicy Zombie Soldier Cutlass §6✪§6✪§6✪§6✪§6✪", - "clickcommand": "", + "itemid": "minecraft:iron_sword", + "displayname": "§9Zombie Soldier Cutlass", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d283\",1:\"§7Damage: §c+52\",2:\"§7Strength: §c+26\",3:\"§7Bonus Attack Speed: §c+100%\",4:\"\",5:\"§6Item Ability: Love Tap\",6:\"§7Heals you for §c+10❤ Health\",7:\"§c§7when you hit an entity!\",8:\"\",9:\"§7§8This item can be reforged!\",10:\"§aPerfect 35000 / 35000\",11:\"§7§4❣ §cRequires §aCatacombs Level 5\",12:\"§9§lRARE DUNGEON SWORD\"],Name:\"§9Zombie Soldier Cutlass\"},ExtraAttributes:{dungeon_item_level:0,id:\"ZOMBIE_SOLDIER_CUTLASS\"}}", "damage": 0, - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d605 §8(982)\",1:\"§7Damage: §c+90 §8(+175.5)\",2:\"§7Strength: §c+52 §8(Spicy +7) §8(+101.4)\",3:\"§7Crit Chance: §c+1% §8(Spicy +1%) §8(+1.5%)\",4:\"§7Crit Damage: §c+110% §8(Spicy +60%) §8(+214.5%)\",5:\"§7Bonus Attack Speed: §c+157% §8(Spicy +7%) §8(+235.5%)\",6:\"\",7:\"§9Critical V, §9Experience III\",8:\"§9First Strike IV, §9Life Steal III\",9:\"§9Looting III, §9Luck V\",10:\"§9Scavenger V, §9Sharpness V\",11:\"\",12:\"§6Item Ability: Love Tap\",13:\"§7Heals you for §c+10❤ Health\",14:\"§c§7when you hit an entity!\",15:\"\",16:\"§aPerfect 34998 / 35000\",17:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Spicy Zombie Soldier Cutlass §6✪§6✪§6✪§6✪§6✪\"},ExtraAttributes:{baseStatBoostPercentage:50,modifier:\"spicy\",dungeon_item_level:5,item_durability:34998,id:\"ZOMBIE_SOLDIER_CUTLASS\",enchantments:{luck:5,first_strike:4,critical:5,looting:3,sharpness:5,scavenger:5,experience:3,life_steal:3},item_tier:3}}", - "modver": "1.0.0", "lore": [ - "§7Gear Score: §d605 §8(982)", - "§7Damage: §c+90 §8(+175.5)", - "§7Strength: §c+52 §8(Spicy +7) §8(+101.4)", - "§7Crit Chance: §c+1% §8(Spicy +1%) §8(+1.5%)", - "§7Crit Damage: §c+110% §8(Spicy +60%) §8(+214.5%)", - "§7Bonus Attack Speed: §c+157% §8(Spicy +7%) §8(+235.5%)", - "", - "§9Critical V, §9Experience III", - "§9First Strike IV, §9Life Steal III", - "§9Looting III, §9Luck V", - "§9Scavenger V, §9Sharpness V", + "§7Gear Score: §d283", + "§7Damage: §c+52", + "§7Strength: §c+26", + "§7Bonus Attack Speed: §c+100%", "", "§6Item Ability: Love Tap", "§7Heals you for §c+10❤ Health", "§c§7when you hit an entity!", "", - "§aPerfect 34998 / 35000", - "§5§lEPIC DUNGEON SWORD" + "§7§8This item can be reforged!", + "§aPerfect 35000 / 35000", + "§7§4❣ §cRequires §aCatacombs Level 5", + "§9§lRARE DUNGEON SWORD" + ], + "internalname": "ZOMBIE_SOLDIER_CUTLASS", + "crafttext": "", + "clickcommand": "", + "modver": "1.3-REL", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Zombie_Soldier_Cutlass" ] }
\ No newline at end of file diff --git a/items/lCOLOSSAL_EXP_BOTTLE.json b/items/lCOLOSSAL_EXP_BOTTLE.json deleted file mode 100644 index f33b2d24..00000000 --- a/items/lCOLOSSAL_EXP_BOTTLE.json +++ /dev/null @@ -1,26 +0,0 @@ -{ - "itemid": "minecraft:experience_bottle", - "displayname": "§5Colossal Experience Bottle", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Smash it open to receive\",1:\"§7experience!\",2:\"\",3:\"§5§lEPIC\"],Name:\"§5Colossal Experience Bottle\"},ExtraAttributes:{id:\"COLOSSAL_EXP_BOTTLE\"}}", - "damage": 0, - "lore": [ - "§7Smash it open to receive", - "§7experience!", - "", - "§5§lEPIC" - ], - "recipe": { - "A1": "", - "A2": "COLOSSAL_EXP_BOTTLE_UPGRADE:1", - "A3": "", - "B1": "", - "B2": "TITANIC_EXP_BOTTLE:1", - "B3": "", - "C1": "", - "C2": "", - "C3": "" - }, - "internalname": "lCOLOSSAL_EXP_BOTTLE", - "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file diff --git a/items/ngeSHARK_SCALE_HELMET.json b/items/ngeSHARK_SCALE_HELMET.json deleted file mode 100644 index 2d3c5748..00000000 --- a/items/ngeSHARK_SCALE_HELMET.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "itemid": "minecraft:skull", - "displayname": "§6Shark Scale Helmet", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"bafabf7d-16e6-32fb-9720-812419bacc73\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzkwMTE2ZGE1MTRhNzNkZGQ5Mjk1NDkxODUyYWRjNTg4MDA3ZjJhY2Q3ZGUyNjk3ODhhMjEyOGQ4ZTRhNzY0YiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Sea Creature Chance: §c+2.5%\",1:\"\",2:\"§7Health: §a+120 HP\",3:\"§7Defense: §a+120\",4:\"\",5:\"§6Full Set Bonus: Absorb\",6:\"§7§9Doubles§7 your §a❈ Defense§7\",7:\"§7while in water.\",8:\"\",9:\"§6Full Set Bonus: Reflect\",10:\"§7§7Your sharp scales reflect\",11:\"§7§915% §7of damage onto the\",12:\"§7attacker.\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§6§lLEGENDARY HELMET\"],Name:\"§6Shark Scale Helmet\"},ExtraAttributes:{id:\"SHARK_SCALE_HELMET\"}}", - "damage": 3, - "lore": [ - "§7Sea Creature Chance: §c+2.5%", - "", - "§7Health: §a+120 HP", - "§7Defense: §a+120", - "", - "§6Full Set Bonus: Absorb", - "§7§9Doubles§7 your §a❈ Defense§7", - "§7while in water.", - "", - "§6Full Set Bonus: Reflect", - "§7§7Your sharp scales reflect", - "§7§915% §7of damage onto the", - "§7attacker.", - "", - "§7§8This item can be reforged!", - "§6§lLEGENDARY HELMET" - ], - "recipe": { - "A1": "ENCHANTED_SHARK_FIN:1", - "A2": "SPONGE_HELMET:1", - "A3": "ENCHANTED_SHARK_FIN:1", - "B1": "", - "B2": "", - "B3": "", - "C1": "", - "C2": "", - "C3": "" - }, - "internalname": "ngeSHARK_SCALE_HELMET", - "clickcommand": "viewrecipe", - "modver": "1.3-REL" -}
\ No newline at end of file diff --git a/update.json b/update.json index 0895147b..ab373e05 100644 --- a/update.json +++ b/update.json @@ -1,10 +1,10 @@ { - "version": "1.3-REL", - "update_msg": "§7§m§l------------------§6§l[§c§lNEU§6§l]§7§m§l------------------\n§7There is a new version of the mod out! (v{version}).", + "version": "1.5-REL", + "update_msg": "§7§m§l------------------§6§l[§c§lNEU§6§l]§7§m§l------------------\n§7There is a new version of the mod out! (v{version}). Update showcase video: ", "discord_link": "https://discord.gg/spr6ESn", "youtube_link": "https://www.youtube.com/channel/UCPh-OKmRSS3IQi9p6YppLcw", "update_link": "https://github.com/Moulberry/NotEnoughUpdates/releases/", "github_link": "https://github.com/Moulberry/NotEnoughUpdates/", - "other_text": "", - "other_link": "" + "other_text": "Patreon", + "other_link": "https://www.patreon.com/moulberry" }
\ No newline at end of file |