aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2023-04-03 14:24:17 +0200
committerGitHub <noreply@github.com>2023-04-03 22:24:17 +1000
commit1662c79b9944a9b77434b4e939a953e59477eb5a (patch)
treeab506c31ca40f3e2fbcfd5992a3b19240a5cf70e
parentbbf75d0b43c0b62a5bc094e135e03eded4104842 (diff)
downloadNotEnoughUpdates-REPO-1662c79b9944a9b77434b4e939a953e59477eb5a.tar.gz
NotEnoughUpdates-REPO-1662c79b9944a9b77434b4e939a953e59477eb5a.tar.bz2
NotEnoughUpdates-REPO-1662c79b9944a9b77434b4e939a953e59477eb5a.zip
Fixed 38 Items, added some reforge stats and a new pet item (#915)
-rw-r--r--constants/enchants.json18
-rw-r--r--constants/reforgestones.json234
-rw-r--r--items/BAL;3.json12
-rw-r--r--items/BAL;4.json24
-rw-r--r--items/CROOKED_ARTIFACT.json14
-rw-r--r--items/DEDICATION;1.json4
-rw-r--r--items/DEDICATION;2.json4
-rw-r--r--items/DEDICATION;3.json4
-rw-r--r--items/DEDICATION;4.json3
-rw-r--r--items/FAKE_EMERALD_ALTAR.json5
-rw-r--r--items/FLOWER_MAELSTROM.json5
-rw-r--r--items/GRANDMA_WOLF;0.json6
-rw-r--r--items/GRANDMA_WOLF;1.json6
-rw-r--r--items/GRANDMA_WOLF;2.json6
-rw-r--r--items/GRANDMA_WOLF;3.json6
-rw-r--r--items/GRANDMA_WOLF;4.json6
-rw-r--r--items/GREEN_BANDANA.json28
-rw-r--r--items/JERRY_BARN_SKIN.json20
-rw-r--r--items/MAGMA_CUBE;0.json6
-rw-r--r--items/MAGMA_CUBE;1.json6
-rw-r--r--items/MAGMA_CUBE;2.json6
-rw-r--r--items/MAGMA_CUBE;3.json6
-rw-r--r--items/MAGMA_CUBE;4.json6
-rw-r--r--items/MAGMA_LORD_BOOTS.json6
-rw-r--r--items/MAGMA_LORD_CHESTPLATE.json6
-rw-r--r--items/MAGMA_LORD_HELMET.json6
-rw-r--r--items/MAGMA_LORD_LEGGINGS.json6
-rw-r--r--items/MONKEY;4.json9
-rw-r--r--items/MOON_CHUNK.json5
-rw-r--r--items/POEM_OF_INFINITE_LOVE.json5
-rw-r--r--items/POORLY_WRAPPED_ROCK.json5
-rw-r--r--items/ROSE_BOUQUET.json5
-rw-r--r--items/SEAL_OF_THE_FAMILY.json5
-rw-r--r--items/SHADY_RING.json5
-rw-r--r--items/SNAIL;2.json6
-rw-r--r--items/SNAIL;3.json6
-rw-r--r--items/SNAIL;4.json6
-rw-r--r--items/SOLVED_PRISM.json5
-rw-r--r--items/TELEPORTER_PILL.json4
-rw-r--r--items/VERY_OFFICIAL_YELLOW_ROCK.json5
-rw-r--r--items/WARTS_STEW.json7
-rw-r--r--items/WRAPPED_GIFT_FOR_JULIETTE.json5
-rw-r--r--items/ZOMBIE;0.json8
-rw-r--r--items/ZOMBIE;1.json8
-rw-r--r--items/ZOMBIE;2.json8
-rw-r--r--items/ZOMBIE;3.json8
-rw-r--r--items/ZOMBIE;4.json8
47 files changed, 448 insertions, 134 deletions
diff --git a/constants/enchants.json b/constants/enchants.json
index 2805ed2a..83785b48 100644
--- a/constants/enchants.json
+++ b/constants/enchants.json
@@ -80,7 +80,8 @@
"turbo_melon",
"turbo_pumpkin",
"delicate",
- "sunder"
+ "sunder",
+ "dedication"
],
"PICKAXE": [
"compact",
@@ -190,7 +191,8 @@
"turbo_potato",
"turbo_mushrooms",
"cultivating",
- "delicate"
+ "delicate",
+ "dedication"
],
"HELMET": [
"big_brain",
@@ -388,19 +390,23 @@
],
"BELT": [
"cayenne",
- "prosperity"
+ "prosperity",
+ "green_thumb"
],
"NECKLACE": [
"cayenne",
- "prosperity"
+ "prosperity",
+ "green_thumb"
],
"BRACELET": [
"cayenne",
- "prosperity"
+ "prosperity",
+ "green_thumb"
],
"CLOAK": [
"cayenne",
- "prosperity"
+ "prosperity",
+ "green_thumb"
]
},
"enchant_pools": [
diff --git a/constants/reforgestones.json b/constants/reforgestones.json
index 5f8f5b1a..938c3407 100644
--- a/constants/reforgestones.json
+++ b/constants/reforgestones.json
@@ -139,6 +139,54 @@
}
}
},
+ "BURROWING_SPORES": {
+ "internalName": "BURROWING_SPORES",
+ "reforgeName": "Rooted",
+ "reforgeType": "blacksmith/reforge_stone",
+ "itemTypes": "EQUIPMENT",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeCosts": {
+ "COMMON": 20000,
+ "UNCOMMON": 40000,
+ "RARE": 80000,
+ "EPIC": 150000,
+ "LEGENDARY": 300000,
+ "MYTHIC": 600000
+ },
+ "reforgeStats": {
+ "COMMON": {
+ "health": 2,
+ "farming_fortune": 4
+ },
+ "UNCOMMON": {
+ "health": 5,
+ "farming_fortune": 6
+ },
+ "RARE": {
+ "health": 8,
+ "farming_fortune": 8
+ },
+ "EPIC": {
+ "health": 11,
+ "farming_fortune": 10
+ },
+ "LEGENDARY": {
+ "health": 14,
+ "farming_fortune": 12
+ },
+ "MYTHIC": {
+ "health": 17,
+ "farming_fortune": 14
+ }
+ }
+ },
"BLAZE_WAX": {
"internalName": "BLAZE_WAX",
"reforgeName": "Waxed",
@@ -757,6 +805,54 @@
}
}
},
+ "FLOWERING_BOUQUET": {
+ "internalName": "FLOWERING_BOUQUET",
+ "reforgeName": "Blooming",
+ "reforgeType": "blacksmith/reforge_stone",
+ "itemTypes": "EQUIPMENT",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeCosts": {
+ "COMMON": 5000,
+ "UNCOMMON": 10000,
+ "RARE": 20000,
+ "EPIC": 50000,
+ "LEGENDARY": 100000,
+ "MYTHIC": 200000
+ },
+ "reforgeStats": {
+ "COMMON": {
+ "speed": 4,
+ "farming_fortune": 1
+ },
+ "UNCOMMON": {
+ "speed": 4,
+ "farming_fortune": 2
+ },
+ "RARE": {
+ "speed": 5,
+ "farming_fortune": 3
+ },
+ "EPIC": {
+ "speed": 5,
+ "farming_fortune": 4
+ },
+ "LEGENDARY": {
+ "speed": 6,
+ "farming_fortune": 5
+ },
+ "MYTHIC": {
+ "speed": 6,
+ "farming_fortune": 6
+ }
+ }
+ },
"GIANT_TOOTH": {
"internalName": "GIANT_TOOTH",
"reforgeName": "Giant",
@@ -1111,6 +1207,54 @@
}
}
},
+ "LARGE_WALNUT": {
+ "internalName": "LARGE_WALNUT",
+ "reforgeName": "Earthly",
+ "reforgeType": "blacksmith/reforge_stone",
+ "itemTypes": "AXE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeCosts": {
+ "COMMON": 5000,
+ "UNCOMMON": 10000,
+ "RARE": 20000,
+ "EPIC": 50000,
+ "LEGENDARY": 100000,
+ "MYTHIC": 200000
+ },
+ "reforgeStats": {
+ "COMMON": {
+ "speed": 1,
+ "farming_fortune": 1
+ },
+ "UNCOMMON": {
+ "speed": 1,
+ "farming_fortune": 4
+ },
+ "RARE": {
+ "speed": 1,
+ "farming_fortune": 6
+ },
+ "EPIC": {
+ "speed": 1,
+ "farming_fortune": 8
+ },
+ "LEGENDARY": {
+ "speed": 1,
+ "farming_fortune": 10
+ },
+ "MYTHIC": {
+ "speed": 1,
+ "farming_fortune": 12
+ }
+ }
+ },
"LUXURIOUS_SPOOL": {
"internalName": "LUXURIOUS_SPOOL",
"reforgeName": "Silky",
@@ -1499,6 +1643,54 @@
}
}
},
+ "OVERGROWN_GRASS": {
+ "internalName": "OVERGROWN_GRASS",
+ "reforgeName": "Mossy",
+ "reforgeType": "blacksmith/reforge_stone",
+ "itemTypes": "ARMOR",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeCosts": {
+ "COMMON": 20000,
+ "UNCOMMON": 40000,
+ "RARE": 80000,
+ "EPIC": 150000,
+ "LEGENDARY": 300000,
+ "MYTHIC": 600000
+ },
+ "reforgeStats": {
+ "COMMON": {
+ "speed": 3,
+ "farming_fortune": 5
+ },
+ "UNCOMMON": {
+ "speed": 3,
+ "farming_fortune": 10
+ },
+ "RARE": {
+ "speed": 5,
+ "farming_fortune": 15
+ },
+ "EPIC": {
+ "speed": 5,
+ "farming_fortune": 20
+ },
+ "LEGENDARY": {
+ "speed": 7,
+ "farming_fortune": 25
+ },
+ "MYTHIC": {
+ "speed": 7,
+ "farming_fortune": 30
+ }
+ }
+ },
"PETRIFIED_STARFALL": {
"internalName": "PETRIFIED_STARFALL",
"reforgeName": "Stellar",
@@ -2192,6 +2384,48 @@
}
}
},
+ "SKYMART_BROCHURE": {
+ "internalName": "SKYMART_BROCHURE",
+ "reforgeName": "Bustling",
+ "reforgeType": "blacksmith/reforge_stone",
+ "itemTypes": "ARMOR",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeCosts": {
+ "COMMON": 1000,
+ "UNCOMMON": 2000,
+ "RARE": 3000,
+ "EPIC": 6000,
+ "LEGENDARY": 10000,
+ "MYTHIC": 15000
+ },
+ "reforgeStats": {
+ "COMMON": {
+ "farming_fortune": 1
+ },
+ "UNCOMMON": {
+ "farming_fortune": 2
+ },
+ "RARE": {
+ "farming_fortune": 4
+ },
+ "EPIC": {
+ "farming_fortune": 6
+ },
+ "LEGENDARY": {
+ "farming_fortune": 8
+ },
+ "MYTHIC": {
+ "farming_fortune": 10
+ }
+ }
+ },
"SPIRIT_DECOY": {
"internalName": "SPIRIT_DECOY",
"reforgeName": "Spiritual",
diff --git a/items/BAL;3.json b/items/BAL;3.json
index 30244fc7..4eff1246 100644
--- a/items/BAL;3.json
+++ b/items/BAL;3.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§f§f§7[Lvl {LVL}] §5Bal",
- "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"704396fb-e7f0-3a33-bb57-d9bd34d6c7c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDM3NTcwNjg0MywKICAicHJvZmlsZUlkIiA6ICIwNWQ0NTNiZWE0N2Y0MThiOWI2ZDUzODg0MWQxMDY2MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJFY2hvcnJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2M0NjliYTIwNDcxMjJlMGEyZGUzYzc0MzdhZDNkZDVkMzFmMWFjMmQyN2FiZGU5Zjg4NDFlMWQ5MmE4YzViNzUiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §c+{STRENGTH}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"\",5:\"§6Protective Skin\",6:\"§7§7Gives §cheat immunity.\",7:\"\",8:\"§6Fire Whip\",9:\"§7§7Every §a5s §7while in combat\",10:\"§7the Balrog will strike nearby\",11:\"§7enemies with his fire whip\",12:\"§7dealing §c{0}% §7of your damage\",13:\"§7as §ftrue damage.\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Bal\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BAL\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"BAL;3\"},AttributeModifiers:[]}",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"704396fb-e7f0-3a33-bb57-d9bd34d6c7c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDM3NTcwNjg0MywKICAicHJvZmlsZUlkIiA6ICIwNWQ0NTNiZWE0N2Y0MThiOWI2ZDUzODg0MWQxMDY2MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJFY2hvcnJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2M0NjliYTIwNDcxMjJlMGEyZGUzYzc0MzdhZDNkZDVkMzFmMWFjMmQyN2FiZGU5Zjg4NDFlMWQ5MmE4YzViNzUiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §c+{STRENGTH}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"\",5:\"§6Protective Skin\",6:\"§7§7Gives §cheat immunity.\",7:\"\",8:\"§6Fire Whip\",9:\"§7§7Every §a5s §7while in combat\",10:\"§7on public islands, Bal will\",11:\"§7strike nearby enemies with his\",12:\"§7fire whip dealing §c{0}% §7of\",13:\"§7your damage as §ftrue damage§7.\",14:\"\",15:\"§7§eRight-click to add this pet to\",16:\"§eyour pet menu!\",17:\"\",18:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Bal\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BAL\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"BAL;3\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§8Combat Pet",
@@ -14,10 +14,10 @@
"",
"§6Fire Whip",
"§7§7Every §a5s §7while in combat",
- "§7the Balrog will strike nearby",
- "§7enemies with his fire whip",
- "§7dealing §c{0}% §7of your damage",
- "§7as §ftrue damage.",
+ "§7on public islands, Bal will",
+ "§7strike nearby enemies with his",
+ "§7fire whip dealing §c{0}% §7of",
+ "§7your damage as §ftrue damage§7.",
"",
"§7§eRight-click to add this pet to",
"§eyour pet menu!",
@@ -27,7 +27,7 @@
"internalname": "BAL;3",
"crafttext": "",
"clickcommand": "",
- "modver": "2.0.0-REL",
+ "modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Bal_Pet",
diff --git a/items/BAL;4.json b/items/BAL;4.json
index aa9e1035..672ab7a3 100644
--- a/items/BAL;4.json
+++ b/items/BAL;4.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:skull",
"displayname": "§f§f§7[Lvl {LVL}] §6Bal",
- "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"704396fb-e7f0-3a33-bb57-d9bd34d6c7c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDM3NTcwNjg0MywKICAicHJvZmlsZUlkIiA6ICIwNWQ0NTNiZWE0N2Y0MThiOWI2ZDUzODg0MWQxMDY2MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJFY2hvcnJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2M0NjliYTIwNDcxMjJlMGEyZGUzYzc0MzdhZDNkZDVkMzFmMWFjMmQyN2FiZGU5Zjg4NDFlMWQ5MmE4YzViNzUiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §c+{STRENGTH}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"\",5:\"§6Protective Skin\",6:\"§7§7Gives §cheat immunity.\",7:\"\",8:\"§6Fire Whip\",9:\"§7§7Every §a5s §7while in combat\",10:\"§7the Balrog will strike nearby\",11:\"§7enemies with his fire whip\",12:\"§7dealing §c{0}% §7of your damage\",13:\"§7as §ftrue damage.\",14:\"\",15:\"§6Made of Lava\",16:\"§7§7Gain §a{1}% §7on ALL stats\",17:\"§7when inside the §cMagma Fields.\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Bal\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BAL\\\",\\\"active\\\":false,\\\"exp\\\":0.0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"BAL;4\"},AttributeModifiers:[]}",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"704396fb-e7f0-3a33-bb57-d9bd34d6c7c9\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDM3NTcwNjg0MywKICAicHJvZmlsZUlkIiA6ICIwNWQ0NTNiZWE0N2Y0MThiOWI2ZDUzODg0MWQxMDY2MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJFY2hvcnJhIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2M0NjliYTIwNDcxMjJlMGEyZGUzYzc0MzdhZDNkZDVkMzFmMWFjMmQyN2FiZGU5Zjg4NDFlMWQ5MmE4YzViNzUiLAogICAgICAibWV0YWRhdGEiIDogewogICAgICAgICJtb2RlbCIgOiAic2xpbSIKICAgICAgfQogICAgfQogIH0KfQ\u003d\u003d\"}]}},display:{Lore:[0:\"§8Combat Pet\",1:\"\",2:\"§7Strength: §c+{STRENGTH}\",3:\"§7Ferocity: §a{FEROCITY}\",4:\"\",5:\"§6Protective Skin\",6:\"§7§7Gives §cheat immunity.\",7:\"\",8:\"§6Fire Whip\",9:\"§7§7Every §a5s §7while in combat\",10:\"§7on public islands, Bal will\",11:\"§7strike nearby enemies with his\",12:\"§7fire whip dealing §c{0}% §7of\",13:\"§7your damage as §ftrue damage§7.\",14:\"\",15:\"§6Made of Lava\",16:\"§7§7Gain §a{1}% §7on ALL stats\",17:\"§7when inside the §cMagma Fields.\",18:\"\",19:\"§7§eRight-click to add this pet to\",20:\"§eyour pet menu!\",21:\"\",22:\"§6§lLEGENDARY\"],Name:\"§f§f§7[Lvl {LVL}] §6Bal\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"BAL\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"LEGENDARY\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"BAL;4\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§8Combat Pet",
@@ -14,10 +14,10 @@
"",
"§6Fire Whip",
"§7§7Every §a5s §7while in combat",
- "§7the Balrog will strike nearby",
- "§7enemies with his fire whip",
- "§7dealing §c{0}% §7of your damage",
- "§7as §ftrue damage.",
+ "§7on public islands, Bal will",
+ "§7strike nearby enemies with his",
+ "§7fire whip dealing §c{0}% §7of",
+ "§7your damage as §ftrue damage§7.",
"",
"§6Made of Lava",
"§7§7Gain §a{1}% §7on ALL stats",
@@ -31,10 +31,22 @@
"internalname": "BAL;4",
"crafttext": "",
"clickcommand": "",
- "modver": "2.0.0-REL",
+ "modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Bal_Pet",
"https://wiki.hypixel.net/Bal_Pet"
+ ],
+ "recipes": [
+ {
+ "type": "katgrade",
+ "coins": 2000000,
+ "time": 864000,
+ "input": "BAL;3",
+ "output": "BAL;4",
+ "items": [
+ "YOGGIE:100"
+ ]
+ }
]
} \ No newline at end of file
diff --git a/items/CROOKED_ARTIFACT.json b/items/CROOKED_ARTIFACT.json
index 36f515a2..3aa91509 100644
--- a/items/CROOKED_ARTIFACT.json
+++ b/items/CROOKED_ARTIFACT.json
@@ -1,16 +1,17 @@
{
"itemid": "minecraft:skull",
"displayname": "§9Crooked Artifact",
- "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a8ed4294-1a13-3ad2-a8e9-5b7e77f40b80\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzUyNzA1MzcwOTgsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzViN2ZmODhkMTU0ZDA0YThhMjY5OTVjOTlmNjRlNTNiNTc0YzdiODJlYzIxYTEyYTllNDQ4YmNhMWU3MGY0NjEifX19\"}]}},display:{Lore:[0:\"§7Get 2% off on most shops.\",1:\"\",2:\"§9§lRARE ACCESSORY\"],Name:\"§9Crooked Artifact\"},ExtraAttributes:{modifier:\"itchy\",id:\"CROOKED_ARTIFACT\"},AttributeModifiers:[]}",
+ "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"a8ed4294-1a13-3ad2-a8e9-5b7e77f40b80\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NzUyNzA1MzcwOTgsInByb2ZpbGVJZCI6IjQxZDNhYmMyZDc0OTQwMGM5MDkwZDU0MzRkMDM4MzFiIiwicHJvZmlsZU5hbWUiOiJNZWdha2xvb24iLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzViN2ZmODhkMTU0ZDA0YThhMjY5OTVjOTlmNjRlNTNiNTc0YzdiODJlYzIxYTEyYTllNDQ4YmNhMWU3MGY0NjEifX19\"}]}},display:{Lore:[0:\"§7Get 2% off on most shops.\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§9§lRARE ACCESSORY\"],Name:\"§9Crooked Artifact\"},ExtraAttributes:{modifier:\"itchy\",id:\"CROOKED_ARTIFACT\"},AttributeModifiers:[]}",
"damage": 3,
"lore": [
"§7Get 2% off on most shops.",
"",
+ "§8§l* §8Co-op Soulbound §8§l*",
"§9§lRARE ACCESSORY"
],
"internalname": "CROOKED_ARTIFACT",
"clickcommand": "",
- "modver": "2.1.0-REL",
+ "modver": "2.1.1-PRE",
"infoType": "WIKI_URL",
"info": [
"https://hypixel-skyblock.fandom.com/wiki/Crooked_Artifact",
@@ -18,9 +19,10 @@
],
"recipes": [
{
- "type": "trade",
- "cost": "ENCHANTED_EMERALD:38",
- "result": "CROOKED_ARTIFACT"
+ "type": "trade",
+ "cost": "ENCHANTED_EMERALD:38",
+ "result": "CROOKED_ARTIFACT"
}
- ]
+ ],
+ "crafttext": ""
} \ No newline at end of file
diff --git a/items/DEDICATION;1.json b/items/DEDICATION;1.json
index c91c7f3f..6b22e63c 100644
--- a/items/DEDICATION;1.json
+++ b/items/DEDICATION;1.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:enchanted_book",
"displayname": "§fEnchanted Book",
- "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dedication I\",1:\"§7Grants §60.5☘ Farming Fortune\",2:\"§6§7for crops, multiplied by your\",3:\"§7§bGarden §7milestone for that\",4:\"§7crop.\",5:\"\",6:\"§7Can be applied to Axes and Hoes.\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-IV: §7SkyMart\",13:\"\",14:\"§6Applied To:\",15:\"§7 - §fHoe\",16:\"§7 - §fAxe\",17:\"\",18:\"§f§lCOMMON\",19:\"\",20:\"§7Cost\",21:\"§c250 Copper\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DEDICATION;1\",enchantments:{dedication:1}}}",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dedication I\",1:\"§7Grants §60.5☘ Farming Fortune\",2:\"§6§7for crops, multiplied by your\",3:\"§7§bGarden §7milestone for that\",4:\"§7crop.\",5:\"\",6:\"§7Can be applied to Axes and Hoes.\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-III: §7SkyMart\",13:\"\",14:\"§6Applied To:\",15:\"§7 - §fHoe\",16:\"§7 - §fAxe\",17:\"\",18:\"§f§lCOMMON\",19:\"\",20:\"§7Cost\",21:\"§c250 Copper\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DEDICATION;1\",enchantments:{dedication:1}}}",
"damage": 0,
"lore": [
"§9Dedication I",
@@ -16,7 +16,7 @@
"§7to apply it!",
"",
"§6Source:",
- "§aI-IV: §7SkyMart",
+ "§aI-III: §7SkyMart",
"",
"§6Applied To:",
"§7 - §fHoe",
diff --git a/items/DEDICATION;2.json b/items/DEDICATION;2.json
index 04bf4955..5b7aff11 100644
--- a/items/DEDICATION;2.json
+++ b/items/DEDICATION;2.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:enchanted_book",
"displayname": "§fEnchanted Book",
- "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dedication II\",1:\"§7Grants §60.75☘ Farming Fortune\",2:\"§6§7for crops, multiplied by your\",3:\"§7§bGarden §7milestone for that\",4:\"§7crop.\",5:\"\",6:\"§7Can be applied to Axes and Hoes.\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-IV: §7SkyMart\",13:\"\",14:\"§6Applied To:\",15:\"§7 - §fHoe\",16:\"§7 - §fAxe\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DEDICATION;2\",enchantments:{dedication:2}}}",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dedication II\",1:\"§7Grants §60.75☘ Farming Fortune\",2:\"§6§7for crops, multiplied by your\",3:\"§7§bGarden §7milestone for that\",4:\"§7crop.\",5:\"\",6:\"§7Can be applied to Axes and Hoes.\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-III: §7SkyMart\",13:\"\",14:\"§6Applied To:\",15:\"§7 - §fHoe\",16:\"§7 - §fAxe\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DEDICATION;2\",enchantments:{dedication:2}}}",
"damage": 0,
"lore": [
"§9Dedication II",
@@ -16,7 +16,7 @@
"§7to apply it!",
"",
"§6Source:",
- "§aI-IV: §7SkyMart",
+ "§aI-III: §7SkyMart",
"",
"§6Applied To:",
"§7 - §fHoe",
diff --git a/items/DEDICATION;3.json b/items/DEDICATION;3.json
index cf23bc66..67201149 100644
--- a/items/DEDICATION;3.json
+++ b/items/DEDICATION;3.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:enchanted_book",
"displayname": "§fEnchanted Book",
- "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dedication III\",1:\"§7Grants §61☘ Farming Fortune\",2:\"§6§7for crops, multiplied by your\",3:\"§7§bGarden §7milestone for that\",4:\"§7crop.\",5:\"\",6:\"§7Can be applied to Axes and Hoes.\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-IV: §7SkyMart\",13:\"\",14:\"§6Applied To:\",15:\"§7 - §fHoe\",16:\"§7 - §fAxe\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DEDICATION;3\",enchantments:{dedication:3}}}",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dedication III\",1:\"§7Grants §61☘ Farming Fortune\",2:\"§6§7for crops, multiplied by your\",3:\"§7§bGarden §7milestone for that\",4:\"§7crop.\",5:\"\",6:\"§7Can be applied to Axes and Hoes.\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-III: §7SkyMart\",13:\"\",14:\"§6Applied To:\",15:\"§7 - §fHoe\",16:\"§7 - §fAxe\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DEDICATION;3\",enchantments:{dedication:3}}}",
"damage": 0,
"lore": [
"§9Dedication III",
@@ -16,7 +16,7 @@
"§7to apply it!",
"",
"§6Source:",
- "§aI-IV: §7SkyMart",
+ "§aI-III: §7SkyMart",
"",
"§6Applied To:",
"§7 - §fHoe",
diff --git a/items/DEDICATION;4.json b/items/DEDICATION;4.json
index d310a634..bba5c03f 100644
--- a/items/DEDICATION;4.json
+++ b/items/DEDICATION;4.json
@@ -1,7 +1,7 @@
{
"itemid": "minecraft:enchanted_book",
"displayname": "§fEnchanted Book",
- "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dedication IV\",1:\"§7Grants §62☘ Farming Fortune\",2:\"§6§7for crops, multiplied by your\",3:\"§7§bGarden §7milestone for that\",4:\"§7crop.\",5:\"\",6:\"§7Can be applied to Axes and Hoes.\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aI-IV: §7SkyMart\",13:\"§aIV: §7Librarian Garden Visitor\",14:\"\",15:\"§6Applied To:\",16:\"§7 - §fHoe\",17:\"§7 - §fAxe\",18:\"\",19:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DEDICATION;4\",enchantments:{dedication:4}}}",
+ "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§9Dedication IV\",1:\"§7Grants §62☘ Farming Fortune\",2:\"§6§7for crops, multiplied by your\",3:\"§7§bGarden §7milestone for that\",4:\"§7crop.\",5:\"\",6:\"§7Can be applied to Axes and Hoes.\",7:\"\",8:\"§7Use this on an item in an Anvil\",9:\"§7to apply it!\",10:\"\",11:\"§6Source:\",12:\"§aIV: §7Librarian Garden Visitor\",13:\"\",14:\"§6Applied To:\",15:\"§7 - §fHoe\",16:\"§7 - §fAxe\",17:\"\",18:\"§f§lCOMMON\"],Name:\"§fEnchanted Book\"},ExtraAttributes:{id:\"DEDICATION;4\",enchantments:{dedication:4}}}",
"damage": 0,
"lore": [
"§9Dedication IV",
@@ -16,7 +16,6 @@
"§7to apply it!",
"",
"§6Source:",
- "§aI-IV: §7SkyMart",
"§aIV: §7Librarian Garden Visitor",
"",
"§6Applied To:",
diff --git a/items/FAKE_EMERALD_ALTAR.json b/items/FAKE_EMERALD_ALTAR.json
index 7e853761..d51b558e 100644
--- a/items/FAKE_EMERALD_ALTAR.json
+++ b/items/FAKE_EMERALD_ALTAR.json
@@ -1,17 +1,18 @@
{
"itemid": "minecraft:emerald_block",
"displayname": "§a§aFake Emerald Altar",
- "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7Quest item\",1:\"\",2:\"§a§lUNCOMMON\"],Name:\"§a§aFake Emerald Altar\"},ExtraAttributes:{id:\"FAKE_EMERALD_AL