From 983cf357b3b0d4ef50f900b8e7048c02a59ed909 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 5 Sep 2023 13:20:07 +0200 Subject: 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 --- items/ASPECT_OF_THE_JERRY_SIGNATURE.json | 25 +++++++ items/BYLMA_NPC.json | 16 +++++ items/CAKE_COUNTER.json | 20 ++++++ items/CARPENTER_NPC.json | 16 +++++ items/CENTURY_TALISMAN.json | 17 +++++ items/CENTURY_THE_FISH.json | 17 +++++ items/CHARLIE_NPC.json | 16 +++++ items/DIRT_GUY_NPC.json | 16 +++++ items/DYE_PURE_BLUE.json | 19 ++++++ items/DYE_PURE_YELLOW.json | 19 ++++++ items/ENCHANTED_BOOK_BUNDLE_RAINBOW.json | 23 +++++++ items/ENDERMAN_CORTEX_REWRITER.json | 8 +-- items/EPOCH_CAKE_AQUA.json | 13 +++- items/EPOCH_CAKE_BLACK.json | 13 +++- items/EPOCH_CAKE_BLUE.json | 13 +++- items/EPOCH_CAKE_BROWN.json | 11 ++- items/EPOCH_CAKE_CYAN.json | 11 ++- items/EPOCH_CAKE_DARK_GREEN.json | 32 +++++++++ items/EPOCH_CAKE_GRAY.json | 32 +++++++++ items/EPOCH_CAKE_GREEN.json | 13 +++- items/EPOCH_CAKE_ORANGE.json | 13 +++- items/EPOCH_CAKE_PINK.json | 13 +++- items/EPOCH_CAKE_PURPLE.json | 15 ++-- items/EPOCH_CAKE_RED.json | 13 +++- items/EPOCH_CAKE_WHITE.json | 13 ++-- items/EPOCH_CAKE_YELLOW.json | 13 +++- items/FARMER_NPC.json | 16 +++++ items/FROSTY_NPC.json | 16 +++++ items/FRUIT_BOWL.json | 35 ++++++++++ items/FULL_CENTURY_CAKE_PACK.json | 19 ++++++ items/GARY_NPC.json | 16 +++++ items/GOLDEN_ANCIENT_EGG_FLUX.json | 29 ++++++++ items/GUBER_NPC.json | 16 +++++ items/GULLIVER_NPC.json | 16 +++++ items/GUSTAVE_NPC.json | 16 +++++ items/HENDRICK_NPC.json | 18 +++++ items/HORSE;2.json | 4 +- items/HORSE;3.json | 4 +- items/HORSE;4.json | 4 +- items/HUNTER_AVA_NPC.json | 16 +++++ items/LAPIS_MINER_NPC.json | 16 +++++ items/MARCO_NPC.json | 16 +++++ items/MELON_DICER_2.json | 4 +- items/MELON_DICER_3.json | 4 +- items/MIXED_MITE_GEL.json | 6 +- items/NECRONS_LADDER.json | 29 ++++++++ items/PET_ITEM_TOY_JERRY.json | 4 +- items/PET_ITEM_VAMPIRE_FANG.json | 4 +- items/PET_SKIN_TURTLE_ANCIENT.json | 29 ++++++++ items/PET_SKIN_TURTLE_ANCIENT_GOLDEN.json | 29 ++++++++ items/PUMPKIN_DICER_2.json | 4 +- items/PUMPKIN_DICER_3.json | 4 +- items/RADIOACTIVE_VIAL.json | 8 +-- items/RANDOM_CENTURY_CAKE_PACK.json | 20 ++++++ items/RAT_JETPACK.json | 6 +- items/RORNORA_NPC.json | 16 +++++ items/RYAN_NPC.json | 16 +++++ items/SALMON_HAT.json | 8 +-- items/SHEPHERD_NPC.json | 16 +++++ items/STARRED_STONE_BLADE.json | 8 ++- items/STONE_BLADE.json | 8 ++- items/ST_JERRY_NPC.json | 16 +++++ items/TAL_KER_NPC.json | 16 +++++ items/TREASURE_HUNTER_NPC.json | 16 +++++ items/UNCOMMON_PARTY_HAT.json | 31 +++++++++ items/VANESSA_NPC.json | 16 +++++ items/WINDMILL_OPERATOR_NPC.json | 109 ++++++++++++++++++++++++++++++ 67 files changed, 1034 insertions(+), 80 deletions(-) create mode 100644 items/ASPECT_OF_THE_JERRY_SIGNATURE.json create mode 100644 items/BYLMA_NPC.json create mode 100644 items/CAKE_COUNTER.json create mode 100644 items/CARPENTER_NPC.json create mode 100644 items/CENTURY_TALISMAN.json create mode 100644 items/CENTURY_THE_FISH.json create mode 100644 items/CHARLIE_NPC.json create mode 100644 items/DIRT_GUY_NPC.json create mode 100644 items/DYE_PURE_BLUE.json create mode 100644 items/DYE_PURE_YELLOW.json create mode 100644 items/ENCHANTED_BOOK_BUNDLE_RAINBOW.json create mode 100644 items/EPOCH_CAKE_DARK_GREEN.json create mode 100644 items/EPOCH_CAKE_GRAY.json create mode 100644 items/FARMER_NPC.json create mode 100644 items/FROSTY_NPC.json create mode 100644 items/FRUIT_BOWL.json create mode 100644 items/FULL_CENTURY_CAKE_PACK.json create mode 100644 items/GARY_NPC.json create mode 100644 items/GOLDEN_ANCIENT_EGG_FLUX.json create mode 100644 items/GUBER_NPC.json create mode 100644 items/GULLIVER_NPC.json create mode 100644 items/GUSTAVE_NPC.json create mode 100644 items/HENDRICK_NPC.json create mode 100644 items/HUNTER_AVA_NPC.json create mode 100644 items/LAPIS_MINER_NPC.json create mode 100644 items/MARCO_NPC.json create mode 100644 items/NECRONS_LADDER.json create mode 100644 items/PET_SKIN_TURTLE_ANCIENT.json create mode 100644 items/PET_SKIN_TURTLE_ANCIENT_GOLDEN.json create mode 100644 items/RANDOM_CENTURY_CAKE_PACK.json create mode 100644 items/RORNORA_NPC.json create mode 100644 items/RYAN_NPC.json create mode 100644 items/SHEPHERD_NPC.json create mode 100644 items/ST_JERRY_NPC.json create mode 100644 items/TAL_KER_NPC.json create mode 100644 items/TREASURE_HUNTER_NPC.json create mode 100644 items/UNCOMMON_PARTY_HAT.json create mode 100644 items/VANESSA_NPC.json create mode 100644 items/WINDMILL_OPERATOR_NPC.json (limited to 'items') 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:\"ewogICJ0aW1lc3RhbXAiIDog