diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-09-05 13:20:07 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-05 13:20:07 +0200 |
commit | 983cf357b3b0d4ef50f900b8e7048c02a59ed909 (patch) | |
tree | afd32d3ba36663157eb0256e668ef80fc7cc6f02 | |
parent | 24d9e83c68d32ef18411ac618f76e1470228c645 (diff) | |
download | NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.tar.gz NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.tar.bz2 NotEnoughUpdates-REPO-983cf357b3b0d4ef50f900b8e7048c02a59ed909.zip |
Fixed horse lvl (#974)
* Fixed horse lvl
* Fixed lore of blade and pet items
* Added more npc's
* Added new skins
* Added jerry npc's
* Fixed cake's and added some year 300 items
* Fixed Salmon hat and dicer
* Added ladder and skin
* Added Tali and Cake Pack
67 files changed, 1034 insertions, 80 deletions
diff --git a/items/ASPECT_OF_THE_JERRY_SIGNATURE.json b/items/ASPECT_OF_THE_JERRY_SIGNATURE.json new file mode 100644 index 00000000..57fd7b94 --- /dev/null +++ b/items/ASPECT_OF_THE_JERRY_SIGNATURE.json @@ -0,0 +1,25 @@ +{ + "itemid": "minecraft:wooden_sword", + "displayname": "§aAspect of the Jerry, Signature Edition", + "nbttag": "{ench:[],Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Damage: §c+2\",1:\"\",2:\"§9Sharpness X\",3:\"§7Increases melee damage dealt by\",4:\"§7§a65%§7.\",5:\"\",6:\"§6Ability: Parley §e§lRIGHT CLICK\",7:\"§7Channel your inner Jerry.\",8:\"§8Cooldown: §a5s\",9:\"\",10:\"§7§8This item can be reforged!\",11:\"§a§lUNCOMMON SWORD\"],Name:\"§aAspect of the Jerry, Signature Edition\"},ExtraAttributes:{id:\"ASPECT_OF_THE_JERRY_SIGNATURE\",enchantments:{sharpness:10}}}", + "damage": 0, + "lore": [ + "§7Damage: §c+2", + "", + "§9Sharpness X", + "§7Increases melee damage dealt by", + "§7§a65%§7.", + "", + "§6Ability: Parley §e§lRIGHT CLICK", + "§7Channel your inner Jerry.", + "§8Cooldown: §a5s", + "", + "§7§8This item can be reforged!", + "§a§lUNCOMMON SWORD" + ], + "internalname": "ASPECT_OF_THE_JERRY_SIGNATURE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/BYLMA_NPC.json b/items/BYLMA_NPC.json new file mode 100644 index 00000000..b3ecb224 --- /dev/null +++ b/items/BYLMA_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Bylma (NPC)", + "nbttag": "{SkullOwner:{Id:\"f2997b4e-0b69-2668-b282-86384912d0fd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzI3ZGIxNTQ0MjJjNjQxNTM3MjA0YTA4M2EwMzQwYmJlNWIzYWIwZWI4ODA5ODgzNDA4ZDJhNzhkZTFlNTkyYSJ9fX0\u003d\"}]},Name:\"f2997b4e-0b69-2668-b282-86384912d0fd\"},display:{Lore:[0:\"\"],Name:\"§9Bylma (NPC)\"},ExtraAttributes:{id:\"BYLMA_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "BYLMA_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -9, + "y": 129, + "z": 59, + "island": "mining_3" +}
\ No newline at end of file diff --git a/items/CAKE_COUNTER.json b/items/CAKE_COUNTER.json new file mode 100644 index 00000000..edcf2254 --- /dev/null +++ b/items/CAKE_COUNTER.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§5Cake Counter", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"62b15714-fea2-36cc-a25d-929b5fbcad59\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzljMjhkYTAxZTAxMjg4MGVhY2MzYWIxZDM0ZDkxNDUzNTdkMmUyZDQ2ZDQyYWEzYjU5ZWRiOTFiMWY3YmQ2ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Counts and displays the number\",3:\"§7of century cakes eaten on your\",4:\"§7island.\",5:\"\",6:\"§5§lEPIC\"],Name:\"§5Cake Counter\"},ExtraAttributes:{id:\"CAKE_COUNTER\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7Counts and displays the number", + "§7of century cakes eaten on your", + "§7island.", + "", + "§5§lEPIC" + ], + "internalname": "CAKE_COUNTER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CARPENTER_NPC.json b/items/CARPENTER_NPC.json new file mode 100644 index 00000000..0b93e88d --- /dev/null +++ b/items/CARPENTER_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Carpenter (NPC)", + "nbttag": "{SkullOwner:{Id:\"11975793-b6fe-2be4-9c5c-039a2f1238a0\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NjOGQyYTVhZjk3NWM1M2NmMDgxYjUzMTU2NjE0OGJhZTM2NjE0MTMxNGIzNWFhNTcyNmU5N2NjOTdlZjExOGIifX19\"}]},Name:\"11975793-b6fe-2be4-9c5c-039a2f1238a0\"},display:{Lore:[0:\"\"],Name:\"§9Carpenter (NPC)\"},ExtraAttributes:{id:\"CARPENTER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "CARPENTER_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 16, + "y": 73, + "z": -21, + "island": "hub" +}
\ No newline at end of file diff --git a/items/CENTURY_TALISMAN.json b/items/CENTURY_TALISMAN.json new file mode 100644 index 00000000..cf42687f --- /dev/null +++ b/items/CENTURY_TALISMAN.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fTalisman of the Century", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d0c12b41-9101-386c-89d2-72662c0607e5\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5MzQzMTY3NDM5MywKICAicHJvZmlsZUlkIiA6ICI4ZjE5NjJmYzE4NzY0MDU3ODYxMmIxMzNjODE4YmY5OSIsCiAgInByb2ZpbGVOYW1lIiA6ICJOaW9uXzkiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNzIwYjc3ZWFhNmJjNGExODNhNjg4OGJhNTJkZjQ4NDE3YTZlMzg1YzNiNDYzYWM0OWI0MGEzYjk2ZTBhNWI3NSIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7What\u0027s better than a party? A\",1:\"§7party with free goodies!\",2:\"\",3:\"§f§lCOMMON ACCESSORY\"],Name:\"§fTalisman of the Century\"},ExtraAttributes:{id:\"CENTURY_TALISMAN\"}}", + "damage": 3, + "lore": [ + "§7What\u0027s better than a party? A", + "§7party with free goodies!", + "", + "§f§lCOMMON ACCESSORY" + ], + "internalname": "CENTURY_TALISMAN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CENTURY_THE_FISH.json b/items/CENTURY_THE_FISH.json new file mode 100644 index 00000000..40aed879 --- /dev/null +++ b/items/CENTURY_THE_FISH.json @@ -0,0 +1,17 @@ +{ + "itemid": "minecraft:fish", + "displayname": "§cCentury the Fish", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7The term \u0027century\u0027 was actually\",1:\"§7named after him, or so he says.\",2:\"\",3:\"§c§lSPECIAL\"],Name:\"§cCentury the Fish\"},ExtraAttributes:{id:\"CENTURY_THE_FISH\"}}", + "damage": 2, + "lore": [ + "§7The term \u0027century\u0027 was actually", + "§7named after him, or so he says.", + "", + "§c§lSPECIAL" + ], + "internalname": "CENTURY_THE_FISH", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/CHARLIE_NPC.json b/items/CHARLIE_NPC.json new file mode 100644 index 00000000..36f71b1d --- /dev/null +++ b/items/CHARLIE_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Charlie (NPC)", + "nbttag": "{SkullOwner:{Id:\"668898e6-7568-23c3-b874-26d290c07015\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzU3NjZlYjA5N2JiNDg2YjNlYTcwN2FjMTMxM2ExYmZmZjg4NDZhMmY1NTQ2MDA4MmNlZjIxMmYxODkxMzBmMWMifX19\"}]},Name:\"668898e6-7568-23c3-b874-26d290c07015\"},display:{Lore:[0:\"\"],Name:\"§9Charlie (NPC)\"},ExtraAttributes:{id:\"CHARLIE_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "CHARLIE_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -286, + "y": 83, + "z": -17, + "island": "foraging_1" +}
\ No newline at end of file diff --git a/items/DIRT_GUY_NPC.json b/items/DIRT_GUY_NPC.json new file mode 100644 index 00000000..52ad2d2f --- /dev/null +++ b/items/DIRT_GUY_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Dirt Guy (NPC)", + "nbttag": "{SkullOwner:{Id:\"a2fa7c0f-b7e4-2044-9a6d-d5cbbcb9c0dd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U2NzA2OWRmOTVjMjFhODZkMDkyYzAyYWJkYmI4YTE5NDYxZjM3MGYyOWMwZDAwMzQwMzdhNzIwOTZhNmExOWMifX19\"}]},Name:\"a2fa7c0f-b7e4-2044-9a6d-d5cbbcb9c0dd\"},display:{Lore:[0:\"\"],Name:\"§9Dirt Guy (NPC)\"},ExtraAttributes:{id:\"DIRT_GUY_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "DIRT_GUY_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 43, + "y": 109, + "z": 175, + "island": "mining_3" +}
\ No newline at end of file diff --git a/items/DYE_PURE_BLUE.json b/items/DYE_PURE_BLUE.json new file mode 100644 index 00000000..95d2929c --- /dev/null +++ b/items/DYE_PURE_BLUE.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§5Pure Blue Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of a leather\",3:\"§7armor piece to §1#0013FF§7!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§5Pure Blue Dye\"},ExtraAttributes:{id:\"DYE_PURE_BLUE\"}}", + "damage": 4, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7Changes the color of a leather", + "§7armor piece to §1#0013FF§7!", + "", + "§5§lEPIC" + ], + "internalname": "DYE_PURE_BLUE", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/DYE_PURE_YELLOW.json b/items/DYE_PURE_YELLOW.json new file mode 100644 index 00000000..ae8fbffd --- /dev/null +++ b/items/DYE_PURE_YELLOW.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:dye", + "displayname": "§5Pure Yellow Dye", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7Changes the color of a leather\",3:\"§7armor piece to §e#FFF700§7!\",4:\"\",5:\"§5§lEPIC\"],Name:\"§5Pure Yellow Dye\"},ExtraAttributes:{id:\"DYE_PURE_YELLOW\"}}", + "damage": 11, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7Changes the color of a leather", + "§7armor piece to §e#FFF700§7!", + "", + "§5§lEPIC" + ], + "internalname": "DYE_PURE_YELLOW", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ENCHANTED_BOOK_BUNDLE_RAINBOW.json b/items/ENCHANTED_BOOK_BUNDLE_RAINBOW.json new file mode 100644 index 00000000..ff5bc5d9 --- /dev/null +++ b/items/ENCHANTED_BOOK_BUNDLE_RAINBOW.json @@ -0,0 +1,23 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aEnchanted Book Bundle", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"daa790f8-7cb4-35a5-9154-1f16217ca2f2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTVkNzI3YjY5Y2EwZjBiMTZmNjU1MDQ3ZTQ4ZmIyYjRkZjEwYWE2NDA2NTExODI3NGQ0ZjlmOGM1YjA1NDQ5NiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§9Rainbow III\",1:\"§7Grants a §a80% §7chance to\",2:\"§7change the color of a sheep when\",3:\"§7shearing it, which will also\",4:\"§7flip it, of course.\",5:\"\",6:\"§7Right-click to open this bundle\",7:\"§7containing §f1 §7enchanted book.\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Book Bundle\"},ExtraAttributes:{id:\"ENCHANTED_BOOK_BUNDLE_RAINBOW\",enchantments:{rainbow:3}}}", + "damage": 3, + "lore": [ + "§9Rainbow III", + "§7Grants a §a80% §7chance to", + "§7change the color of a sheep when", + "§7shearing it, which will also", + "§7flip it, of course.", + "", + "§7Right-click to open this bundle", + "§7containing §f1 §7enchanted book.", + "", + "§a§lUNCOMMON" + ], + "internalname": "ENCHANTED_BOOK_BUNDLE_RAINBOW", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/ENDERMAN_CORTEX_REWRITER.json b/items/ENDERMAN_CORTEX_REWRITER.json index 615451cf..36c1b914 100644 --- a/items/ENDERMAN_CORTEX_REWRITER.json +++ b/items/ENDERMAN_CORTEX_REWRITER.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§6Enderman Cortex Rewriter", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"159dcb01-74e3-382c-87d6-3afa022fb379\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWIwNzU5NGUyZGYyNzM5MjFhNzdjMTAxZDBiZmRmYTExMTVhYmVkNWI5YjIwMjllYjQ5NmNlYmE5YmRiYjRiMyJ9fX0=\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade an\",1:\"§7Enderman pet to §dmythic\",2:\"§d§7rarity.\",3:\"\",4:\"§6§lLEGENDARY\"],Name:\"§f§f§6Enderman Cortex Rewriter\"},ExtraAttributes:{originTag:\"UNKNOWN\",id:\"ENDERMAN_CORTEX_REWRITER\"},AttributeModifiers:[]}", + "displayname": "§6Enderman Cortex Rewriter", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"159dcb01-74e3-382c-87d6-3afa022fb379\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWIwNzU5NGUyZGYyNzM5MjFhNzdjMTAxZDBiZmRmYTExMTVhYmVkNWI5YjIwMjllYjQ5NmNlYmE5YmRiYjRiMyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade an\",1:\"§7Enderman pet to §dMythic\",2:\"§d§7rarity.\",3:\"\",4:\"§6§lLEGENDARY\"],Name:\"§6Enderman Cortex Rewriter\"},ExtraAttributes:{id:\"ENDERMAN_CORTEX_REWRITER\"}}", "damage": 3, "lore": [ "§7Use at Kat to upgrade an", - "§7Enderman pet to §dmythic", + "§7Enderman pet to §dMythic", "§d§7rarity.", "", "§6§lLEGENDARY" @@ -13,7 +13,7 @@ "internalname": "ENDERMAN_CORTEX_REWRITER", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Enderman_Cortex_Rewriter", diff --git a/items/EPOCH_CAKE_AQUA.json b/items/EPOCH_CAKE_AQUA.json index 07ac35f6..2690032b 100644 --- a/items/EPOCH_CAKE_AQUA.json +++ b/items/EPOCH_CAKE_AQUA.json @@ -1,25 +1,32 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aBarry Century Cake", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2cc1775f-3777-39fd-964b-9a604afcf39b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2Y1MGFhM2U3MjI5MjQ3YWE1OTgyNDljODNhZWM0NjJhYjE2NTQ4NjVlMjAxZTY5MjVmNTVmNWRkMzY0M2VjYSJ9fX0=\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §b+5✎ Intelligence §7for\",5:\"§748 hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aBarry Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_AQUA\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2cc1775f-3777-39fd-964b-9a604afcf39b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvN2Y1MGFhM2U3MjI5MjQ3YWE1OTgyNDljODNhZWM0NjJhYjE2NTQ4NjVlMjAxZTY5MjVmNTVmNWRkMzY0M2VjYSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §b+5✎ Intelligence §7for\",10:\"§748 hours.\",11:\"\",12:\"§7Obtained in §fYear 100§7.\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aBarry Century Cake\"},ExtraAttributes:{yearObtained:100,id:\"EPOCH_CAKE_AQUA\"}}", "damage": 3, "lore": [ "§8Furniture", "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", "§7Invite your friends to share a", "§7slice of cake! Eating this cake", "§7grants §b+5✎ Intelligence §7for", "§748 hours.", "", + "§7Obtained in §fYear 100§7.", + "", "§a§lUNCOMMON" ], "internalname": "EPOCH_CAKE_AQUA", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", - "https://wiki.hypixel.net/Barry_Century_Cake" + "https://wiki.hypixel.net/Century_Cake" ] }
\ No newline at end of file diff --git a/items/EPOCH_CAKE_BLACK.json b/items/EPOCH_CAKE_BLACK.json index e8f832fb..87fc54ed 100644 --- a/items/EPOCH_CAKE_BLACK.json +++ b/items/EPOCH_CAKE_BLACK.json @@ -1,25 +1,32 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aCentury Cake of the Next Dungeon Floor", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"2386039f-7645-38f8-a98e-552982a8ba94\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2Mjk0MTc3MCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjQ1OTI3NDZjYzM1NjcyZWUyOWJiM2ExNTNkNzRmN2E1ZDBlNWZlODYxMjcyOWEzNGZhZDI1MmZlNzkwNDI4MyIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §b+1✯ Magic Find §7for 48\",5:\"§7hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aCentury Cake of the Next Dungeon Floor\"},ExtraAttributes:{id:\"EPOCH_CAKE_BLACK\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2386039f-7645-38f8-a98e-552982a8ba94\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2Mjk0MTc3MCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjQ1OTI3NDZjYzM1NjcyZWUyOWJiM2ExNTNkNzRmN2E1ZDBlNWZlODYxMjcyOWEzNGZhZDI1MmZlNzkwNDI4MyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §b+1✯ Magic Find §7for 48\",10:\"§7hours.\",11:\"\",12:\"§7Obtained in §fYear 100§7.\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aCentury Cake of the Next Dungeon Floor\"},ExtraAttributes:{yearObtained:100,id:\"EPOCH_CAKE_BLACK\"}}", "damage": 3, "lore": [ "§8Furniture", "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", "§7Invite your friends to share a", "§7slice of cake! Eating this cake", "§7grants §b+1✯ Magic Find §7for 48", "§7hours.", "", + "§7Obtained in §fYear 100§7.", + "", "§a§lUNCOMMON" ], "internalname": "EPOCH_CAKE_BLACK", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", - "https://wiki.hypixel.net/Century_Cake_Of_The_Next_Dungeon_Floor" + "https://wiki.hypixel.net/Century_Cake" ] }
\ No newline at end of file diff --git a/items/EPOCH_CAKE_BLUE.json b/items/EPOCH_CAKE_BLUE.json index b2d3fb1a..6d3643c6 100644 --- a/items/EPOCH_CAKE_BLUE.json +++ b/items/EPOCH_CAKE_BLUE.json @@ -1,25 +1,32 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aSea Emperor Century Cake", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"4b26b58b-5ef0-3ed8-801f-125322f72f8d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MjkxNzQ0MCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTEyYTI4ZTY5ZGE1ZTQzY2U4ZmRlY2M2YTgyM2M5MmZmZjg0NzE5ZTAxNDdjYWFjNzFjNWM4ZDk5ZGE1NzgxYyIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §3+1α Sea Creature Chance\",5:\"§3§7for 48 hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aSea Emperor Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_BLUE\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"4b26b58b-5ef0-3ed8-801f-125322f72f8d\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MjkxNzQ0MCwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTEyYTI4ZTY5ZGE1ZTQzY2U4ZmRlY2M2YTgyM2M5MmZmZjg0NzE5ZTAxNDdjYWFjNzFjNWM4ZDk5ZGE1NzgxYyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §3+1α Sea Creature Chance\",10:\"§3§7for 48 hours.\",11:\"\",12:\"§7Obtained in §fYear 100§7.\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aSea Emperor Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_BLUE\"}}", "damage": 3, "lore": [ "§8Furniture", "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", "§7Invite your friends to share a", "§7slice of cake! Eating this cake", "§7grants §3+1α Sea Creature Chance", "§3§7for 48 hours.", "", + "§7Obtained in §fYear 100§7.", + "", "§a§lUNCOMMON" ], "internalname": "EPOCH_CAKE_BLUE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", - "https://wiki.hypixel.net/Sea_Emperor_Century_Cake" + "https://wiki.hypixel.net/Century_Cake" ] }
\ No newline at end of file diff --git a/items/EPOCH_CAKE_BROWN.json b/items/EPOCH_CAKE_BROWN.json index 5362731c..37990c06 100644 --- a/items/EPOCH_CAKE_BROWN.json +++ b/items/EPOCH_CAKE_BROWN.json @@ -1,11 +1,16 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aChocolate Century Cake", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2d30523e-71dd-3d8e-87ac-b4f19a3cfdc2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0Nzk1NDY4MzMwMCwKICAicHJvZmlsZUlkIiA6ICJlMmVkYTM1YjMzZGU0M2UxOTVhZmRkNDgxNzQ4ZDlhOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJDaGFsa19SaWNlR0kiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjIzN2NkZmQ3ZDNmMjBlMGY1YjY5N2EyMGM4NTMyNGZiYjdiY2Q0MDllNjUzMzM3Y2NkNWE5Y2U4Y2NhZmMxZCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §6+5☘ Farming Fortune\",5:\"§6§7for 48 hours.\",6:\"\",7:\"§7Obtained in §fYear 200§7.\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§f§f§aChocolate Century Cake\"},ExtraAttributes:{yearObtained:200,id:\"EPOCH_CAKE_BROWN\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"2d30523e-71dd-3d8e-87ac-b4f19a3cfdc2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0Nzk1NDY4MzMwMCwKICAicHJvZmlsZUlkIiA6ICJlMmVkYTM1YjMzZGU0M2UxOTVhZmRkNDgxNzQ4ZDlhOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJDaGFsa19SaWNlR0kiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjIzN2NkZmQ3ZDNmMjBlMGY1YjY5N2EyMGM4NTMyNGZiYjdiY2Q0MDllNjUzMzM3Y2NkNWE5Y2U4Y2NhZmMxZCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §6+5☘ Farming Fortune\",10:\"§6§7for 48 hours.\",11:\"\",12:\"§7Obtained in §fYear 200§7.\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aChocolate Century Cake\"},ExtraAttributes:{yearObtained:200,id:\"EPOCH_CAKE_BROWN\"}}", "damage": 3, "lore": [ "§8Furniture", "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", "§7Invite your friends to share a", "§7slice of cake! Eating this cake", "§7grants §6+5☘ Farming Fortune", @@ -18,10 +23,10 @@ "internalname": "EPOCH_CAKE_BROWN", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", - "https://wiki.hypixel.net/Chocolate_Century_Cake" + "https://wiki.hypixel.net/Century_Cake" ] }
\ No newline at end of file diff --git a/items/EPOCH_CAKE_CYAN.json b/items/EPOCH_CAKE_CYAN.json index 1033ed59..1ac8559c 100644 --- a/items/EPOCH_CAKE_CYAN.json +++ b/items/EPOCH_CAKE_CYAN.json @@ -1,11 +1,16 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aCentury Cake of Hype", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"79b559fb-ee4e-3da3-ab8e-9e1b3f233091\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0Nzk1NDY2NDEyNywKICAicHJvZmlsZUlkIiA6ICI1MTY4ZjZlMjIyM2E0Y2FjYjdiN2QyZjYyZWMxZGFhOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJkZWZfbm90X2FzaCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mYjdjZmJiNmFmNzAwZTQ5YmZkYjYwMjM2OTIwYzUyMjA4NGJiODA4YWI2MTI0NzRmYjFmODNlYTQxMGQ1NDg0IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §6+5☘ Mining Fortune\",5:\"§6§7for 48 hours.\",6:\"\",7:\"§7Obtained in §fYear 200§7.\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§f§f§aCentury Cake of Hype\"},ExtraAttributes:{yearObtained:200,id:\"EPOCH_CAKE_CYAN\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"79b559fb-ee4e-3da3-ab8e-9e1b3f233091\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0Nzk1NDY2NDEyNywKICAicHJvZmlsZUlkIiA6ICI1MTY4ZjZlMjIyM2E0Y2FjYjdiN2QyZjYyZWMxZGFhOSIsCiAgInByb2ZpbGVOYW1lIiA6ICJkZWZfbm90X2FzaCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9mYjdjZmJiNmFmNzAwZTQ5YmZkYjYwMjM2OTIwYzUyMjA4NGJiODA4YWI2MTI0NzRmYjFmODNlYTQxMGQ1NDg0IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §6+5☘ Mining Fortune\",10:\"§6§7for 48 hours.\",11:\"\",12:\"§7Obtained in §fYear 200§7.\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aCentury Cake of Hype\"},ExtraAttributes:{yearObtained:200,id:\"EPOCH_CAKE_CYAN\"}}", "damage": 3, "lore": [ "§8Furniture", "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", "§7Invite your friends to share a", "§7slice of cake! Eating this cake", "§7grants §6+5☘ Mining Fortune", @@ -18,10 +23,10 @@ "internalname": "EPOCH_CAKE_CYAN", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", - "https://wiki.hypixel.net/Century_Cake_Of_Hype" + "https://wiki.hypixel.net/Century_Cake" ] }
\ No newline at end of file diff --git a/items/EPOCH_CAKE_DARK_GREEN.json b/items/EPOCH_CAKE_DARK_GREEN.json new file mode 100644 index 00000000..1f47bd87 --- /dev/null +++ b/items/EPOCH_CAKE_DARK_GREEN.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aUndead ༕ Century Cake", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"ec05855a-8742-3c1b-b2b6-d9a104d01909\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5MjgwNDA3NTczNSwKICAicHJvZmlsZUlkIiA6ICIwYmM5ZDc3YmQ1YTA0NWMzOTY4MWUzYTRhNDIzODZlMyIsCiAgInByb2ZpbGVOYW1lIiA6ICJWaXRvcmlpaW5oYSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMzgzMGQyMzVjOWRlNzAzOTQ2ODY0YzI4MWY0MmY5ZDQ1NjQ3NjkxZWUzNTNmYmJiMDcyMjcxNzcwNmI4YmRhIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §4+1♨ Vitality §7for 48\",10:\"§7hours.\",11:\"\",12:\"§7Obtained in §fYear 300§7.\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aUndead ༕ Century Cake\"},ExtraAttributes:{yearObtained:300,id:\"EPOCH_CAKE_DARK_GREEN\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", + "§7Invite your friends to share a", + "§7slice of cake! Eating this cake", + "§7grants §4+1♨ Vitality §7for 48", + "§7hours.", + "", + "§7Obtained in §fYear 300§7.", + "", + "§a§lUNCOMMON" + ], + "internalname": "EPOCH_CAKE_DARK_GREEN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", + "https://wiki.hypixel.net/Century_Cake" + ] +}
\ No newline at end of file diff --git a/items/EPOCH_CAKE_GRAY.json b/items/EPOCH_CAKE_GRAY.json new file mode 100644 index 00000000..c352ca9e --- /dev/null +++ b/items/EPOCH_CAKE_GRAY.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§aNot-a-lie Century Cake", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"6e9f188c-bc62-3896-bcf2-3d9e38661da2\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5MjgwMzkwNTI0NSwKICAicHJvZmlsZUlkIiA6ICIzNTE2NjhhMTk5MmM0ZGZlOWRkNmY5NTUxNWFkNzVmNyIsCiAgInByb2ZpbGVOYW1lIiA6ICJCbHVlX1BrIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2Q0MGY5Mjk5NTA4Mzg3NjE4Y2ZhZDZkYjM1YzlmNmQ4MDdjNDkzMzdkMzMzZDZlYzNiMTNkOWU4N2QwZDQ4OGYiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §f+1❂ True Defense §7for\",10:\"§748 hours.\",11:\"\",12:\"§7Obtained in §fYear 300§7.\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aNot-a-lie Century Cake\"},ExtraAttributes:{yearObtained:300,id:\"EPOCH_CAKE_GRAY\"}}", + "damage": 3, + "lore": [ + "§8Furniture", + "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", + "§7Invite your friends to share a", + "§7slice of cake! Eating this cake", + "§7grants §f+1❂ True Defense §7for", + "§748 hours.", + "", + "§7Obtained in §fYear 300§7.", + "", + "§a§lUNCOMMON" + ], + "internalname": "EPOCH_CAKE_GRAY", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "WIKI_URL", + "info": [ + "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", + "https://wiki.hypixel.net/Century_Cake" + ] +}
\ No newline at end of file diff --git a/items/EPOCH_CAKE_GREEN.json b/items/EPOCH_CAKE_GREEN.json index 7c2dfd16..fcf2eaa0 100644 --- a/items/EPOCH_CAKE_GREEN.json +++ b/items/EPOCH_CAKE_GREEN.json @@ -1,25 +1,32 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aPet Rock Century Cake", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"e3f23a25-7c76-3d6b-b0b0-6d6e52acb053\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MzAxNjEwOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE3YmZhODBhODVlNzA3ZWVkZjk0NWI4ODkwNTk0MmY1Zjc3OTVlYTUyNjRkNjkyYTIyZTcwN2ZjNTc3YTg4YiIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §a+3❈ Defense §7for 48\",5:\"§7hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aPet Rock Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_GREEN\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e3f23a25-7c76-3d6b-b0b0-6d6e52acb053\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MzAxNjEwOSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYmE3YmZhODBhODVlNzA3ZWVkZjk0NWI4ODkwNTk0MmY1Zjc3OTVlYTUyNjRkNjkyYTIyZTcwN2ZjNTc3YTg4YiIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §a+3❈ Defense §7for 48\",10:\"§7hours.\",11:\"\",12:\"§7Obtained in §fYear 300§7.\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aPet Rock Century Cake\"},ExtraAttributes:{yearObtained:300,id:\"EPOCH_CAKE_GREEN\"}}", "damage": 3, "lore": [ "§8Furniture", "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", "§7Invite your friends to share a", "§7slice of cake! Eating this cake", "§7grants §a+3❈ Defense §7for 48", "§7hours.", "", + "§7Obtained in §fYear 300§7.", + "", "§a§lUNCOMMON" ], "internalname": "EPOCH_CAKE_GREEN", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", - "https://wiki.hypixel.net/Pet_Rock_Century_Cake" + "https://wiki.hypixel.net/Century_Cake" ] }
\ No newline at end of file diff --git a/items/EPOCH_CAKE_ORANGE.json b/items/EPOCH_CAKE_ORANGE.json index 4ecc1133..cb92fef1 100644 --- a/items/EPOCH_CAKE_ORANGE.json +++ b/items/EPOCH_CAKE_ORANGE.json @@ -1,25 +1,32 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aLatest Update Century Cake", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f3116099-dcac-3219-ba49-dde4671546cf\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MzA0MzI2NywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjU4Y2QyNzUwODg0NDcxYzA4MzYzNDMzNDNlYzZlMTg4MjI5ZGEwNTRlZjM2NzEwMTNhZThkNDNkNmIwMjU0OCIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §c+2⫽ Ferocity §7for 48\",5:\"§7hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aLatest Update Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_ORANGE\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f3116099-dcac-3219-ba49-dde4671546cf\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MzA0MzI2NywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZjU4Y2QyNzUwODg0NDcxYzA4MzYzNDMzNDNlYzZlMTg4MjI5ZGEwNTRlZjM2NzEwMTNhZThkNDNkNmIwMjU0OCIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §c+2⫽ Ferocity §7for 48\",10:\"§7hours.\",11:\"\",12:\"§7Obtained in §fYear 100§7.\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aLatest Update Century Cake\"},ExtraAttributes:{yearObtained:100,id:\"EPOCH_CAKE_ORANGE\"}}", "damage": 3, "lore": [ "§8Furniture", "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", "§7Invite your friends to share a", "§7slice of cake! Eating this cake", "§7grants §c+2⫽ Ferocity §7for 48", "§7hours.", "", + "§7Obtained in §fYear 100§7.", + "", "§a§lUNCOMMON" ], "internalname": "EPOCH_CAKE_ORANGE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", - "https://wiki.hypixel.net/Latest_Update_Century_Cake" + "https://wiki.hypixel.net/Century_Cake" ] }
\ No newline at end of file diff --git a/items/EPOCH_CAKE_PINK.json b/items/EPOCH_CAKE_PINK.json index 0743ce65..13129413 100644 --- a/items/EPOCH_CAKE_PINK.json +++ b/items/EPOCH_CAKE_PINK.json @@ -1,25 +1,32 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aCrab-Colored Century Cake", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"62b15714-fea2-36cc-a25d-929b5fbcad59\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzljMjhkYTAxZTAxMjg4MGVhY2MzYWIxZDM0ZDkxNDUzNTdkMmUyZDQ2ZDQyYWEzYjU5ZWRiOTFiMWY3YmQ2ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §c+10❤ Health §7for 48\",5:\"§7hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aCrab-Colored Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_PINK\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"62b15714-fea2-36cc-a25d-929b5fbcad59\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzljMjhkYTAxZTAxMjg4MGVhY2MzYWIxZDM0ZDkxNDUzNTdkMmUyZDQ2ZDQyYWEzYjU5ZWRiOTFiMWY3YmQ2ZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §c+10❤ Health §7for 48\",10:\"§7hours.\",11:\"\",12:\"§7Obtained in §fYear 200§7.\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aCrab-Colored Century Cake\"},ExtraAttributes:{yearObtained:200,id:\"EPOCH_CAKE_PINK\"}}", "damage": 3, "lore": [ "§8Furniture", "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", "§7Invite your friends to share a", "§7slice of cake! Eating this cake", "§7grants §c+10❤ Health §7for 48", "§7hours.", "", + "§7Obtained in §fYear 200§7.", + "", "§a§lUNCOMMON" ], "internalname": "EPOCH_CAKE_PINK", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", "https://wiki.hypixel.net/Century_Cake" ] -} +}
\ No newline at end of file diff --git a/items/EPOCH_CAKE_PURPLE.json b/items/EPOCH_CAKE_PURPLE.json index 1b835adc..8fa0e6cf 100644 --- a/items/EPOCH_CAKE_PURPLE.json +++ b/items/EPOCH_CAKE_PURPLE.json @@ -1,25 +1,32 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§5Streamer's Century Cake", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"764ea110-5a82-3d5a-becf-2bd4ffa50022\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MzE4Mzk3NiwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjVkOTI0M2M2MWUyYzNlMWUwZjk5MzE4NDNjYWRiZDBkZmY0YTY0NjIyNWVmNTRjNTU3OTc5Y2YzOWJiMjA1NyIKICAgIH0KICB9Cn0=\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §d+1♣ Pet Luck §7for 48\",5:\"§7hours.\",6:\"\",7:\"§5§lEPIC\"],Name:\"§f§f§5Streamer's Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_PURPLE\"},AttributeModifiers:[]}", + "displayname": "§f§f§5Streamer\u0027s Century Cake", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"764ea110-5a82-3d5a-becf-2bd4ffa50022\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MzE4Mzk3NiwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMjVkOTI0M2M2MWUyYzNlMWUwZjk5MzE4NDNjYWRiZDBkZmY0YTY0NjIyNWVmNTRjNTU3OTc5Y2YzOWJiMjA1NyIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §d+1♣ Pet Luck §7for 48\",10:\"§7hours.\",11:\"\",12:\"§7Obtained in §fYear 200§7.\",13:\"\",14:\"§5§lEPIC\"],Name:\"§f§f§5Streamer\u0027s Century Cake\"},ExtraAttributes:{yearObtained:200,id:\"EPOCH_CAKE_PURPLE\"}}", "damage": 3, "lore": [ "§8Furniture", "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", "§7Invite your friends to share a", "§7slice of cake! Eating this cake", "§7grants §d+1♣ Pet Luck §7for 48", "§7hours.", "", + "§7Obtained in §fYear 200§7.", + "", "§5§lEPIC" ], "internalname": "EPOCH_CAKE_PURPLE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", - "https://wiki.hypixel.net/Streamer's_Century_Cake" + "https://wiki.hypixel.net/Century_Cake" ] }
\ No newline at end of file diff --git a/items/EPOCH_CAKE_RED.json b/items/EPOCH_CAKE_RED.json index df8c9f49..5e5088b4 100644 --- a/items/EPOCH_CAKE_RED.json +++ b/items/EPOCH_CAKE_RED.json @@ -1,25 +1,32 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aaPunch Century Cake", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"8293fe78-9dc2-38b0-ad3e-fbc518903a4f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTQwOWJkOTYwN2Y0YzFkNjk0ZjYyNTNjOGI2NzFkMDkyZjhiMTZjYTdmNjZlYmZkNjdlZjlkODY0MDI0Nzc0YiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §c+2❁ Strength §7for 48\",5:\"§7hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aaPunch Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_RED\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8293fe78-9dc2-38b0-ad3e-fbc518903a4f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTQwOWJkOTYwN2Y0YzFkNjk0ZjYyNTNjOGI2NzFkMDkyZjhiMTZjYTdmNjZlYmZkNjdlZjlkODY0MDI0Nzc0YiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §c+2❁ Strength §7for 48\",10:\"§7hours.\",11:\"\",12:\"§7Obtained in §fYear 200§7.\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aaPunch Century Cake\"},ExtraAttributes:{yearObtained:200,id:\"EPOCH_CAKE_RED\"}}", "damage": 3, "lore": [ "§8Furniture", "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", "§7Invite your friends to share a", "§7slice of cake! Eating this cake", "§7grants §c+2❁ Strength §7for 48", "§7hours.", "", + "§7Obtained in §fYear 200§7.", + "", "§a§lUNCOMMON" ], "internalname": "EPOCH_CAKE_RED", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", "https://wiki.hypixel.net/Century_Cake" ] -} +}
\ No newline at end of file diff --git a/items/EPOCH_CAKE_WHITE.json b/items/EPOCH_CAKE_WHITE.json index efea892e..579b9140 100644 --- a/items/EPOCH_CAKE_WHITE.json +++ b/items/EPOCH_CAKE_WHITE.json @@ -1,11 +1,16 @@ { "itemid": "minecraft:skull", - "displayname": "§aCloudy Century Cake", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"25d054a1-79fe-3c57-a36a-7bd3349c72e4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0Nzk1NDY0ODIwMCwKICAicHJvZmlsZUlkIiA6ICI4Zjk3NzhmNWVhMTY0MDVmOWEwMDM0YjU4YjljMWM2MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJ1bm5hbWVkYXV0aG9yIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2JhMGE1YjUxMGE4ZDgyNGZmNDkxMGNhNWIyNjk4YWEzZDAzMGY4Mzc4MTBlOGQ3ZjBiYmNhOGNmMDZjZTIwMjMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §6+5☘ Foraging Fortune\",5:\"§6§7for 48 hours.\",6:\"\",7:\"§7Obtained in §fYear 200§7.\",8:\"\",9:\"§a§lUNCOMMON\"],Name:\"§aCloudy Century Cake\"},ExtraAttributes:{yearObtained:200,id:\"EPOCH_CAKE_WHITE\"}}", + "displayname": "§f§f§aCloudy Century Cake", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"25d054a1-79fe-3c57-a36a-7bd3349c72e4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY0Nzk1NDY0ODIwMCwKICAicHJvZmlsZUlkIiA6ICI4Zjk3NzhmNWVhMTY0MDVmOWEwMDM0YjU4YjljMWM2MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJ1bm5hbWVkYXV0aG9yIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2JhMGE1YjUxMGE4ZDgyNGZmNDkxMGNhNWIyNjk4YWEzZDAzMGY4Mzc4MTBlOGQ3ZjBiYmNhOGNmMDZjZTIwMjMiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §6+5☘ Foraging Fortune\",10:\"§6§7for 48 hours.\",11:\"\",12:\"§7Obtained in §fYear 200§7.\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aCloudy Century Cake\"},ExtraAttributes:{yearObtained:200,id:\"EPOCH_CAKE_WHITE\"}}", "damage": 3, "lore": [ "§8Furniture", "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", "§7Invite your friends to share a", "§7slice of cake! Eating this cake", "§7grants §6+5☘ Foraging Fortune", @@ -18,10 +23,10 @@ "internalname": "EPOCH_CAKE_WHITE", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", - "https://wiki.hypixel.net/Cloudy_Century_Cake" + "https://wiki.hypixel.net/Century_Cake" ] }
\ No newline at end of file diff --git a/items/EPOCH_CAKE_YELLOW.json b/items/EPOCH_CAKE_YELLOW.json index c6d37fe7..3c816708 100644 --- a/items/EPOCH_CAKE_YELLOW.json +++ b/items/EPOCH_CAKE_YELLOW.json @@ -1,25 +1,32 @@ { "itemid": "minecraft:skull", "displayname": "§f§f§aPotato-Style Century Cake", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"450fb2bc-6268-3aee-b02d-84b50b02250b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MzA2OTkwNywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTI1NTg4OTk5YjY3NGIzOTlhMTk4MGEyNWQ5Y2EzMjM2MzlkMDMzZTNmODUwNDBjMWRlN2ZmYjQyOGJjYTA5NSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Invite your friends to share a\",3:\"§7slice of cake! Eating this cake\",4:\"§7grants §f+10✦ Speed §7for 48\",5:\"§7hours.\",6:\"\",7:\"§a§lUNCOMMON\"],Name:\"§f§f§aPotato-Style Century Cake\"},ExtraAttributes:{id:\"EPOCH_CAKE_YELLOW\"},AttributeModifiers:[]}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"450fb2bc-6268-3aee-b02d-84b50b02250b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYwNDQ2MzA2OTkwNywKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3NDk0MDBjOTA5MGQ1NDM0ZDAzODMxYiIsCiAgInByb2ZpbGVOYW1lIiA6ICJNZWdha2xvb24iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTI1NTg4OTk5YjY3NGIzOTlhMTk4MGEyNWQ5Y2EzMjM2MzlkMDMzZTNmODUwNDBjMWRlN2ZmYjQyOGJjYTA5NSIKICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Furniture\",1:\"\",2:\"§7Furniture can be placed on your\",3:\"§7world. Some furniture is\",4:\"§7interactable while some are\",5:\"§7purely cosmetic.\",6:\"\",7:\"§7Invite your friends to share a\",8:\"§7slice of cake! Eating this cake\",9:\"§7grants §f+10✦ Speed §7for 48\",10:\"§7hours.\",11:\"\",12:\"§7Obtained in §fYear 300§7.\",13:\"\",14:\"§a§lUNCOMMON\"],Name:\"§f§f§aPotato-Style Century Cake\"},ExtraAttributes:{yearObtained:300,id:\"EPOCH_CAKE_YELLOW\"}}", "damage": 3, "lore": [ "§8Furniture", "", + "§7Furniture can be placed on your", + "§7world. Some furniture is", + "§7interactable while some are", + "§7purely cosmetic.", + "", "§7Invite your friends to share a", "§7slice of cake! Eating this cake", "§7grants §f+10✦ Speed §7for 48", "§7hours.", "", + "§7Obtained in §fYear 300§7.", + "", "§a§lUNCOMMON" ], "internalname": "EPOCH_CAKE_YELLOW", "crafttext": "", "clickcommand": "", - "modver": "1.5-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Century_Cake", "https://wiki.hypixel.net/Century_Cake" ] -} +}
\ No newline at end of file diff --git a/items/FARMER_NPC.json b/items/FARMER_NPC.json new file mode 100644 index 00000000..8139844a --- /dev/null +++ b/items/FARMER_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Farmer (NPC)", + "nbttag": "{SkullOwner:{Id:\"99b7429d-2de8-2de6-9029-0e72822c4845\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ1MjMyYThlODVhNjc1MDgzNmM1ZGZiYzM0MDRjM2FiMzE0NTM0OTYyMGYwYmM1MjA4ZGVkYjE2YmI0YzQ4MzAifX19\"}]},Name:\"99b7429d-2de8-2de6-9029-0e72822c4845\"},display:{Lore:[0:\"\"],Name:\"§9Farmer (NPC)\"},ExtraAttributes:{id:\"FARMER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "FARMER_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 45, + "y": 73, + "z": -162, + "island": "hub" +}
\ No newline at end of file diff --git a/items/FROSTY_NPC.json b/items/FROSTY_NPC.json new file mode 100644 index 00000000..be99fe36 --- /dev/null +++ b/items/FROSTY_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Frosty (NPC)", + "nbttag": "{SkullOwner:{Id:\"6301d62a-e245-2d69-8523-559a1e79cc5c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2UxNmY5NmM3NTZkZWZlZTYzOTA4OWI3MDI5MDE0MzEwNzI0ZGYwZWYzMGM3NTEwZjJkNzJhYzllMGRhY2Y3ZDMifX19\"}]},Name:\"6301d62a-e245-2d69-8523-559a1e79cc5c\"},display:{Lore:[0:\"\"],Name:\"§9Frosty (NPC)\"},ExtraAttributes:{id:\"FROSTY_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "FROSTY_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -1, + "y": 77, + "z": 93, + "island": "winter" +}
\ No newline at end of file diff --git a/items/FRUIT_BOWL.json b/items/FRUIT_BOWL.json new file mode 100644 index 00000000..1ac93174 --- /dev/null +++ b/items/FRUIT_BOWL.json @@ -0,0 +1,35 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Fruit Bowl", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fda93d5d-ed04-3098-b898-182f8ee4d99b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOWExOGFmNjY1Zjg2NTJmMWJlM2FkY2I3ZDc2ZTZlZTY0MzlkMjBhZTAxOGU5ZWRjY2UzODk0YmY1MTM1MGVhZCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Click on a player while holding\",1:\"§7this item to add the name of\",2:\"§7their profile to this item.\",3:\"\",4:\"§7Find one of each default profile\",5:\"§7name to reset this item and\",6:\"§7permanently gain §3+1☯ Farming\",7:\"§3Wisdom §7and §6250,000 Coins§7.\",8:\"\",9:\"§7Names missing:\",10:\"§7§bApple§7, §bBanana§7, §bBlueberry§7,\",11:\"§7§bCucumber§7, §bCoconut§7, §bGrapes§7,\",12:\"§7§bKiwi§7, §bLemon§7, §bLime§7,\",13:\"§7§bMango§7, §bOrange§7, §bPapaya§7,\",14:\"§7§bPineapple§7, §bPeach§7, §bPear§7,\",15:\"§7§bPomegranate§7, §bRaspberry§7,\",16:\"§7§bStrawberry§7, §bTomato§7,\",17:\"§7§bWatermelon§7, §bZucchini.\",18:\"\",19:\"§8May only gain the bonus once!\",20:\"\",21:\"§9§lRARE\"],Name:\"§9Fruit Bowl\"},ExtraAttributes:{id:\"FRUIT_BOWL\"}}", + "damage": 3, + "lore": [ + "§7Click on a player while holding", + "§7this item to add the name of", + "§7their profile to this item.", + "", + "§7Find one of each default profile", + "§7name to reset this item and", + "§7permanently gain §3+1☯ Farming", + "§3Wisdom §7and §6250,000 Coins§7.", + "", + "§7Names missing:", + "§7§bApple§7, §bBanana§7, §bBlueberry§7,", + "§7§bCucumber§7, §bCoconut§7, §bGrapes§7,", + "§7§bKiwi§7, §bLemon§7, §bLime§7,", + "§7§bMango§7, §bOrange§7, §bPapaya§7,", + "§7§bPineapple§7, §bPeach§7, §bPear§7,", + "§7§bPomegranate§7, §bRaspberry§7,", + "§7§bStrawberry§7, §bTomato§7,", + "§7§bWatermelon§7, §bZucchini.", + "", + "§8May only gain the bonus once!", + "", + "§9§lRARE" + ], + "internalname": "FRUIT_BOWL", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/FULL_CENTURY_CAKE_PACK.json b/items/FULL_CENTURY_CAKE_PACK.json new file mode 100644 index 00000000..ae6bc53e --- /dev/null +++ b/items/FULL_CENTURY_CAKE_PACK.json @@ -0,0 +1,19 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dComplete Century Cake Bundle", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"e59af2ff-ead2-3ee5-ba92-3b9c8c60ff23\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNGJkM2M5NWNkMDQ4NTkxN2YxNDljM2NiZTk2MDJjYTViNmIwMjYwY2I2ZTMwMzE1Mzg1M2FiOTM4ZTRhMDViYyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Consume to unwrap a century cake\",1:\"§7of §devery color§7!\",2:\"\",3:\"§eRight-click to consume!\",4:\"\",5:\"§d§lMYTHIC\"],Name:\"§dComplete Century Cake Bundle\"},ExtraAttributes:{id:\"FULL_CENTURY_CAKE_PACK\"}}", + "damage": 3, + "lore": [ + "§7Consume to unwrap a century cake", + "§7of §devery color§7!", + "", + "§eRight-click to consume!", + "", + "§d§lMYTHIC" + ], + "internalname": "FULL_CENTURY_CAKE_PACK", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GARY_NPC.json b/items/GARY_NPC.json new file mode 100644 index 00000000..6f1b04bf --- /dev/null +++ b/items/GARY_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Gary (NPC)", + "nbttag": "{SkullOwner:{Id:\"f062ba5e-4ba6-2ffe-9d8c-4c5e5623b55c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2IwZTJlZjhiNDdkNjNkYmEzNzU1ODgxMTgxOGQxY2I2MjkzYWQwZTMyODRjMDIwNTFjY2ZjNGQ5MTE4MzliYmYifX19\"}]},Name:\"f062ba5e-4ba6-2ffe-9d8c-4c5e5623b55c\"},display:{Lore:[0:\"\"],Name:\"§9Gary (NPC)\"},ExtraAttributes:{id:\"GARY_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "GARY_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 54, + "y": 104, + "z": 57, + "island": "winter" +}
\ No newline at end of file diff --git a/items/GOLDEN_ANCIENT_EGG_FLUX.json b/items/GOLDEN_ANCIENT_EGG_FLUX.json new file mode 100644 index 00000000..085e9eea --- /dev/null +++ b/items/GOLDEN_ANCIENT_EGG_FLUX.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dGolden Turtle Egg Power Orb Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"48106ae0-58fb-3893-8e4c-b9d64dce47e5\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5MzU3MzE4NDk1NywKICAicHJvZmlsZUlkIiA6ICIxNGEwNThiNDc0NzE0ZTY2YjFhMTRmNDY3MDNlOWY3NCIsCiAgInByb2ZpbGVOYW1lIiA6ICJFaW5tZXJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZmNzFhZmQ4N2Y3ZDJlZGRkMjZmNDM1MWI5MTU2MzU2NzQzNDE4YzM0ZDEzNDhjOWIzYzVhZmI5OWM2YjgzMzkiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7§8Combinable in Anvil\",1:\"\",2:\"§7§7Item skins give your gear a\",3:\"§7fresh new look! Apply them just\",4:\"§7like an enchant book using the\",5:\"§7anvil.\",6:\"\",7:\"§7§7This skin can be applied to\",8:\"§7§aRadiant Power Orb§7, §9Mana\",9:\"§9Flux Power Orb§7, §5Overflux\",10:\"§5Power Orb§7, and §6Plasmaflux\",11:\"§6Power Orb§7.\",12:\"\",13:\"§7§aThis skin is animated!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dGolden Turtle Egg Power Orb Skin\"},ExtraAttributes:{id:\"GOLDEN_ANCIENT_EGG_FLUX\"},AttributeModifiers:[]}", + "damage": 3, + "lore": [ + "§7§8Combinable in Anvil", + "", + "§7§7Item skins give your gear a", + "§7fresh new look! Apply them just", + "§7like an enchant book using the", + "§7anvil.", + "", + "§7§7This skin can be applied to", + "§7§aRadiant Power Orb§7, §9Mana", + "§9Flux Power Orb§7, §5Overflux", + "§5Power Orb§7, and §6Plasmaflux", + "§6Power Orb§7.", + "", + "§7§aThis skin is animated!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "GOLDEN_ANCIENT_EGG_FLUX", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/GUBER_NPC.json b/items/GUBER_NPC.json new file mode 100644 index 00000000..677b554f --- /dev/null +++ b/items/GUBER_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Guber (NPC)", + "nbttag": "{SkullOwner:{Id:\"bbb39f44-f818-2319-8de6-403bdfa13e19\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzhmY2M1M2E4NjBjNGQ2MjFiYjc1ZmM4NmI5N2IxMmNiM2Q2ZDk3N2Y4ZWI5ODNlNzQ1OGY1ZTI2MWIzZDEyNzkifX19\"}]},Name:\"bbb39f44-f818-2319-8de6-403bdfa13e19\"},display:{Lore:[0:\"\"],Name:\"§9Guber (NPC)\"},ExtraAttributes:{id:\"GUBER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "GUBER_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -494, + "y": 122, + "z": -241, + "island": "combat_3" +}
\ No newline at end of file diff --git a/items/GULLIVER_NPC.json b/items/GULLIVER_NPC.json new file mode 100644 index 00000000..a049f808 --- /dev/null +++ b/items/GULLIVER_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Gulliver (NPC)", + "nbttag": "{SkullOwner:{Id:\"554742a1-1d83-24de-8a46-8bf71ca70e7a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzg3NzkxYWNkNDg2OGI1ZjJiMmMxNzU2YWY5M2I1M2RlMTIwYmRmNzMyYjA1NmJhZDYwMjcyNjVkYmIxMTM1ZjUifX19\"}]},Name:\"554742a1-1d83-24de-8a46-8bf71ca70e7a\"},display:{Lore:[0:\"\"],Name:\"§9Gulliver (NPC)\"},ExtraAttributes:{id:\"GULLIVER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "GULLIVER_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 69, + "y": 106, + "z": 34, + "island": "winter" +}
\ No newline at end of file diff --git a/items/GUSTAVE_NPC.json b/items/GUSTAVE_NPC.json new file mode 100644 index 00000000..76cddc06 --- /dev/null +++ b/items/GUSTAVE_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Gustave (NPC)", + "nbttag": "{SkullOwner:{Id:\"697a1de2-fc47-2e14-8823-ebac53ee20d1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2NmYWZlNmY1MDE0YzUyYzBlOTczNTkyOTg0OTA2YWUxZDE5ZTgxMDVlMmRjZmQ3ZWFjYmUwMWVmODdjZTMyMGMifX19\"}]},Name:\"697a1de2-fc47-2e14-8823-ebac53ee20d1\"},display:{Lore:[0:\"\"],Name:\"§9Gustave (NPC)\"},ExtraAttributes:{id:\"GUSTAVE_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "GUSTAVE_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -385, + "y": 90, + "z": 56, + "island": "foraging_1" +}
\ No newline at end of file diff --git a/items/HENDRICK_NPC.json b/items/HENDRICK_NPC.json new file mode 100644 index 00000000..a2b1da06 --- /dev/null +++ b/items/HENDRICK_NPC.json @@ -0,0 +1,18 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Hendrik (NPC)", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9a6bc928-392b-2702-8855-99447d45880d\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2YwNWZiMWJmMjIyNTQxNjg3ZjI2ZDAwY2RiNjQyODVlZGQ1Mzk2YzVlMjliNjU3NmU0ZWIxMWRlYTI4MDI2N2YifX19\"}]},Name:\"9a6bc928-392b-2702-8855-99447d45880d\"},display:{Lore:[0:\"\"],Name:\"§9Hendrik (NPC)\"},ExtraAttributes:{id:\"HENDRICK_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "HENDRICK_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 17, + "y": 63, + "z": -30, + "island": "winter", + "crafttext": "", + "infoType": "" +}
\ No newline at end of file diff --git a/items/HORSE;2.json b/items/HORSE;2.json index a6ec7920..c3dd7595 100644 --- a/items/HORSE;2.json +++ b/items/HORSE;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1] §9Horse", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e317c8a-0a4e-3133-9232-83b57d9a784e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzZmY2QzZWMzYmM4NGJhZmI0MTIzZWE0Nzk0NzFmOWQyZjQyZDhmYjljNWYxMWNmNWY0ZTBkOTMyMjYifX19\"}]}},display:{Lore:[0:\"§8Combat Mount\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Ridable\",6:\"§7§7Right-click your summoned pet\",7:\"§7to ride it!\",8:\"\",9:\"§6Run\",10:\"§7§7Increases the speed of your\",11:\"§7mount by §a{0}%§7.\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§9§lRARE\"],Name:\"§f§f§7[Lvl 1] §9Horse\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HORSE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"HORSE;2\"}}", + "displayname": "§f§f§7[Lvl {LVL}] §9Horse", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e317c8a-0a4e-3133-9232-83b57d9a784e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzZmY2QzZWMzYmM4NGJhZmI0MTIzZWE0Nzk0NzFmOWQyZjQyZDhmYjljNWYxMWNmNWY0ZTBkOTMyMjYifX19\"}]}},display:{Lore:[0:\"§8Combat Mount\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Ridable\",6:\"§7§7Right-click your summoned pet\",7:\"§7to ride it!\",8:\"\",9:\"§6Run\",10:\"§7§7Increases the speed of your\",11:\"§7mount by §a{0}%§7.\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Horse\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HORSE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"HORSE;2\"}}", "damage": 3, "lore": [ "§8Combat Mount", diff --git a/items/HORSE;3.json b/items/HORSE;3.json index a79f0165..855dc1bb 100644 --- a/items/HORSE;3.json +++ b/items/HORSE;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1] §5Horse", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e317c8a-0a4e-3133-9232-83b57d9a784e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzZmY2QzZWMzYmM4NGJhZmI0MTIzZWE0Nzk0NzFmOWQyZjQyZDhmYjljNWYxMWNmNWY0ZTBkOTMyMjYifX19\"}]}},display:{Lore:[0:\"§8Combat Mount\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Ridable\",6:\"§7§7Right-click your summoned pet\",7:\"§7to ride it!\",8:\"\",9:\"§6Run\",10:\"§7§7Increases the speed of your\",11:\"§7mount by §a{0}%§7.\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl 1] §5Horse\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HORSE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"HORSE;3\"}}", + "displayname": "§f§f§7[Lvl {LVL}] §5Horse", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e317c8a-0a4e-3133-9232-83b57d9a784e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzZmY2QzZWMzYmM4NGJhZmI0MTIzZWE0Nzk0NzFmOWQyZjQyZDhmYjljNWYxMWNmNWY0ZTBkOTMyMjYifX19\"}]}},display:{Lore:[0:\"§8Combat Mount\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Ridable\",6:\"§7§7Right-click your summoned pet\",7:\"§7to ride it!\",8:\"\",9:\"§6Run\",10:\"§7§7Increases the speed of your\",11:\"§7mount by §a{0}%§7.\",12:\"\",13:\"§7§eRight-click to add this pet to\",14:\"§eyour pet menu!\",15:\"\",16:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Horse\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HORSE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"HORSE;3\"}}", "damage": 3, "lore": [ "§8Combat Mount", diff --git a/items/HORSE;4.json b/items/HORSE;4.json index 962f8b33..33afa84f 100644 --- a/items/HORSE;4.json +++ b/items/HORSE;4.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl 1] §6Horse", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e317c8a-0a4e-3133-9232-83b57d9a784e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzZmY2QzZWMzYmM4NGJhZmI0MTIzZWE0Nzk0NzFmOWQyZjQyZDhmYjljNWYxMWNmNWY0ZTBkOTMyMjYifX19\"}]}},display:{Lore:[0:\"§8Combat Mount\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Ridable\",6:\"§7§7Right-click your summoned pet\",7:\"§7to ride it!\",8:\"\",9:\"§6Run\",10:\"§7§7Increases the speed of your\",11:\"§7mount by §a{0}%§7.\",12:\"\",13:\"§6Ride Into Battle\",14:\"§7§7While riding your horse, gain\",15:\"§7+§a{1}% §7bow damage.\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl 1] §6Horse\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HORSE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"HORSE;4\"}}", + "displayname": "§f§f§7[Lvl {LVL}] §6Horse", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7e317c8a-0a4e-3133-9232-83b57d9a784e\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMzZmY2QzZWMzYmM4NGJhZmI0MTIzZWE0Nzk0NzFmOWQyZjQyZDhmYjljNWYxMWNmNWY0ZTBkOTMyMjYifX19\"}]}},display:{Lore:[0:\"§8Combat Mount\",1:\"\",2:\"§7Speed: §a{SPEED}\",3:\"§7Intelligence: §a{INTELLIGENCE}\",4:\"\",5:\"§6Ridable\",6:\"§7§7Right-click your summoned pet\",7:\"§7to ride it!\",8:\"\",9:\"§6Run\",10:\"§7§7Increases the speed of your\",11:\"§7mount by §a{0}%§7.\",12:\"\",13:\"§6Ride Into Battle\",14:\"§7§7While riding your horse, gain\",15:\"§7+§a{1}% §7bow damage.\",16:\"\",17:\"§7§eRight-click to add this pet to\",18:\"§eyour pet menu!\",19:\"\",20:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Horse\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"HORSE\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0,\\\"hideRightClick\\\":false}\",id:\"HORSE;4\"}}", "damage": 3, "lore": [ "§8Combat Mount", diff --git a/items/HUNTER_AVA_NPC.json b/items/HUNTER_AVA_NPC.json new file mode 100644 index 00000000..836105d9 --- /dev/null +++ b/items/HUNTER_AVA_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Hunter Ava (NPC)", + "nbttag": "{SkullOwner:{Id:\"66463136-69c0-2363-a054-a157c7a5e53b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2E3ZGM5NGZiNzE2NWY3NDcwZmYyNTU3YmQzYmNkYTU3OThkZDNmYWZiOTk5MTUwNGZjY2ZhZDcyMWNjNDIyNjIifX19\"}]},Name:\"66463136-69c0-2363-a054-a157c7a5e53b\"},display:{Lore:[0:\"\"],Name:\"§9Hunter Ava (NPC)\"},ExtraAttributes:{id:\"HUNTER_AVA_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "HUNTER_AVA_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 320, + "y": 103, + "z": -470, + "island": "farming_1" +}
\ No newline at end of file diff --git a/items/LAPIS_MINER_NPC.json b/items/LAPIS_MINER_NPC.json new file mode 100644 index 00000000..c5fb28c2 --- /dev/null +++ b/items/LAPIS_MINER_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Lapis Miner (NPC)", + "nbttag": "{SkullOwner:{Id:\"896318ad-983b-29b6-a921-d42e0802120f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzMzZTQyNzRjOTE3ZjRhMzhlZGYyNzYxZDdhODE0MGE0ZjQxMmI1ZjQ1M2NhN2ZjMmIyNDc0MWMzMGZjYTcwMGUifX19\"}]},Name:\"896318ad-983b-29b6-a921-d42e0802120f\"},display:{Lore:[0:\"\"],Name:\"§9Lapis Miner (NPC)\"},ExtraAttributes:{id:\"LAPIS_MINER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "LAPIS_MINER_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -10, + "y": 121, + "z": 36, + "island": "mining_2" +}
\ No newline at end of file diff --git a/items/MARCO_NPC.json b/items/MARCO_NPC.json new file mode 100644 index 00000000..67dcf08d --- /dev/null +++ b/items/MARCO_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Marco (NPC)", + "nbttag": "{SkullOwner:{Id:\"68d19839-d5b9-2869-99f7-033c8c39ea49\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ5NDVkMDY0MzhmN2ZmZjI5MWNjZDE1YjE1NmUzZmI4NzJiYzI1Y2Q4ZTIyYTVmNzY1YzcwM2ViMzM5ZjgifX19\"}]},Name:\"68d19839-d5b9-2869-99f7-033c8c39ea49\"},display:{Lore:[0:\"\"],Name:\"§9Marco (NPC)\"},ExtraAttributes:{id:\"MARCO_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "MARCO_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -9, + "y": 72, + "z": -14, + "island": "hub" +}
\ No newline at end of file diff --git a/items/MELON_DICER_2.json b/items/MELON_DICER_2.json index b8ad25ee..9099a593 100644 --- a/items/MELON_DICER_2.json +++ b/items/MELON_DICER_2.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:diamond_axe", "displayname": "§5Melon Dicer 2.0", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§7Gain §3+7.5☯ Farming Wisdom\",1:\"§3§7while harvesting melons§7.\",2:\"\",3:\"§6Ability: Roll em\u0027\",4:\"§7Every melon you break, you\",5:\"§7make a wish to §dRNGesus\",6:\"§d§7which may grant you with a\",7:\"§7few or TONS of extra melons!\",8:\"§7§oSame as the Melon Dicer 1.0,\",9:\"§7§ojust better!\",10:\"\",11:\"§eRight-click to view recipes!\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC AXE\"],Name:\"§5Melon Dicer 2.0\"},ExtraAttributes:{id:\"MELON_DICER_2\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§7Gain §3+7.5☯ Farming Wisdom\",1:\"§3§7while harvesting melons§7.\",2:\"\",3:\"§6Ability: Roll em\u0027+ \",4:\"§7Every melon you break, you\",5:\"§7make a wish to §dRNGesus\",6:\"§d§7which may grant you with a\",7:\"§7few or TONS of extra melons!\",8:\"§7§oSame as the Melon Dicer 1.0,\",9:\"§7§ojust better!\",10:\"\",11:\"§eRight-click to view recipes!\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§5§lEPIC AXE\"],Name:\"§5Melon Dicer 2.0\"},ExtraAttributes:{id:\"MELON_DICER_2\"}}", "damage": 0, "lore": [ "§7§7Gain §3+7.5☯ Farming Wisdom", "§3§7while harvesting melons§7.", "", - "§6Ability: Roll em\u0027", + "§6Ability: Roll em\u0027+ ", "§7Every melon you break, you", "§7make a wish to §dRNGesus", "§d§7which may grant you with a", diff --git a/items/MELON_DICER_3.json b/items/MELON_DICER_3.json index ea42b11f..75c89685 100644 --- a/items/MELON_DICER_3.json +++ b/items/MELON_DICER_3.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:diamond_axe", "displayname": "§6Melon Dicer 3.0", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§7Gain §3+10☯ Farming Wisdom\",1:\"§3§7while harvesting melons§7.\",2:\"\",3:\"§6Ability: Roll em\u0027\",4:\"§7Every melon you break, you\",5:\"§7make a wish to §dRNGesus\",6:\"§d§7which may grant you with a\",7:\"§7few or TONS of extra melons!\",8:\"§7§oAlmost identical to the Melon\",9:\"§7§oDicer 2.0, but it has 3.0 in the\",10:\"§7§oname!\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§6§lLEGENDARY AXE\"],Name:\"§6Melon Dicer 3.0\"},ExtraAttributes:{id:\"MELON_DICER_3\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§7Gain §3+10☯ Farming Wisdom\",1:\"§3§7while harvesting melons§7.\",2:\"\",3:\"§6Ability: Roll em\u0027++ \",4:\"§7Every melon you break, you\",5:\"§7make a wish to §dRNGesus\",6:\"§d§7which may grant you with a\",7:\"§7few or TONS of extra melons!\",8:\"§7§oAlmost identical to the Melon\",9:\"§7§oDicer 2.0, but it has 3.0 in the\",10:\"§7§oname!\",11:\"\",12:\"§7§8This item can be reforged!\",13:\"§6§lLEGENDARY AXE\"],Name:\"§6Melon Dicer 3.0\"},ExtraAttributes:{id:\"MELON_DICER_3\"}}", "damage": 0, "lore": [ "§7§7Gain §3+10☯ Farming Wisdom", "§3§7while harvesting melons§7.", "", - "§6Ability: Roll em\u0027", + "§6Ability: Roll em\u0027++ ", "§7Every melon you break, you", "§7make a wish to §dRNGesus", "§d§7which may grant you with a", diff --git a/items/MIXED_MITE_GEL.json b/items/MIXED_MITE_GEL.json index 67a32a15..131fcc78 100644 --- a/items/MIXED_MITE_GEL.json +++ b/items/MIXED_MITE_GEL.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:dye", "displayname": "§6Mixed Mite Gel", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Use at Kat to upgrade an\",1:\"§7Endermite pet to §dmythic\",2:\"§d§7rarity.\",3:\"§7§8§oPowerful substance combined\",4:\"§8§ofrom the plasma membrane of many\",5:\"§8§oEndermites.\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6Mixed Mite Gel\"},ExtraAttributes:{id:\"MIXED_MITE_GEL\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Use at Kat to upgrade an\",1:\"§7Endermite pet to §dMythic\",2:\"§d§7rarity.\",3:\"§7§8§oPowerful substance combined\",4:\"§8§ofrom the plasma membrane of many\",5:\"§8§oEndermites.\",6:\"\",7:\"§6§lLEGENDARY\"],Name:\"§6Mixed Mite Gel\"},ExtraAttributes:{id:\"MIXED_MITE_GEL\"}}", "damage": 14, "lore": [ "§7Use at Kat to upgrade an", - "§7Endermite pet to §dmythic", + "§7Endermite pet to §dMythic", "§d§7rarity.", "§7§8§oPowerful substance combined", "§8§ofrom the plasma membrane of many", @@ -27,7 +27,7 @@ "internalname": "MIXED_MITE_GEL", "crafttext": "", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Mixed_Mite_Gel", diff --git a/items/NECRONS_LADDER.json b/items/NECRONS_LADDER.json new file mode 100644 index 00000000..1e1a8f0d --- /dev/null +++ b/items/NECRONS_LADDER.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:ladder", + "displayname": "§f§f§9Necron\u0027s Ladder", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7While in your inventory, counts\",1:\"§7the number of §5Necron Handles\",2:\"§5§7that you obtain from dungeons.\",3:\"\",4:\"§7If you reach §54 §7on the\",5:\"§7counter, reset this item and\",6:\"§7permanently gain:\",7:\" §c+1❤ Health\",8:\" §b+1✎ Intelligence\",9:\" §b+1✯ Magic Find\",10:\"\",11:\"§7Handles Found: §50\",12:\"\",13:\"§8May only gain the bonus once!\",14:\"\",15:\"§9§lRARE\"],Name:\"§f§f§9Necron\u0027s Ladder\"},ExtraAttributes:{raffle_year:300,raffle_win:\"year_300_small_2\",id:\"NECRONS_LADDER\"}}", + "damage": 0, + "lore": [ + "§7While in your inventory, counts", + "§7the number of §5Necron Handles", + "§5§7that you obtain from dungeons.", + "", + "§7If you reach §54 §7on the", + "§7counter, reset this item and", + "§7permanently gain:", + " §c+1❤ Health", + " §b+1✎ Intelligence", + " §b+1✯ Magic Find", + "", + "§7Handles Found: §50", + "", + "§8May only gain the bonus once!", + "", + "§9§lRARE" + ], + "internalname": "NECRONS_LADDER", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PET_ITEM_TOY_JERRY.json b/items/PET_ITEM_TOY_JERRY.json index 255c6ea7..a818f7b8 100644 --- a/items/PET_ITEM_TOY_JERRY.json +++ b/items/PET_ITEM_TOY_JERRY.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:skull", "displayname": "§6Jerry 3D Glasses", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e159c918-6ac9-377b-a977-38ac2459881f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzFiZjZkMTgzOGQwMzJiOWJiMjhjNjc4Y2M5MzM1MzMzZDRkMjFjNDFiM2M0ZjVhMmY2NTBkMmIzOTFiMTMxOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade a Jerry\",1:\"§7pet to §dmythic §7rarity.\",2:\"\",3:\"§6§lLEGENDARY\"],Name:\"§6Jerry 3D Glasses\"},ExtraAttributes:{id:\"PET_ITEM_TOY_JERRY\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e159c918-6ac9-377b-a977-38ac2459881f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYzFiZjZkMTgzOGQwMzJiOWJiMjhjNjc4Y2M5MzM1MzMzZDRkMjFjNDFiM2M0ZjVhMmY2NTBkMmIzOTFiMTMxOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade a Jerry\",1:\"§7pet to §dMythic §7rarity.\",2:\"\",3:\"§6§lLEGENDARY\"],Name:\"§6Jerry 3D Glasses\"},ExtraAttributes:{id:\"PET_ITEM_TOY_JERRY\"}}", "damage": 3, "lore": [ "§7Use at Kat to upgrade a Jerry", - "§7pet to §dmythic §7rarity.", + "§7pet to §dMythic §7rarity.", "", "§6§lLEGENDARY" ], diff --git a/items/PET_ITEM_VAMPIRE_FANG.json b/items/PET_ITEM_VAMPIRE_FANG.json index ced436ff..2ba815b5 100644 --- a/items/PET_ITEM_VAMPIRE_FANG.json +++ b/items/PET_ITEM_VAMPIRE_FANG.json @@ -1,11 +1,11 @@ { "itemid": "minecraft:ghast_tear", "displayname": "§6Vampire Fang", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Use at Kat to upgrade a Bat pet\",1:\"§7to §dmythic §7rarity.\",2:\"\",3:\"§6§lLEGENDARY\"],Name:\"§6Vampire Fang\"},ExtraAttributes:{id:\"PET_ITEM_VAMPIRE_FANG\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§7Use at Kat to upgrade a Bat pet\",1:\"§7to §dMythic §7rarity.\",2:\"\",3:\"§6§lLEGENDARY\"],Name:\"§6Vampire Fang\"},ExtraAttributes:{id:\"PET_ITEM_VAMPIRE_FANG\"}}", "damage": 0, "lore": [ "§7Use at Kat to upgrade a Bat pet", - "§7to §dmythic §7rarity.", + "§7to §dMythic §7rarity.", "", "§6§lLEGENDARY" ], diff --git a/items/PET_SKIN_TURTLE_ANCIENT.json b/items/PET_SKIN_TURTLE_ANCIENT.json new file mode 100644 index 00000000..ef529e71 --- /dev/null +++ b/items/PET_SKIN_TURTLE_ANCIENT.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§dAncient Turtle Skin", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"b24b9bd3-b0b4-3a8e-b214-c03c0ef7c7db\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5MzQ0MzAyMjAwNiwKICAicHJvZmlsZUlkIiA6ICJhNzdkNmQ2YmFjOWE0NzY3YTFhNzU1NjYxOTllYmY5MiIsCiAgInByb2ZpbGVOYW1lIiA6ICIwOEJFRDUiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNWE4NWI2ZDM2NGU4Y2Q5ZGM3NzdjMGJlZWQzNGUxYWYyOGQxYmQ2Nzc3YTkzODUyMDczYzE0MmE4YWUxNzU4NiIKICAgIH0KICB9Cn0\u003d\"}]}},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 Turtle pets.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your summoned\",13:\"§epet to apply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§f§f§dAncient Turtle Skin\"},ExtraAttributes:{id:\"PET_SKIN_TURTLE_ANCIENT\"}}", + "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 Turtle pets.", + "", + "§7§aThis skin is animated!", + "", + "§7§eRight click on your summoned", + "§epet to apply this skin!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "PET_SKIN_TURTLE_ANCIENT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PET_SKIN_TURTLE_ANCIENT_GOLDEN.json b/items/PET_SKIN_TURTLE_ANCIENT_GOLDEN.json new file mode 100644 index 00000000..f2002ab3 --- /dev/null +++ b/items/PET_SKIN_TURTLE_ANCIENT_GOLDEN.json @@ -0,0 +1,29 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§dGolden Ancient Turtle Skin", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"77d1b16c-bd0a-32e9-88d0-751f7b8a4bf4\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5MzU3MjU5MjM0MSwKICAicHJvZmlsZUlkIiA6ICJhYzIzZmEzNzRhMmM0YjU2YmYzYzU2ZTVhODY3NjIzNCIsCiAgInByb2ZpbGVOYW1lIiA6ICJxdWVlbnNoYW5pd2EiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYjk3MmRhNTA1ZTllNTVlMzIwMzljNWQ4ZjVkYmIyZjEyYWI1MmVlYTAyYmVjM2RmNmE0MGFkYjhiOGZlY2JiMCIKICAgIH0KICB9Cn0\u003d\"}]}},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 Turtle pets.\",9:\"\",10:\"§7§aThis skin is animated!\",11:\"\",12:\"§7§eRight click on your summoned\",13:\"§epet to apply this skin!\",14:\"\",15:\"§d§lMYTHIC COSMETIC\"],Name:\"§dGolden Ancient Turtle Skin\"},ExtraAttributes:{id:\"PET_SKIN_TURTLE_ANCIENT_GOLDEN\"},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 Turtle pets.", + "", + "§7§aThis skin is animated!", + "", + "§7§eRight click on your summoned", + "§epet to apply this skin!", + "", + "§d§lMYTHIC COSMETIC" + ], + "internalname": "PET_SKIN_TURTLE_ANCIENT_GOLDEN", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/PUMPKIN_DICER_2.json b/items/PUMPKIN_DICER_2.json index daa311f7..e90fad4f 100644 --- a/items/PUMPKIN_DICER_2.json +++ b/items/PUMPKIN_DICER_2.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:golden_axe", "displayname": "§5Pumpkin Dicer 2.0", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§7Gain §3+7.5☯ Farming Wisdom\",1:\"§3§7while harvesting pumpkins§7.\",2:\"\",3:\"§6Ability: Roll em\u0027\",4:\"§7Every pumpkin you break, you\",5:\"§7make a wish to §dRNGesus\",6:\"§d§7which may grant you with a\",7:\"§7few or TONS of extra\",8:\"§7pumpkins!\",9:\"§7§oSomeone once said, 2 is always\",10:\"§7§obetter than 1!\",11:\"\",12:\"§eRight-click to view recipes!\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§5§lEPIC AXE\"],Name:\"§5Pumpkin Dicer 2.0\"},ExtraAttributes:{id:\"PUMPKIN_DICER_2\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§7Gain §3+7.5☯ Farming Wisdom\",1:\"§3§7while harvesting pumpkins§7.\",2:\"\",3:\"§6Ability: Roll em\u0027+ \",4:\"§7Every pumpkin you break, you\",5:\"§7make a wish to §dRNGesus\",6:\"§d§7which may grant you with a\",7:\"§7few or TONS of extra\",8:\"§7pumpkins!\",9:\"§7§oSomeone once said, 2 is always\",10:\"§7§obetter than 1!\",11:\"\",12:\"§eRight-click to view recipes!\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§5§lEPIC AXE\"],Name:\"§5Pumpkin Dicer 2.0\"},ExtraAttributes:{id:\"PUMPKIN_DICER_2\"}}", "damage": 0, "lore": [ "§7§7Gain §3+7.5☯ Farming Wisdom", "§3§7while harvesting pumpkins§7.", "", - "§6Ability: Roll em\u0027", + "§6Ability: Roll em\u0027+ ", "§7Every pumpkin you break, you", "§7make a wish to §dRNGesus", "§d§7which may grant you with a", diff --git a/items/PUMPKIN_DICER_3.json b/items/PUMPKIN_DICER_3.json index b5ae55a4..c382f876 100644 --- a/items/PUMPKIN_DICER_3.json +++ b/items/PUMPKIN_DICER_3.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:golden_axe", "displayname": "§6Pumpkin Dicer 3.0", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§7Gain §3+10☯ Farming Wisdom\",1:\"§3§7while harvesting pumpkins§7.\",2:\"\",3:\"§6Ability: Roll em\u0027\",4:\"§7Every pumpkin you break, you\",5:\"§7make a wish to §dRNGesus\",6:\"§d§7which may grant you with a\",7:\"§7few or TONS of extra\",8:\"§7pumpkins!\",9:\"§7§o\\\"3.0 is better than the 2.0\",10:\"§7§oversion\\\" - CEO of PumpkinDicer\",11:\"§7§oLLC.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§6§lLEGENDARY AXE\"],Name:\"§6Pumpkin Dicer 3.0\"},ExtraAttributes:{id:\"PUMPKIN_DICER_3\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7§7Gain §3+10☯ Farming Wisdom\",1:\"§3§7while harvesting pumpkins§7.\",2:\"\",3:\"§6Ability: Roll em\u0027++ \",4:\"§7Every pumpkin you break, you\",5:\"§7make a wish to §dRNGesus\",6:\"§d§7which may grant you with a\",7:\"§7few or TONS of extra\",8:\"§7pumpkins!\",9:\"§7§o\\\"3.0 is better than the 2.0\",10:\"§7§oversion\\\" - CEO of PumpkinDicer\",11:\"§7§oLLC.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§6§lLEGENDARY AXE\"],Name:\"§6Pumpkin Dicer 3.0\"},ExtraAttributes:{id:\"PUMPKIN_DICER_3\"}}", "damage": 0, "lore": [ "§7§7Gain §3+10☯ Farming Wisdom", "§3§7while harvesting pumpkins§7.", "", - "§6Ability: Roll em\u0027", + "§6Ability: Roll em\u0027++ ", "§7Every pumpkin you break, you", "§7make a wish to §dRNGesus", "§d§7which may grant you with a", diff --git a/items/RADIOACTIVE_VIAL.json b/items/RADIOACTIVE_VIAL.json index 284d369b..c7a5be84 100644 --- a/items/RADIOACTIVE_VIAL.json +++ b/items/RADIOACTIVE_VIAL.json @@ -1,18 +1,18 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§dRadioactive Vial", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e48c2f17-3184-3225-8ce4-21f8df393a18\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE0NWE2ODgxYzYyMGQ1ZjMzMjFhMWQxNmU5MTg1YTVkZDMzZmM5MWNmYmM5YTBiMTY0NDA3NDhkZTcwYTE0OCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade a Flying\",1:\"§7Fish pet to §dmythic §7rarity.\",2:\"\",3:\"§d§lMYTHIC\"],Name:\"§f§f§dRadioactive Vial\"},ExtraAttributes:{id:\"RADIOACTIVE_VIAL\"}}", + "displayname": "§dRadioactive Vial", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"e48c2f17-3184-3225-8ce4-21f8df393a18\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvMTE0NWE2ODgxYzYyMGQ1ZjMzMjFhMWQxNmU5MTg1YTVkZDMzZmM5MWNmYmM5YTBiMTY0NDA3NDhkZTcwYTE0OCJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade a Flying\",1:\"§7Fish pet to §dMythic §7rarity.\",2:\"\",3:\"§d§lMYTHIC\"],Name:\"§dRadioactive Vial\"},ExtraAttributes:{id:\"RADIOACTIVE_VIAL\"}}", "damage": 3, "lore": [ "§7Use at Kat to upgrade a Flying", - "§7Fish pet to §dmythic §7rarity.", + "§7Fish pet to §dMythic §7rarity.", "", "§d§lMYTHIC" ], "internalname": "RADIOACTIVE_VIAL", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Radioactive_Vial", diff --git a/items/RANDOM_CENTURY_CAKE_PACK.json b/items/RANDOM_CENTURY_CAKE_PACK.json new file mode 100644 index 00000000..40bccdb4 --- /dev/null +++ b/items/RANDOM_CENTURY_CAKE_PACK.json @@ -0,0 +1,20 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§f§f§6Random Century Cake Bundle", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"0b5d9dc7-67ec-373a-89dd-2f3225f1518b\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNjYwZDViYTJlZTY5MTMyNmFiMDJmZTBjNGY3OGQ4YzI2OWZhN2FlMjM4NWMwNDcwMzEzMTJjMjMwNzM2OWJjZiJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Consume to unwrap a randomized\",1:\"§7assortment of §d5 §7century\",2:\"§7cakes.\",3:\"\",4:\"§eRight-click to consume!\",5:\"\",6:\"§6§lLEGENDARY\"],Name:\"§f§f§6Random Century Cake Bundle\"},ExtraAttributes:{raffle_year:300,raffle_win:\"year_300_small_15\",id:\"RANDOM_CENTURY_CAKE_PACK\"}}", + "damage": 3, + "lore": [ + "§7Consume to unwrap a randomized", + "§7assortment of §d5 §7century", + "§7cakes.", + "", + "§eRight-click to consume!", + "", + "§6§lLEGENDARY" + ], + "internalname": "RANDOM_CENTURY_CAKE_PACK", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/RAT_JETPACK.json b/items/RAT_JETPACK.json index 09756366..c34ac111 100644 --- a/items/RAT_JETPACK.json +++ b/items/RAT_JETPACK.json @@ -1,18 +1,18 @@ { "itemid": "minecraft:skull", "displayname": "§5Rat Jetpack", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"aba89b92-bf39-3566-b7ba-68ea6ae0991c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1ODE4NTUwMjg3NywKICAicHJvZmlsZUlkIiA6ICJlM2I0NDVjODQ3ZjU0OGZiOGM4ZmEzZjFmN2VmYmE4ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaW5pRGlnZ2VyVGVzdCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yNTBkZTcwOTdkOTM5ZTQ0N2NhMmQzOTg0NDFjYmExZDJhNWUxYTY5MDUyYWM5OWMxOWZmMjBhZDVhM2YwMWFiIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade a Rat pet\",1:\"§7to §dmythic §7rarity.\",2:\"\",3:\"§5§lEPIC\"],Name:\"§5Rat Jetpack\"},ExtraAttributes:{id:\"RAT_JETPACK\"}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"aba89b92-bf39-3566-b7ba-68ea6ae0991c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1ODE4NTUwMjg3NywKICAicHJvZmlsZUlkIiA6ICJlM2I0NDVjODQ3ZjU0OGZiOGM4ZmEzZjFmN2VmYmE4ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaW5pRGlnZ2VyVGVzdCIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8yNTBkZTcwOTdkOTM5ZTQ0N2NhMmQzOTg0NDFjYmExZDJhNWUxYTY5MDUyYWM5OWMxOWZmMjBhZDVhM2YwMWFiIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§7Use at Kat to upgrade a Rat pet\",1:\"§7to §dMythic §7rarity.\",2:\"\",3:\"§5§lEPIC\"],Name:\"§5Rat Jetpack\"},ExtraAttributes:{id:\"RAT_JETPACK\"}}", "damage": 3, "lore": [ "§7Use at Kat to upgrade a Rat pet", - "§7to §dmythic §7rarity.", + "§7to §dMythic §7rarity.", "", "§5§lEPIC" ], "internalname": "RAT_JETPACK", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.1.1-PRE", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Rat_Jetpack", diff --git a/items/RORNORA_NPC.json b/items/RORNORA_NPC.json new file mode 100644 index 00000000..7981299e --- /dev/null +++ b/items/RORNORA_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Rornora (NPC)", + "nbttag": "{SkullOwner:{Id:\"6d128904-0782-2cb0-ab3a-459c3f13a9e2\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2ZmNTFmNDZkZDMxYWZkYzRlMzFjMjFiOWJhMjA2NmU1M2E2NjFhYThkYjNkMGQzNjVkMGYxOWFlMDY2N2Y3ZGIifX19\"}]},Name:\"6d128904-0782-2cb0-ab3a-459c3f13a9e2\"},display:{Lore:[0:\"\"],Name:\"§9Rornora (NPC)\"},ExtraAttributes:{id:\"RORNORA_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "RORNORA_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 136, + "y": 197, + "z": 167, + "island": "mining_3" +}
\ No newline at end of file diff --git a/items/RYAN_NPC.json b/items/RYAN_NPC.json new file mode 100644 index 00000000..aaac524f --- /dev/null +++ b/items/RYAN_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Ryan (NPC)", + "nbttag": "{SkullOwner:{Id:\"cad8aa68-4d7d-2307-ab09-88e3c90dc6b1\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzUxNzZjYjEzYTQ0MzYzMThhZTRjMmJjMzFkZjA5ZDU1NjE5MmRhZWJiNzBhM2IyODAyMGY3YWI5Y2ExNzA5YmIifX19\"}]},Name:\"cad8aa68-4d7d-2307-ab09-88e3c90dc6b1\"},display:{Lore:[0:\"\"],Name:\"§9Ryan (NPC)\"},ExtraAttributes:{id:\"RYAN_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "RYAN_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -333, + "y": 105, + "z": -108, + "island": "foraging_1" +}
\ No newline at end of file diff --git a/items/SALMON_HAT.json b/items/SALMON_HAT.json index 21409ce3..208f96ca 100644 --- a/items/SALMON_HAT.json +++ b/items/SALMON_HAT.json @@ -4,8 +4,8 @@ "displayname": "§fSalmon Hat", "clickcommand": "", "damage": 3, - "nbttag": "{ench:[0:{lvl:1,id:8},1:{lvl:1,id:5},2:{lvl:1,id:6}],HideFlags:254,SkullOwner:{Id:\"2b6aec05-a67d-358c-bb12-61907025c485\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTUwZDEyNTVmNTk3MzZhZTBhNjk0ZWQ1YzkwMDljMWE3MTA3OTMzNTEwYmU0ZWZmYjJiMTUzMjk3ZjUzZjU5NyJ9fX0=\"}]}},display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Speed: §a+2\",2:\"\",3:\"§9Aqua Affinity I\",4:\"§7Increases your underwater mining\",5:\"§7rate.\",6:\"§9Depth Strider I\",7:\"§7Reduces how much you are slowed\",8:\"§7in the water by §a33%§7.\",9:\"§9Respiration I\",10:\"§7Extends your underwater\",11:\"§7breathing time by §a15s§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§f§lCOMMON HELMET\"],Name:\"§fSalmon Hat\"},ExtraAttributes:{id:\"SALMON_HAT\",enchantments:{depth_strider:1,respiration:1,aqua_affinity:1}}}", - "modver": "2.1.0-REL", + "nbttag": "{ench:[0:{lvl:1s,id:8s},1:{lvl:4s,id:5s},2:{lvl:1s,id:6s}],HideFlags:254,SkullOwner:{Id:\"2b6aec05-a67d-358c-bb12-61907025c485\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvOTUwZDEyNTVmNTk3MzZhZTBhNjk0ZWQ1YzkwMDljMWE3MTA3OTMzNTEwYmU0ZWZmYjJiMTUzMjk3ZjUzZjU5NyJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Strength: §c+15\",1:\"§7Speed: §a+2\",2:\"\",3:\"§9Aqua Affinity I\",4:\"§7Increases your underwater mining\",5:\"§7rate.\",6:\"§9Depth Strider I\",7:\"§7Reduces how much you are slowed\",8:\"§7in the water by §a33%§7.\",9:\"§9Respiration IV\",10:\"§7Extends your underwater\",11:\"§7breathing time by §a60s§7.\",12:\"\",13:\"§7§8This item can be reforged!\",14:\"§f§lCOMMON HELMET\"],Name:\"§fSalmon Hat\"},ExtraAttributes:{id:\"SALMON_HAT\",enchantments:{depth_strider:1,respiration:4,aqua_affinity:1}}}", + "modver": "2.1.1-PRE", "lore": [ "§7Strength: §c+15", "§7Speed: §a+2", @@ -16,9 +16,9 @@ "§9Depth Strider I", "§7Reduces how much you are slowed", "§7in the water by §a33%§7.", - "§9Respiration I", + "§9Respiration IV", "§7Extends your underwater", - "§7breathing time by §a15s§7.", + "§7breathing time by §a60s§7.", "", "§7§8This item can be reforged!", "§f§lCOMMON HELMET" diff --git a/items/SHEPHERD_NPC.json b/items/SHEPHERD_NPC.json new file mode 100644 index 00000000..aa6eeacd --- /dev/null +++ b/items/SHEPHERD_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Shepherd (NPC)", + "nbttag": "{SkullOwner:{Id:\"ca122b9b-c264-22cd-bbc0-da65fab79811\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzdhOGFiMjI2N2FlNDQzZTgzYjA1ZTNhOGQ2N2I4Yjc2MGFkZmFhZDMzNWM5MDQ3MzM4YzBlMTc3NGE2NWMzNzIifX19\"}]},Name:\"ca122b9b-c264-22cd-bbc0-da65fab79811\"},display:{Lore:[0:\"\"],Name:\"§9Shepherd (NPC)\"},ExtraAttributes:{id:\"SHEPHERD_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "SHEPHERD_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 389, + "y": 86, + "z": -372, + "island": "farming_1" +}
\ No newline at end of file diff --git a/items/STARRED_STONE_BLADE.json b/items/STARRED_STONE_BLADE.json index ce88fa5c..c5d96815 100644 --- a/items/STARRED_STONE_BLADE.json +++ b/items/STARRED_STONE_BLADE.json @@ -1,17 +1,19 @@ { "itemid": "minecraft:stone_sword", "displayname": "§5⚚ Adaptive Blade", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d240\",1:\"§7Damage: §c+190\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.\",5:\"\",6:\"§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed\",7:\"§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies\",8:\"§bMage§7: §7+§b200✎ Intelligence\",9:\"§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense\",10:\"§bArcher§7: §7+§9100☠ Crit Damage\",11:\"\",12:\"§eRight-click to use your class ability!\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aThe Catacombs Floor\",16:\"§aIII Completion§c.\",17:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5⚚ Adaptive Blade\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_STONE_BLADE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d240\",1:\"§7Damage: §c+190\",2:\" §8[§7⚔§8]\",3:\"\",4:\"§7§7As a weapon created by §cScarf§7,\",5:\"§7it automatically adapts to its user\",6:\"§7inside Dungeons.\",7:\"\",8:\"§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed\",9:\"§bHealer§7: §7+§c20❣ Health Regen§7 \u0026 +§a5 §7HP/s aura\",10:\"§bMage§7: §7+§b200✎ Intelligence\",11:\"§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense\",12:\"§bArcher§7: §7+§9100☠ Crit Damage\",13:\"\",14:\"§eRight-click to use your class ability!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aIII Completion§c.\",19:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5⚚ Adaptive Blade\"},ExtraAttributes:{dungeon_item_level:0,id:\"STARRED_STONE_BLADE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d240", "§7Damage: §c+190", " §8[§7⚔§8]", "", - "§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.", + "§7§7As a weapon created by §cScarf§7,", + "§7it automatically adapts to its user", + "§7inside Dungeons.", "", "§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed", - "§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies", + "§bHealer§7: §7+§c20❣ Health Regen§7 \u0026 +§a5 §7HP/s aura", "§bMage§7: §7+§b200✎ Intelligence", "§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense", "§bArcher§7: §7+§9100☠ Crit Damage", diff --git a/items/STONE_BLADE.json b/items/STONE_BLADE.json index ae3d3d19..a4f323ce 100644 --- a/items/STONE_BLADE.json +++ b/items/STONE_BLADE.json @@ -1,17 +1,19 @@ { "itemid": "minecraft:stone_sword", "displayname": "§5Adaptive Blade", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d220\",1:\"§7Damage: §c+170\",2:\" §8[§7☤§8]\",3:\"\",4:\"§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.\",5:\"\",6:\"§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed\",7:\"§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies\",8:\"§bMage§7: §7+§b200✎ Intelligence\",9:\"§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense\",10:\"§bArcher§7: §7+§9100☠ Crit Damage\",11:\"\",12:\"§eRight-click to use your class ability!\",13:\"\",14:\"§7§8This item can be reforged!\",15:\"§7§4❣ §cRequires §aThe Catacombs Floor\",16:\"§aIII Completion§c.\",17:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Adaptive Blade\"},ExtraAttributes:{dungeon_item_level:0,id:\"STONE_BLADE\"}}", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Gear Score: §d220\",1:\"§7Damage: §c+170\",2:\" §8[§7☤§8]\",3:\"\",4:\"§7§7As a weapon created by §cScarf§7,\",5:\"§7it automatically adapts to its user\",6:\"§7inside Dungeons.\",7:\"\",8:\"§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed\",9:\"§bHealer§7: §7+§c20❣ Health Regen§7 \u0026 +§a5 §7HP/s aura\",10:\"§bMage§7: §7+§b200✎ Intelligence\",11:\"§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense\",12:\"§bArcher§7: §7+§9100☠ Crit Damage\",13:\"\",14:\"§eRight-click to use your class ability!\",15:\"\",16:\"§7§8This item can be reforged!\",17:\"§7§4❣ §cRequires §aThe Catacombs Floor\",18:\"§aIII Completion§c.\",19:\"§5§lEPIC DUNGEON SWORD\"],Name:\"§5Adaptive Blade\"},ExtraAttributes:{dungeon_item_level:0,id:\"STONE_BLADE\"}}", "damage": 0, "lore": [ "§7Gear Score: §d220", "§7Damage: §c+170", " §8[§7☤§8]", "", - "§7Weapon created by §cScarf§7, it automatically adapts to its user inside Dungeons.", + "§7§7As a weapon created by §cScarf§7,", + "§7it automatically adapts to its user", + "§7inside Dungeons.", "", "§bBerserk§7: §7+§c35❁ Strength §7+§f5✦ Speed", - "§bHealer§7: §7+§a20% §7HP regeneration and Restore +§a5 §7HP/s to nearby allies", + "§bHealer§7: §7+§c20❣ Health Regen§7 \u0026 +§a5 §7HP/s aura", "§bMage§7: §7+§b200✎ Intelligence", "§bTank§7: §7+§a100❈ Defense §7+§f5❂ True Defense", "§bArcher§7: §7+§9100☠ Crit Damage", diff --git a/items/ST_JERRY_NPC.json b/items/ST_JERRY_NPC.json new file mode 100644 index 00000000..2f56fec3 --- /dev/null +++ b/items/ST_JERRY_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9St. Jerry (NPC)", + "nbttag": "{SkullOwner:{Id:\"f5684bcf-9289-2082-b8de-de323ab22668\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzE2OTJlNjJiNDExMTRjNWIxYTVlOWUzNmMwNjc5ODI3OGViNmE1MTI2ZGMyNmRkYjE2NmQyMDIxZmUwZmEwMGUifX19\"}]},Name:\"f5684bcf-9289-2082-b8de-de323ab22668\"},display:{Lore:[0:\"\"],Name:\"§9St. Jerry (NPC)\"},ExtraAttributes:{id:\"ST_JERRY_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "ST_JERRY_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -22, + "y": 77, + "z": 93, + "island": "winter" +}
\ No newline at end of file diff --git a/items/TAL_KER_NPC.json b/items/TAL_KER_NPC.json new file mode 100644 index 00000000..819a5070 --- /dev/null +++ b/items/TAL_KER_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Tal Ker (NPC)", + "nbttag": "{SkullOwner:{Id:\"0b5922b6-09ba-2649-a141-f4b9f1254442\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzU3YjM1NTJjNWFmMmFiMmRjNGUxZjg0ZDc4Y2E0YzRkNjc2ZGVjMDY4MTU3MjI1YTNjMjY3NGU1NTc0ZDIzNDgifX19\"}]},Name:\"0b5922b6-09ba-2649-a141-f4b9f1254442\"},display:{Lore:[0:\"\"],Name:\"§9Tal Ker (NPC)\"},ExtraAttributes:{id:\"TAL_KER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "TAL_KER_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 193, + "y": 197, + "z": 205, + "island": "mining_3" +}
\ No newline at end of file diff --git a/items/TREASURE_HUNTER_NPC.json b/items/TREASURE_HUNTER_NPC.json new file mode 100644 index 00000000..9870a991 --- /dev/null +++ b/items/TREASURE_HUNTER_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Treasure Hunter (NPC)", + "nbttag": "{SkullOwner:{Id:\"72e9b31a-8397-2428-8ddc-7841b2179c4f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2VlYWY0M2M3NDc0OTdlMjBmZTA2NjdkNjc4MTBhYTFmM2NiMGFlYjk2ZmNjOTRiN2NlMThmNWQxNjVjODI4NGQifX19\"}]},Name:\"72e9b31a-8397-2428-8ddc-7841b2179c4f\"},display:{Lore:[0:\"\"],Name:\"§9Treasure Hunter (NPC)\"},ExtraAttributes:{id:\"TREASURE_HUNTER_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "TREASURE_HUNTER_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 201, + "y": 93, + "z": -437, + "island": "farming_1" +}
\ No newline at end of file diff --git a/items/UNCOMMON_PARTY_HAT.json b/items/UNCOMMON_PARTY_HAT.json new file mode 100644 index 00000000..9892d3db --- /dev/null +++ b/items/UNCOMMON_PARTY_HAT.json @@ -0,0 +1,31 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aUncommon Party Hat", + "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"0e84c6f1-e83b-3e0d-95dc-48e7d1552354\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY5MzIxMTY5NzQyNiwKICAicHJvZmlsZUlkIiA6ICI5MWYwNGZlOTBmMzY0M2I1OGYyMGUzMzc1Zjg2ZDM5ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJTdG9ybVN0b3JteSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS8xZDYwYzQ0ODFlZWJiNjc4MmNhNDViM2NkNzM1N2IwY2Q4MmQzY2YwZmEzMzZjYTFkZTgwNjgxNDZhZTcyYzg1IgogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Consumed on use\",1:\"\",2:\"§7§7Pet items can boost pets in\",3:\"§7various ways but pets can only\",4:\"§7hold 1 item at a time so choose\",5:\"§7wisely!\",6:\"\",7:\"§7§7Adds particles matching your\",8:\"§7§3+ §7color to your pet and\",9:\"§7yourself, defaulting to\",10:\"§7red.\",11:\"§7§8Editable in Hypixel\",12:\"§8lobbies.\",13:\"\",14:\"§7§eRight click on your summoned\",15:\"§epet to give it this item!\",16:\"\",17:\"§a§lUNCOMMON PET ITEM\"],Name:\"§aUncommon Party Hat\"},ExtraAttributes:{id:\"UNCOMMON_PARTY_HAT\"}}", + "damage": 3, + "lore": [ + "§8Consumed on use", + "", + "§7§7Pet items can boost pets in", + "§7various ways but pets can only", + "§7hold 1 item at a time so choose", + "§7wisely!", + "", + "§7§7Adds particles matching your", + "§7§3+ §7color to your pet and", + "§7yourself, defaulting to", + "§7red.", + "§7§8Editable in Hypixel", + "§8lobbies.", + "", + "§7§eRight click on your summoned", + "§epet to give it this item!", + "", + "§a§lUNCOMMON PET ITEM" + ], + "internalname": "UNCOMMON_PARTY_HAT", + "crafttext": "", + "clickcommand": "", + "modver": "2.1.1-PRE", + "infoType": "" +}
\ No newline at end of file diff --git a/items/VANESSA_NPC.json b/items/VANESSA_NPC.json new file mode 100644 index 00000000..15fe8d67 --- /dev/null +++ b/items/VANESSA_NPC.json @@ -0,0 +1,16 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Vanessa (NPC)", + "nbttag": "{SkullOwner:{Id:\"2d79bfb7-c227-2443-8572-dc3657f4bd3f\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzQ5ZTI5NzljOGUyYzU4ODk4YzI3NzRiMzY2OWVhNGExYjI5NzY3ZmNkYzJkZDU5MzdlYzBjZjBkYTNhOGZiNjcifX19\"}]},Name:\"2d79bfb7-c227-2443-8572-dc3657f4bd3f\"},display:{Lore:[0:\"\"],Name:\"§9Vanessa (NPC)\"},ExtraAttributes:{id:\"VANESSA_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "VANESSA_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": -312, + "y": 84, + "z": -70, + "island": "foraging_1" +}
\ No newline at end of file diff --git a/items/WINDMILL_OPERATOR_NPC.json b/items/WINDMILL_OPERATOR_NPC.json new file mode 100644 index 00000000..c97a2962 --- /dev/null +++ b/items/WINDMILL_OPERATOR_NPC.json @@ -0,0 +1,109 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§9Windmill Operator (NPC)", + "nbttag": "{SkullOwner:{Id:\"c9540683-51e4-3942-ad17-4f2c3f3ae4b7\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzgyMmQ4ZTc1MWM4ZjJmZDRjODk0MmM0NGJkYjJmNWNhNGQ4YWU4ZTU3NWVkM2ViMzRjMThhODZlOTNiIn19fQ\u003d\u003d\"}]},Name:\"c9540683-51e4-3942-ad17-4f2c3f3ae4b7\"},display:{Lore:[0:\"\"],Name:\"§9Windmill Operator (NPC)\"},ExtraAttributes:{id:\"WINDMILL_OPERATOR_NPC\"}}", + "damage": 3, + "lore": [ + "" + ], + "internalname": "WINDMILL_OPERATOR_NPC", + "clickcommand": "", + "modver": "2.1.1-PRE", + "x": 102, + "y": 83, + "z": -283, + "island": "farming_1", + "recipes": [ + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:7" + ], + "result": "WHEAT:3" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:7" + ], + "result": "CARROT_ITEM:3" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:7" + ], + "result": "POTATO_ITEM:3" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:20" + ], + "result": "MELON:10" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:15" + ], + "result": "SUGAR_CANE:3" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:8" + ], + "result": "PUMPKIN" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:7" + ], + "result": "COCOA" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:12" + ], + "result": "RED_MUSHROOM" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:12" + ], + "result": "BROWN_MUSHROOM" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:8" + ], + "result": "SAND:2" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "CACTUS" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:6" + ], + "result": "ENCHANTED_BONE_MEAL" + }, + { + "type": "npc_shop", + "cost": [ + "SKYBLOCK_COIN:10" + ], + "result": "ROOKIE_HOE" + } + ] +}
\ No newline at end of file |