aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2023-12-12 22:01:05 +0100
committerGitHub <noreply@github.com>2023-12-12 21:01:05 +0000
commit3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0 (patch)
tree03befedb296ad29628017681bb09fff8118c00f6
parent352326f2f76c9726cec28cb96ca42f516c2e54f3 (diff)
downloadNotEnoughUpdates-REPO-3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0.tar.gz
NotEnoughUpdates-REPO-3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0.tar.bz2
NotEnoughUpdates-REPO-3ed04f44bfb7ba6d2babb5e5f3bffad8c551f7a0.zip
Added new update stuff (#1067)
-rw-r--r--constants/abiphone.json9
-rw-r--r--constants/fairy_souls.json5
-rw-r--r--constants/petnums.json18
-rw-r--r--constants/pets.json3
-rw-r--r--items/ARCH_NPC.json16
-rw-r--r--items/BAG_OF_COAL_BACKPACK.json24
-rw-r--r--items/BEA_NPC.json6
-rw-r--r--items/CHRISTMAS_STOCKING_BACKPACK.json24
-rw-r--r--items/DWARVEN_MINES_SACK.json9
-rw-r--r--items/ENCHANTED_COCOA.json10
-rw-r--r--items/FANN_NPC.json16
-rw-r--r--items/FROZEN_BLAZE_ICEBERG.json24
-rw-r--r--items/FRUIT_BOWL.json12
-rw-r--r--items/GEORGE_NPC.json16
-rw-r--r--items/ICE_CUBE.json28
-rw-r--r--items/ICE_SKATES_RUNE;3.json24
-rw-r--r--items/INFINITE_SPIRIT_LEAP.json11
-rw-r--r--items/KAT_NPC.json16
-rw-r--r--items/LARGE_FISHING_SACK.json6
-rw-r--r--items/LARGE_MINING_SACK.json4
-rw-r--r--items/MASTER_SKULL_TIER_1.json5
-rw-r--r--items/MASTER_SKULL_TIER_2.json5
-rw-r--r--items/MASTER_SKULL_TIER_3.json5
-rw-r--r--items/MASTER_SKULL_TIER_4.json5
-rw-r--r--items/MASTER_SKULL_TIER_5.json5
-rw-r--r--items/MASTER_SKULL_TIER_6.json5
-rw-r--r--items/MEDIUM_FISHING_SACK.json6
-rw-r--r--items/MEDIUM_MINING_SACK.json4
-rw-r--r--items/MOBY_NPC.json8
-rw-r--r--items/MUSHED_MUSHROOM_MIXIN.json25
-rw-r--r--items/OWL;4.json43
-rw-r--r--items/PEST_REPELLENT.json6
-rw-r--r--items/PEST_REPELLENT_MAX.json6
-rw-r--r--items/PET_SKIN_JERRY_FROZEN.json27
-rw-r--r--items/PET_SKIN_SNOW_OWL.json27
-rw-r--r--items/PLASMA.json6
-rw-r--r--items/POLAR_LIGHTS_FLUX.json29
-rw-r--r--items/SECRET_TRACKER.json26
-rw-r--r--items/SEYMOUR_NPC.json6
-rw-r--r--items/SMALL_FISHING_SACK.json6
-rw-r--r--items/SMALL_MINING_SACK.json4
-rw-r--r--items/TAYLOR_NPC.json12
-rw-r--r--items/TOWN_HALL_BARN_SKIN.json20
-rw-r--r--items/WINTER_HOMESTEAD_BARN_SKIN.json20
-rw-r--r--items/WORM_BAIT.json34
-rw-r--r--items/ZOG_NPC.json8
-rw-r--r--items/ZOMBIE_MINER_SC.json10
47 files changed, 569 insertions, 75 deletions
diff --git a/constants/abiphone.json b/constants/abiphone.json
index b87da5f1..7c5a41c5 100644
--- a/constants/abiphone.json
+++ b/constants/abiphone.json
@@ -118,6 +118,15 @@
"y": 82,
"z": -476
},
+ "Fann": {
+ "requirement": [
+ "§6- Give 1x Bat the Fish to Hootie"
+ ],
+ "island": "hub",
+ "x": 39,
+ "y": 71,
+ "z": -88
+ },
"Fear Mongerer": {
"requirement": [
"§6- 64x Purple Candy",
diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json
index b88f6053..336f586f 100644
--- a/constants/fairy_souls.json
+++ b/constants/fairy_souls.json
@@ -1,6 +1,6 @@
{
"//": "If you would like to contribute to this list please ensure that you: take the coordinates of the soul its self and not where you stand.",
- "Max Souls": 242,
+ "Max Souls": 243,
"hub": [
"138,66,129",
"169,60,129",
@@ -80,7 +80,8 @@
"70,90,-149",
"104,77,-133",
"72,70,-99",
- "23,79,-134"
+ "23,79,-134",
+ "30,80,-94"
],
"combat_1": [
"-279,127,-177",
diff --git a/constants/petnums.json b/constants/petnums.json
index 80cef4bb..75431526 100644
--- a/constants/petnums.json
+++ b/constants/petnums.json
@@ -3228,6 +3228,24 @@
}
}
},
+ "OWL": {
+ "LEGENDARY": {
+ "1": {
+ "otherNums": [
+ 0.1,
+ 0.05
+ ],
+ "statNums": {}
+ },
+ "100": {
+ "otherNums": [
+ 10,
+ 5
+ ],
+ "statNums": {}
+ }
+ }
+ },
"PARROT": {
"EPIC": {
"1": {
diff --git a/constants/pets.json b/constants/pets.json
index abbf4790..be0c5675 100644
--- a/constants/pets.json
+++ b/constants/pets.json
@@ -298,6 +298,7 @@
"REINDEER": "FISHING",
"BINGO": "ALL",
"EERIE": "COMBAT",
- "SLUG": "FARMING"
+ "SLUG": "FARMING",
+ "OWL": "TAMING"
}
} \ No newline at end of file
diff --git a/items/ARCH_NPC.json b/items/ARCH_NPC.json
new file mode 100644
index 00000000..1e240abb
--- /dev/null
+++ b/items/ARCH_NPC.json
@@ -0,0 +1,16 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Arch (NPC)",
+ "nbttag": "{SkullOwner:{Id:\"5433df8b-f172-29e4-bc8e-40f1535142cd\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzYwOTkwYmY4OTE0NTQ0ZDNmNThhY2Q5MzQxY2Y1MWUxZjUzNzU1NjZjMjc1NjY5MmVjODFlYzVhNTRkMTgwYmMifX19\"}]},Name:\"5433df8b-f172-29e4-bc8e-40f1535142cd\"},display:{Lore:[0:\"\"],Name:\"§9Arch (NPC)\"},ExtraAttributes:{id:\"ARCH_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "ARCH_NPC",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "x": -360,
+ "y": 190,
+ "z": -552,
+ "island": "crimson_isle"
+} \ No newline at end of file
diff --git a/items/BAG_OF_COAL_BACKPACK.json b/items/BAG_OF_COAL_BACKPACK.json
new file mode 100644
index 00000000..a536bb4e
--- /dev/null
+++ b/items/BAG_OF_COAL_BACKPACK.json
@@ -0,0 +1,24 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Bag of Coal Backpack Skin",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"438f34c5-e9b6-3f59-abdf-06a2da97c3ed\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwMjA1NTc3MTEwOSwKICAicHJvZmlsZUlkIiA6ICJmYjNhZTU0OTU3ODQ0MGVlODIzODJlMDY2MzlhYTkzMiIsCiAgInByb2ZpbGVOYW1lIiA6ICJXZWx0ZXJ3ZWlnaHQiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZTkyZGZhNjFhMzI0MjA3NDg4ZTQ1Yzc5ZDAzNTVkMjE2M2I3YTNiMzVmMGU5NThmODhmNTQyMzQ4NDM2MDk3OCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},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§aBackpacks§7.\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§5Bag of Coal Backpack Skin\"},ExtraAttributes:{id:\"BAG_OF_COAL_BACKPACK\"}}",
+ "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§aBackpacks§7.",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "BAG_OF_COAL_BACKPACK",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/BEA_NPC.json b/items/BEA_NPC.json
index dcc80beb..69daf7e6 100644
--- a/items/BEA_NPC.json
+++ b/items/BEA_NPC.json
@@ -8,16 +8,16 @@
],
"internalname": "BEA_NPC",
"clickcommand": "viewrecipe",
- "modver": "2.1.0-REL",
+ "modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Bea",
"https://wiki.hypixel.net/Bea"
],
"crafttext": "",
- "x": 30,
+ "x": 31,
"y": 72,
- "z": -91,
+ "z": -94,
"island": "hub",
"recipes": [
{
diff --git a/items/CHRISTMAS_STOCKING_BACKPACK.json b/items/CHRISTMAS_STOCKING_BACKPACK.json
new file mode 100644
index 00000000..1bd8a0a6
--- /dev/null
+++ b/items/CHRISTMAS_STOCKING_BACKPACK.json
@@ -0,0 +1,24 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Christmas Stocking Backpack Skin",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"a92d7376-8057-3a46-b4b6-b52a31dc5aaf\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwMjA1NTY4NDc4MCwKICAicHJvZmlsZUlkIiA6ICI4N2RlZmVhMTQwMWQ0MzYxODFhNmNhOWI3ZGQ2ODg0MyIsCiAgInByb2ZpbGVOYW1lIiA6ICJTcGh5bnhpdHMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZDRmOTA3MmQ5OWQxM2ZiNmY5NTVmZWUwMWIzMDc3NDk2N2QyYTJlMGE4MGE5MWI4ODliODVjNzlkYzhhNWE1NSIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},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§aBackpacks§7.\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§5Christmas Stocking Backpack Skin\"},ExtraAttributes:{id:\"CHRISTMAS_STOCKING_BACKPACK\"}}",
+ "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§aBackpacks§7.",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "CHRISTMAS_STOCKING_BACKPACK",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/DWARVEN_MINES_SACK.json b/items/DWARVEN_MINES_SACK.json
index 1165e8cb..34944e84 100644
--- a/items/DWARVEN_MINES_SACK.json
+++ b/items/DWARVEN_MINES_SACK.json
@@ -1,16 +1,17 @@
{
"itemid": "minecraft:skull",
"displayname": "§5Dwarven Sack",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"01b88dc3-fd60-33e0-be6a-86bf61ea0e48\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MDE5MDc1OTM3OSwKICAicHJvZmlsZUlkIiA6ICI0YjJlMGM1ODliZjU0ZTk1OWM1ZmJlMzg5MjQ1MzQzZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJfTmVvdHJvbl8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGFmOTcxMWQyMzFlM2FiZmI2ZmI3NDQ3MTFmMGQ4NmU2MDQxZWUwNzdkYWUxNmRkYzcwM2E3YjRlYTE2NWQ1OCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aVolta§7, §aGoblin Egg§7, §a§aGreen\",4:\"§aGoblin Egg§7, §aPlasma§7, §aGlacite Jewel§7,\",5:\"§7§aSorrow§7, §a§cRed Goblin Egg§7, §a§3Blue\",6:\"§3Goblin Egg§7, §a§eYellow Goblin Egg\",7:\"\",8:\"§7Capacity: §e20,160 per item\",9:\"§8Sacks sum their capacity.\",10:\"\",11:\"§eRight Click to open sack!\",12:\"\",13:\"§5§lEPIC\",14:\"\",15:\"§7Cost\",16:\"§b14,000 Bits\"],Name:\"§5Dwarven Sack\"},ExtraAttributes:{id:\"DWARVEN_MINES_SACK\"}}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"01b88dc3-fd60-33e0-be6a-86bf61ea0e48\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MDE5MDc1OTM3OSwKICAicHJvZmlsZUlkIiA6ICI0YjJlMGM1ODliZjU0ZTk1OWM1ZmJlMzg5MjQ1MzQzZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJfTmVvdHJvbl8iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZGFmOTcxMWQyMzFlM2FiZmI2ZmI3NDQ3MTFmMGQ4NmU2MDQxZWUwNzdkYWUxNmRkYzcwM2E3YjRlYTE2NWQ1OCIKICAgIH0KICB9Cn0\"}]}},display:{Lore:[0:\"§7Item pickups go directly into\",1:\"§7your sacks.\",2:\"\",3:\"§7§7Items: §aVolta§7, §aGoblin Egg§7, §a§aGreen\",4:\"§aGoblin Egg§7, §aOil Barrel§7, §aPlasma§7,\",5:\"§7§aGlacite Jewel§7, §aSorrow§7, §a§cRed Goblin\",6:\"§cEgg§7, §a§3Blue Goblin Egg§7, §aBiofuel§7,\",7:\"§7§a§eYellow Goblin Egg\",8:\"\",9:\"§7Capacity: §e20,160 per item\",10:\"§8Sacks sum their capacity.\",11:\"\",12:\"§eRight Click to open sack!\",13:\"\",14:\"§5§lEPIC\",15:\"\",16:\"§7Cost\",17:\"§b14,000 Bits\"],Name:\"§5Dwarven Sack\"},ExtraAttributes:{id:\"DWARVEN_MINES_SACK\"}}",
"damage": 3,
"lore": [
"§7Item pickups go directly into",
"§7your sacks.",
"",
"§7§7Items: §aVolta§7, §aGoblin Egg§7, §a§aGreen",
- "§aGoblin Egg§7, §aPlasma§7, §aGlacite Jewel§7,",
- "§7§aSorrow§7, §a§cRed Goblin Egg§7, §a§3Blue",
- "§3Goblin Egg§7, §a§eYellow Goblin Egg",
+ "§aGoblin Egg§7, §aOil Barrel§7, §aPlasma§7,",
+ "§7§aGlacite Jewel§7, §aSorrow§7, §a§cRed Goblin",
+ "§cEgg§7, §a§3Blue Goblin Egg§7, §aBiofuel§7,",
+ "§7§a§eYellow Goblin Egg",
"",
"§7Capacity: §e20,160 per item",
"§8Sacks sum their capacity.",
diff --git a/items/ENCHANTED_COCOA.json b/items/ENCHANTED_COCOA.json
index 321a232d..178fa7fe 100644
--- a/items/ENCHANTED_COCOA.json
+++ b/items/ENCHANTED_COCOA.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:dye",
- "displayname": "§aEnchanted Cocoa Bean",
- "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Cocoa Bean\"},ExtraAttributes:{id:\"ENCHANTED_COCOA\"}}",
+ "displayname": "§aEnchanted Cocoa Beans",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§8Brewing Ingredient\",1:\"§a§lUNCOMMON\"],Name:\"§aEnchanted Cocoa Beans\"},ExtraAttributes:{id:\"ENCHANTED_COCOA\"}}",
"damage": 3,
"lore": [
"§8Brewing Ingredient",
@@ -20,11 +20,11 @@
},
"internalname": "ENCHANTED_COCOA",
"clickcommand": "viewrecipe",
- "modver": "2.1.0-REL",
+ "modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
- "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Cocoa_Bean",
- "https://wiki.hypixel.net/Enchanted_Cocoa_Bean"
+ "https://hypixel-skyblock.fandom.com/wiki/Enchanted_Cocoa_Beans",
+ "https://wiki.hypixel.net/Enchanted_Cocoa_Beans"
],
"crafttext": "Requires: Cocoa Beans IV"
} \ No newline at end of file
diff --git a/items/FANN_NPC.json b/items/FANN_NPC.json
new file mode 100644
index 00000000..e8c80623
--- /dev/null
+++ b/items/FANN_NPC.json
@@ -0,0 +1,16 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Fann (NPC)",
+ "nbttag": "{SkullOwner:{Id:\"1c3dbd73-0e9d-2748-9f39-109f0419658a\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2JjMTM1NGQ1MjVjYTE1MGVhMjdhYTA2ZjhkOGRiNDk4ZGNjMGI1OWMzZjI3NzZkZWRkODM3NDJmNTM5ZGZhMGYifX19\"}]},Name:\"1c3dbd73-0e9d-2748-9f39-109f0419658a\"},display:{Lore:[0:\"\"],Name:\"§9Fann (NPC)\"},ExtraAttributes:{id:\"FANN_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "FANN_NPC",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "x": 39,
+ "y": 71,
+ "z": -88,
+ "island": "hub"
+} \ No newline at end of file
diff --git a/items/FROZEN_BLAZE_ICEBERG.json b/items/FROZEN_BLAZE_ICEBERG.json
new file mode 100644
index 00000000..abe83d59
--- /dev/null
+++ b/items/FROZEN_BLAZE_ICEBERG.json
@@ -0,0 +1,24 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§5Iceberg Skin",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"7a47f6fe-0438-3cc7-a5ab-4116aac49e3c\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwMjM2MTg2NzY2MCwKICAicHJvZmlsZUlkIiA6ICI2NDU4Mjc0MjEyNDg0MDY0YTRkMDBlNDdjZWM4ZjcyZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJUaDNtMXMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvNDQ1YjE0MDIwOGVhMGIyMzY1NWYwMWU5YWU3ZWEwZmM3ZDgzYTNjMGE0NGMwM2JlMmEyYTI5ZDI5MmQ0ZWMyMCIKICAgIH0KICB9Cn0\"}]}},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§6Frozen Blaze Helmet§7.\",9:\"\",10:\"§5§lEPIC COSMETIC\"],Name:\"§5Iceberg Skin\"},ExtraAttributes:{id:\"FROZEN_BLAZE_ICEBERG\"}}",
+ "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§6Frozen Blaze Helmet§7.",
+ "",
+ "§5§lEPIC COSMETIC"
+ ],
+ "internalname": "FROZEN_BLAZE_ICEBERG",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/FRUIT_BOWL.json b/items/FRUIT_BOWL.json
index ca15992b..eec79701 100644
--- a/items/FRUIT_BOWL.json
+++ b/items/FRUIT_BOWL.json
@@ -1,7 +1,7 @@
{
"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\"}}",
+ "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:\"§7Name found:\",10:\"§7§ePineapple\",11:\"\",12:\"§7Names missing:\",13:\"§7§bApple§7, §bBanana§7, §bBlueberry§7,\",14:\"§7§bCucumber§7, §bCoconut§7, §bGrapes§7,\",15:\"§7§bKiwi§7, §bLemon§7, §bLime§7,\",16:\"§7§bMango§7, §bOrange§7, §bPapaya§7,\",17:\"§7§bPeach§7, §bPear§7, §bPomegranate§7,\",18:\"§7§bRaspberry§7, §bStrawberry§7,\",19:\"§7§bTomato§7, §bWatermelon§7, §bZucchini\",20:\"\",21:\"§8May only gain the bonus once!\",22:\"\",23:\"§9§lRARE\"],Name:\"§9Fruit Bowl\"},ExtraAttributes:{raffle_year:300,names_found:[0:\"Pineapple\"],raffle_win:\"year_300_small_61\",id:\"FRUIT_BOWL\"}}",
"damage": 3,
"lore": [
"§7Click on a player while holding",
@@ -13,15 +13,17 @@
"§7permanently gain §3+1☯ Farming",
"§3Wisdom §7and §6250,000 Coins§7.",
"",
+ "§7Name found:",
+ "§7§ePineapple",
+ "",
"§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.",
+ "§7§bPeach§7, §bPear§7, §bPomegranate§7,",
+ "§7§bRaspberry§7, §bStrawberry§7,",
+ "§7§bTomato§7, §bWatermelon§7, §bZucchini",
"",
"§8May only gain the bonus once!",
"",
diff --git a/items/GEORGE_NPC.json b/items/GEORGE_NPC.json
new file mode 100644
index 00000000..5e643887
--- /dev/null
+++ b/items/GEORGE_NPC.json
@@ -0,0 +1,16 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9George (NPC)",
+ "nbttag": "{SkullOwner:{Id:\"d903f937-2a77-2ca3-920a-3f80dbe698b5\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzk5YmIxMzczNzk3OWY5OGJhMjM2ZTM3YWU0OGZkNWRkZGVkYmE3MTllYzYyMDY4ZThhYzk2MmFiZjdlMDdkODMifX19\"}]},Name:\"d903f937-2a77-2ca3-920a-3f80dbe698b5\"},display:{Lore:[0:\"\"],Name:\"§9George (NPC)\"},ExtraAttributes:{id:\"GEORGE_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "GEORGE_NPC",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "x": 40,
+ "y": 72,
+ "z": -100,
+ "island": "hub"
+} \ No newline at end of file
diff --git a/items/ICE_CUBE.json b/items/ICE_CUBE.json
new file mode 100644
index 00000000..71b5cc4a
--- /dev/null
+++ b/items/ICE_CUBE.json
@@ -0,0 +1,28 @@
+{
+ "itemid": "minecraft:packed_ice",
+ "displayname": "§9Ice Cube",
+ "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Prevents all ice from melting on\",1:\"§7your private island.\",2:\"\",3:\"§9§lRARE\"],Name:\"§9Ice Cube\"},ExtraAttributes:{id:\"ICE_CUBE\"}}",
+ "damage": 0,
+ "lore": [
+ "§7Prevents all ice from melting on",
+ "§7your private island.",
+ "",
+ "§9§lRARE"
+ ],
+ "recipe": {
+ "A1": "ENCHANTED_ICE:1",
+ "A2": "ENCHANTED_ICE:1",
+ "A3": "ENCHANTED_ICE:1",
+ "B1": "ENCHANTED_ICE:1",
+ "B2": "PACKED_ICE:1",
+ "B3": "ENCHANTED_ICE:1",
+ "C1": "ENCHANTED_ICE:1",
+ "C2": "ENCHANTED_ICE:1",
+ "C3": "ENCHANTED_ICE:1"
+ },
+ "internalname": "ICE_CUBE",
+ "clickcommand": "viewrecipe",
+ "modver": "2.1.1-PRE",
+ "crafttext": "Requires: Ice VII",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/ICE_SKATES_RUNE;3.json b/items/ICE_SKATES_RUNE;3.json
new file mode 100644
index 00000000..009eb660
--- /dev/null
+++ b/items/ICE_SKATES_RUNE;3.json
@@ -0,0 +1,24 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§f◆ Ice Skates Rune III",
+ "nbttag": "{ench:[],HideFlags:254,SkullOwner:{Id:\"a4b7f6f6-73ff-32b6-8740-78982b60d188\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcwMjA0OTcyMzc0MCwKICAicHJvZmlsZUlkIiA6ICI3Mjc2ZThmYzVkNjE0ODNjYmMwN2IxYjIzNjI3MDA4ZSIsCiAgInByb2ZpbGVOYW1lIiA6ICJXYWJvV2ViaSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9lZjZjZGNlNDFmMTgwZTg4Yjg3MzZmNTM3YzZlMDdiN2ZiNGZiNWFlNzA1MjQ0YTRkZGY4NTc4ZTM0ODkxMzU4IiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Requires level 0\",1:\"§8Boots\",2:\"\",3:\"§7Shred that ice! Obtained from\",4:\"§7the Winter 2023 Cosmetic Bundle.\",5:\"\",6:\"§7Apply this rune to boots or fuse\",7:\"§7two together at the Runic\",8:\"§7Pedestal!\",9:\"\",10:\"§6§lLEGENDARY COSMETIC\"],Name:\"§f◆ Ice Skates Rune III\"},ExtraAttributes:{runes:{ICE_SKATES:3},id:\"ICE_SKATES_RUNE;3\"}}",
+ "damage": 3,
+ "lore": [
+ "§8Requires level 0",
+ "§8Boots",
+ "",
+ "§7Shred that ice! Obtained from",
+ "§7the Winter 2023 Cosmetic Bundle.",
+ "",
+ "§7Apply this rune to boots or fuse",
+ "§7two together at the Runic",
+ "§7Pedestal!",
+ "",
+ "§6§lLEGENDARY COSMETIC"
+ ],
+ "internalname": "ICE_SKATES_RUNE;3",
+ "crafttext": "",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "infoType": ""
+} \ No newline at end of file
diff --git a/items/INFINITE_SPIRIT_LEAP.json b/items/INFINITE_SPIRIT_LEAP.json
index 9856db6c..538f9dc7 100644
--- a/items/INFINITE_SPIRIT_LEAP.json
+++ b/items/INFINITE_SPIRIT_LEAP.json
@@ -1,12 +1,15 @@
{
"itemid": "minecraft:skull",
"displayname": "§5Infinileap",
- "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"14919e1b-9d97-39f7-bf3f-0050bddcef8b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MjE0NjYxMjc0MiwKICAicHJvZmlsZUlkIiA6ICI5ZWU3NTUxOGQyZWE0Y2Q4OGJiNGI1YTZkNmVhNTFjYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaWNyb3MxMTgyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM3N2Q0YTIwNmQ3NzU3ZjQ3OWYzMzJlYzFhMmJiYmVlNTdjZWY5NzU2OGRkODhkZjgxZjQ4NjRhZWU3ZDNkOTgiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§6Ability: Spirit Leap §e§lRIGHT CLICK\",1:\"§7Allows you to teleport to any\",2:\"§7teammate!\",3:\"§8Cooldown: §a2s\",4:\"\",5:\"§cDungeons only!\",6:\"\",7:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Infinileap\"},ExtraAttributes:{id:\"INFINITE_SPIRIT_LEAP\"},AttributeModifiers:[]}",
+ "nbttag": "{HideFlags:254,SkullOwner:{Id:\"14919e1b-9d97-39f7-bf3f-0050bddcef8b\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY1MjE0NjYxMjc0MiwKICAicHJvZmlsZUlkIiA6ICI5ZWU3NTUxOGQyZWE0Y2Q4OGJiNGI1YTZkNmVhNTFjYyIsCiAgInByb2ZpbGVOYW1lIiA6ICJNaWNyb3MxMTgyIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzM3N2Q0YTIwNmQ3NzU3ZjQ3OWYzMzJlYzFhMmJiYmVlNTdjZWY5NzU2OGRkODhkZjgxZjQ4NjRhZWU3ZDNkOTgiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§6Ability: Spirit Leap §e§lRIGHT CLICK\",1:\"§7Allows you to teleport to any\",2:\"§7teammate! Grants §a1 §7second of\",3:\"§7immunity after teleporting,\",4:\"§7immunity is cancelled upon\",5:\"§7dealing damage.\",6:\"§8Cooldown: §a2s\",7:\"\",8:\"§cDungeons only!\",9:\"\",10:\"§5§lEPIC DUNGEON ITEM\"],Name:\"§5Infinileap\"},ExtraAttributes:{id:\"INFINITE_SPIRIT_LEAP\"}}",
"damage": 3,
"lore": [
- "§6Ability: Spirit Leap §e§lRIGHT CLICK",
+ "§6Ability: Spirit Leap §e§lRIGHT CLICK",
"§7Allows you to teleport to any",
- "§7teammate!",
+ "§7teammate! Grants §a1 §7second of",
+ "§7immunity after teleporting,",
+ "§7immunity is cancelled upon",
+ "§7dealing damage.",
"§8Cooldown: §a2s",
"",
"§cDungeons only!",
@@ -16,7 +19,7 @@
"internalname": "INFINITE_SPIRIT_LEAP",
"crafttext": "",
"clickcommand": "",
- "modver": "2.1.0-REL",
+ "modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Infinileap",
diff --git a/items/KAT_NPC.json b/items/KAT_NPC.json
new file mode 100644
index 00000000..c3dbe733
--- /dev/null
+++ b/items/KAT_NPC.json
@@ -0,0 +1,16 @@
+{
+ "itemid": "minecraft:skull",
+ "displayname": "§9Kat (NPC)",
+ "nbttag": "{SkullOwner:{Id:\"62413bed-116b-20d5-bfd7-af550e6d081c\",Properties:{textures:[0:{Value:\"eyJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHBzOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2VhYWU4MTI3NzU3MDZiNTY1OTY2ODM0ODZhYmVhZjg1N2VhMWMwNjhjYjM0YThiYzFkZTlhNTdjNjM4Y2Y0MTEifX19\"}]},Name:\"62413bed-116b-20d5-bfd7-af550e6d081c\"},display:{Lore:[0:\"\"],Name:\"§9Kat (NPC)\"},ExtraAttributes:{id:\"KAT_NPC\"}}",
+ "damage": 3,
+ "lore": [
+ ""
+ ],
+ "internalname": "KAT_NPC",
+ "clickcommand": "",
+ "modver": "2.1.1-PRE",
+ "x": 32,
+ "y": 72,
+ "z": -101,
+ "island": "hub"
+} \ No newline at end of file
diff --git a/items/LARGE_FISHING_SACK.json b/items/LARGE_FISHING_SACK.json
index 022114c1..5f4ca6f7 100644
--- a/items/LARGE_FISHING_SACK.json
+++ b/items/LARGE_FISHING_SACK.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§5Large Fishing Sack",
- "nbttag": "{HideFlags:254,SkullOwner:{Id:\"1953e48a-4f32-3234-8eea-10290b814f2f\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTU5MTEwNzUzMzA2MSwKICAicHJvZmlsZUlkIiA6ICI0MWQzYWJjMmQ3ND