diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-09-19 14:54:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-19 12:54:56 +0000 |
| commit | 5902046e2635b935e44196348776cf3a8dce9288 (patch) | |
| tree | 650213b06a6a28adb7267a6cc50d6a18c18225f6 | |
| parent | f5507523272ee00157e6d5983e104ded54fa9778 (diff) | |
| download | NotEnoughUpdates-REPO-5902046e2635b935e44196348776cf3a8dce9288.tar.gz NotEnoughUpdates-REPO-5902046e2635b935e44196348776cf3a8dce9288.tar.bz2 NotEnoughUpdates-REPO-5902046e2635b935e44196348776cf3a8dce9288.zip | |
feat: 0.20.6 Pet/Blaze Minion changes and reqs on the new rod (#1358)
| -rw-r--r-- | constants/petnums.json | 74 | ||||
| -rw-r--r-- | items/ARMADILLO;0.json | 22 | ||||
| -rw-r--r-- | items/ARMADILLO;1.json | 22 | ||||
| -rw-r--r-- | items/ARMADILLO;2.json | 25 | ||||
| -rw-r--r-- | items/ARMADILLO;3.json | 25 | ||||
| -rw-r--r-- | items/BLAZE_GENERATOR_1.json | 12 | ||||
| -rw-r--r-- | items/BLAZE_GENERATOR_10.json | 12 | ||||
| -rw-r--r-- | items/BLAZE_GENERATOR_11.json | 12 | ||||
| -rw-r--r-- | items/BLAZE_GENERATOR_12.json | 12 | ||||
| -rw-r--r-- | items/BLAZE_GENERATOR_2.json | 12 | ||||
| -rw-r--r-- | items/BLAZE_GENERATOR_3.json | 12 | ||||
| -rw-r--r-- | items/BLAZE_GENERATOR_4.json | 12 | ||||
| -rw-r--r-- | items/BLAZE_GENERATOR_5.json | 12 | ||||
| -rw-r--r-- | items/BLAZE_GENERATOR_6.json | 12 | ||||
| -rw-r--r-- | items/BLAZE_GENERATOR_7.json | 12 | ||||
| -rw-r--r-- | items/BLAZE_GENERATOR_8.json | 12 | ||||
| -rw-r--r-- | items/BLAZE_GENERATOR_9.json | 12 | ||||
| -rw-r--r-- | items/MITHRIL_GOLEM;0.json | 9 | ||||
| -rw-r--r-- | items/MITHRIL_GOLEM;1.json | 9 | ||||
| -rw-r--r-- | items/MITHRIL_GOLEM;2.json | 15 | ||||
| -rw-r--r-- | items/MITHRIL_GOLEM;3.json | 15 | ||||
| -rw-r--r-- | items/MITHRIL_GOLEM;4.json | 21 | ||||
| -rw-r--r-- | items/MITHRIL_GOLEM;5.json | 26 | ||||
| -rw-r--r-- | items/POLISHED_TOPAZ_ROD.json | 8 |
24 files changed, 208 insertions, 207 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 2a46d31a..a92cb09f 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -129,7 +129,7 @@ "RARE": { "1": { "otherNums": [ - 57.9 + 59.8 ], "statNums": { "DEFENSE": 2.0 @@ -137,7 +137,7 @@ }, "100": { "otherNums": [ - 30.0 + 40.0 ], "statNums": { "DEFENSE": 200 @@ -147,7 +147,7 @@ "EPIC": { "1": { "otherNums": [ - 57.9 + 59.7 ], "statNums": { "DEFENSE": 2.0 @@ -165,8 +165,8 @@ "LEGENDARY": { "1": { "otherNums": [ - 57.9, - 99.5 + 59.6, + 5.0 ], "statNums": { "DEFENSE": 2.0 @@ -174,8 +174,8 @@ }, "100": { "otherNums": [ - 30.0, - 50 + 20.0, + 500 ], "statNums": { "DEFENSE": 200 @@ -5690,122 +5690,134 @@ "COMMON": { "1": { "otherNums": [ - 0.5 + 1 ], "statNums": { - "TRUE_DEFENSE": 0.5 + "TRUE_DEFENSE": 0.5, + "MINING_SPEED": 0.25 } }, "100": { "otherNums": [ - 50 + 100 ], "statNums": { - "TRUE_DEFENSE": 50.0 + "TRUE_DEFENSE": 50.0, + "MINING_SPEED": 25.0 } } }, "UNCOMMON": { "1": { "otherNums": [ - 0.8 + 1.5 ], "statNums": { - "TRUE_DEFENSE": 0.5 + "TRUE_DEFENSE": 0.5, + "MINING_SPEED": 0.25 } }, "100": { "otherNums": [ - 80 + 150 ], "statNums": { - "TRUE_DEFENSE": 50.0 + "TRUE_DEFENSE": 50.0, + "MINING_SPEED": 25.0 } } }, "RARE": { "1": { "otherNums": [ - 0.8, + 1.5, 0.1 ], "statNums": { - "TRUE_DEFENSE": 0.5 + "TRUE_DEFENSE": 0.5, + "MINING_SPEED": 0.25 } }, "100": { "otherNums": [ - 80, + 150, 10 ], "statNums": { - "TRUE_DEFENSE": 50.0 + "TRUE_DEFENSE": 50.0, + "MINING_SPEED": 25.0 } } }, "EPIC": { "1": { "otherNums": [ - 1, + 2, 0.2 ], "statNums": { - "TRUE_DEFENSE": 0.5 + "TRUE_DEFENSE": 0.5, + "MINING_SPEED": 0.25 } }, "100": { "otherNums": [ - 100, + 200, 20.0 ], "statNums": { - "TRUE_DEFENSE": 50.0 + "TRUE_DEFENSE": 50.0, + "MINING_SPEED": 25.0 } } }, "LEGENDARY": { "1": { "otherNums": [ - 1, + 2, 0.2, 0.2 ], "statNums": { - "TRUE_DEFENSE": 0.5 + "TRUE_DEFENSE": 0.5, + "MINING_SPEED": 0.25 } }, "100": { "otherNums": [ - 100, + 200, 20.0, 20.0 ], "statNums": { - "TRUE_DEFENSE": 50.0 + "TRUE_DEFENSE": 50.0, + "MINING_SPEED": 25.0 } } }, "MYTHIC": { "1": { "otherNums": [ - 1, + 2, 0.2, 0.2, 0.1 ], "statNums": { - "TRUE_DEFENSE": 0.5 + "TRUE_DEFENSE": 0.5, + "MINING_SPEED": 0.25 } }, "100": { "otherNums": [ - 100, + 200, 20.0, 20.0, 10 ], "statNums": { - "TRUE_DEFENSE": 50.0 + "TRUE_DEFENSE": 50.0, + "MINING_SPEED": 25.0 } } } diff --git a/items/ARMADILLO;0.json b/items/ARMADILLO;0.json index 046c33e7..f1357d93 100644 --- a/items/ARMADILLO;0.json +++ b/items/ARMADILLO;0.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl {LVL}] §fArmadillo", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Tunneller\",9:\"§7§7The Armadillo breaks all stone\",10:\"§7or ore in its path while you are\",11:\"§7riding it in the §5Crystal\",12:\"§5Hollows §7using your held item.\",13:\"\",14:\"§6Earth Surfer\",15:\"§7§7The Armadillo moves faster\",16:\"§7based on your §f✦ Speed§7.\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§f§lCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §fArmadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;0\"},AttributeModifiers:[]}", + "displayname": "§7[Lvl {LVL}] §fArmadillo", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet to\",6:\"§7ride it! Moves faster based on your\",7:\"§7§f✦ Speed§7.\",8:\"\",9:\"§6Tunneller\",10:\"§7§7While in the §5Crystal Hollows§7, this Pet\",11:\"§7breaks all blocks in its path using\",12:\"§7your held item.\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§f§lCOMMON\"],Name:\"§7[Lvl {LVL}] §fArmadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"COMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;0\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Mount", @@ -9,18 +9,14 @@ "§7Defense: §a{DEFENSE}", "", "§6Ridable", - "§7§7Right-click your summoned pet", - "§7to ride it!", + "§7§7Right-click your summoned pet to", + "§7ride it! Moves faster based on your", + "§7§f✦ Speed§7.", "", "§6Tunneller", - "§7§7The Armadillo breaks all stone", - "§7or ore in its path while you are", - "§7riding it in the §5Crystal", - "§5Hollows §7using your held item.", - "", - "§6Earth Surfer", - "§7§7The Armadillo moves faster", - "§7based on your §f✦ Speed§7.", + "§7§7While in the §5Crystal Hollows§7, this Pet", + "§7breaks all blocks in its path using", + "§7your held item.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -30,7 +26,7 @@ "internalname": "ARMADILLO;0", "crafttext": "", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "2.3.2", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Armadillo_Pet", diff --git a/items/ARMADILLO;1.json b/items/ARMADILLO;1.json index 9dabdca3..e43122d1 100644 --- a/items/ARMADILLO;1.json +++ b/items/ARMADILLO;1.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl {LVL}] §aArmadillo", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Tunneller\",9:\"§7§7The Armadillo breaks all stone\",10:\"§7or ore in its path while you are\",11:\"§7riding it in the §5Crystal\",12:\"§5Hollows §7using your held item.\",13:\"\",14:\"§6Earth Surfer\",15:\"§7§7The Armadillo moves faster\",16:\"§7based on your §f✦ Speed§7.\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§a§lUNCOMMON\"],Name:\"§f§f§7[Lvl {LVL}] §aArmadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;1\"},AttributeModifiers:[]}", + "displayname": "§7[Lvl {LVL}] §aArmadillo", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet to\",6:\"§7ride it! Moves faster based on your\",7:\"§7§f✦ Speed§7.\",8:\"\",9:\"§6Tunneller\",10:\"§7§7While in the §5Crystal Hollows§7, this Pet\",11:\"§7breaks all blocks in its path using\",12:\"§7your held item.\",13:\"\",14:\"§7§eRight-click to add this pet to\",15:\"§eyour pet menu!\",16:\"\",17:\"§a§lUNCOMMON\"],Name:\"§7[Lvl {LVL}] §aArmadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"UNCOMMON\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;1\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Mount", @@ -9,18 +9,14 @@ "§7Defense: §a{DEFENSE}", "", "§6Ridable", - "§7§7Right-click your summoned pet", - "§7to ride it!", + "§7§7Right-click your summoned pet to", + "§7ride it! Moves faster based on your", + "§7§f✦ Speed§7.", "", "§6Tunneller", - "§7§7The Armadillo breaks all stone", - "§7or ore in its path while you are", - "§7riding it in the §5Crystal", - "§5Hollows §7using your held item.", - "", - "§6Earth Surfer", - "§7§7The Armadillo moves faster", - "§7based on your §f✦ Speed§7.", + "§7§7While in the §5Crystal Hollows§7, this Pet", + "§7breaks all blocks in its path using", + "§7your held item.", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -30,7 +26,7 @@ "internalname": "ARMADILLO;1", "crafttext": "", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "2.3.2", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Armadillo_Pet", diff --git a/items/ARMADILLO;2.json b/items/ARMADILLO;2.json index dc16264c..4019f8a0 100644 --- a/items/ARMADILLO;2.json +++ b/items/ARMADILLO;2.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl {LVL}] §9Armadillo", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Tunneller\",9:\"§7§7The Armadillo breaks all stone\",10:\"§7or ore in its path while you are\",11:\"§7riding it in the §5Crystal\",12:\"§5Hollows §7using your held item.\",13:\"\",14:\"§6Earth Surfer\",15:\"§7§7The Armadillo moves faster\",16:\"§7based on your §f✦ Speed§7.\",17:\"\",18:\"§6Rolling Miner\",19:\"§7§7Every §a{0} §7seconds, the next\",20:\"§7gemstone you mine gives §a2x\",21:\"§a§7drops.\",22:\"\",23:\"§7§eRight-click to add this pet to\",24:\"§eyour pet menu!\",25:\"\",26:\"§9§lRARE\"],Name:\"§f§f§7[Lvl {LVL}] §9Armadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;2\"},AttributeModifiers:[]}", + "displayname": "§7[Lvl {LVL}] §9Armadillo", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet to\",6:\"§7ride it! Moves faster based on your\",7:\"§7§f✦ Speed§7.\",8:\"\",9:\"§6Tunneller\",10:\"§7§7While in the §5Crystal Hollows§7, this Pet\",11:\"§7breaks all blocks in its path using\",12:\"§7your held item.\",13:\"\",14:\"§6Rolling Miner\",15:\"§7§7Every §a{0} §7seconds, the next\",16:\"§7§dGemstone §7you mine gives §a2x §7drops\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§9§lRARE\"],Name:\"§7[Lvl {LVL}] §9Armadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"RARE\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;2\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Mount", @@ -9,23 +9,18 @@ "§7Defense: §a{DEFENSE}", "", "§6Ridable", - "§7§7Right-click your summoned pet", - "§7to ride it!", + "§7§7Right-click your summoned pet to", + "§7ride it! Moves faster based on your", + "§7§f✦ Speed§7.", "", "§6Tunneller", - "§7§7The Armadillo breaks all stone", - "§7or ore in its path while you are", - "§7riding it in the §5Crystal", - "§5Hollows §7using your held item.", - "", - "§6Earth Surfer", - "§7§7The Armadillo moves faster", - "§7based on your §f✦ Speed§7.", + "§7§7While in the §5Crystal Hollows§7, this Pet", + "§7breaks all blocks in its path using", + "§7your held item.", "", "§6Rolling Miner", "§7§7Every §a{0} §7seconds, the next", - "§7gemstone you mine gives §a2x", - "§a§7drops.", + "§7§dGemstone §7you mine gives §a2x §7drops", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -35,7 +30,7 @@ "internalname": "ARMADILLO;2", "crafttext": "", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "2.3.2", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Armadillo_Pet", diff --git a/items/ARMADILLO;3.json b/items/ARMADILLO;3.json index 09324595..a0990bea 100644 --- a/items/ARMADILLO;3.json +++ b/items/ARMADILLO;3.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:skull", - "displayname": "§f§f§7[Lvl {LVL}] §5Armadillo", - "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet\",6:\"§7to ride it!\",7:\"\",8:\"§6Tunneller\",9:\"§7§7The Armadillo breaks all stone\",10:\"§7or ore in its path while you are\",11:\"§7riding it in the §5Crystal\",12:\"§5Hollows §7using your held item.\",13:\"\",14:\"§6Earth Surfer\",15:\"§7§7The Armadillo moves faster\",16:\"§7based on your §f✦ Speed§7.\",17:\"\",18:\"§6Rolling Miner\",19:\"§7§7Every §a{0} §7seconds, the next\",20:\"§7gemstone you mine gives §a2x\",21:\"§a§7drops.\",22:\"\",23:\"§7§eRight-click to add this pet to\",24:\"§eyour pet menu!\",25:\"\",26:\"§5§lEPIC\"],Name:\"§f§f§7[Lvl {LVL}] §5Armadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;3\"},AttributeModifiers:[]}", + "displayname": "§7[Lvl {LVL}] §5Armadillo", + "nbttag": "{overrideMeta:1b,HideFlags:254,SkullOwner:{Id:\"f98c37c6-7610-3609-ba5b-86b25910fe1e\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYyMDEyMDM3NzYxMSwKICAicHJvZmlsZUlkIiA6ICI4OGU0YWNiYTQwOTc0YWZkYmE0ZDM1YjdlYzdmNmJmYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJKb2FvMDkxNSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jMWViNmRmNDczNmFlMjRkZDEyYTNkMDBmOTFlNmUzYWE3YWRlNmJiZWZiMDk3OGFmZWYyZjBmOTI0NjEwMThmIiwKICAgICAgIm1ldGFkYXRhIiA6IHsKICAgICAgICAibW9kZWwiIDogInNsaW0iCiAgICAgIH0KICAgIH0KICB9Cn0\u003d\"}]}},display:{Lore:[0:\"§8Mining Mount\",1:\"\",2:\"§7Defense: §a{DEFENSE}\",3:\"\",4:\"§6Ridable\",5:\"§7§7Right-click your summoned pet to\",6:\"§7ride it! Moves faster based on your\",7:\"§7§f✦ Speed§7.\",8:\"\",9:\"§6Tunneller\",10:\"§7§7While in the §5Crystal Hollows§7, this Pet\",11:\"§7breaks all blocks in its path using\",12:\"§7your held item.\",13:\"\",14:\"§6Rolling Miner\",15:\"§7§7Every §a{0} §7seconds, the next\",16:\"§7§dGemstone §7you mine gives §a2x §7drops\",17:\"\",18:\"§7§eRight-click to add this pet to\",19:\"§eyour pet menu!\",20:\"\",21:\"§5§lEPIC\"],Name:\"§7[Lvl {LVL}] §5Armadillo\"},ExtraAttributes:{petInfo:\"{\\\"type\\\":\\\"ARMADILLO\\\",\\\"active\\\":false,\\\"exp\\\":0,\\\"tier\\\":\\\"EPIC\\\",\\\"hideInfo\\\":false,\\\"candyUsed\\\":0}\",originTag:\"PET_MENU\",id:\"ARMADILLO;3\"},AttributeModifiers:[]}", "damage": 3, "lore": [ "§8Mining Mount", @@ -9,23 +9,18 @@ "§7Defense: §a{DEFENSE}", "", "§6Ridable", - "§7§7Right-click your summoned pet", - "§7to ride it!", + "§7§7Right-click your summoned pet to", + "§7ride it! Moves faster based on your", + "§7§f✦ Speed§7.", "", "§6Tunneller", - "§7§7The Armadillo breaks all stone", - "§7or ore in its path while you are", - "§7riding it in the §5Crystal", - "§5Hollows §7using your held item.", - "", - "§6Earth Surfer", - "§7§7The Armadillo moves faster", - "§7based on your §f✦ Speed§7.", + "§7§7While in the §5Crystal Hollows§7, this Pet", + "§7breaks all blocks in its path using", + "§7your held item.", "", "§6Rolling Miner", "§7§7Every §a{0} §7seconds, the next", - "§7gemstone you mine gives §a2x", - "§a§7drops.", + "§7§dGemstone §7you mine gives §a2x §7drops", "", "§7§eRight-click to add this pet to", "§eyour pet menu!", @@ -35,7 +30,7 @@ "internalname": "ARMADILLO;3", "crafttext": "", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "2.3.2", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Armadillo_Pet", diff --git a/items/BLAZE_GENERATOR_1.json b/items/BLAZE_GENERATOR_1.json index 2cf1759e..6a0e0635 100644 --- a/items/BLAZE_GENERATOR_1.json +++ b/items/BLAZE_GENERATOR_1.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§9Blaze Minion I", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f33a5de3-01a4-3b99-895f-c99c680ba735\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MTgwOTE5NjUsInByb2ZpbGVJZCI6IjZlZDg3NmUzZjg4MTRmYzhhMTNlMDU0MDU1ODFjNDZiIiwicHJvZmlsZU5hbWUiOiJBenVyZUJsdWUiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzMyMDhmYmQ2NGU5N2M2ZTAwODUzZDM2YjNhMjAxZTQ4MDNjYWU0M2RjYmQ2OTM2YTNjZWNlMDUwOTEyZTFmMjAifX19\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and slaying\",2:\"§7Blaze! Minions also work when\",3:\"§7you are offline!\",4:\"\",5:\"§7Time Between Actions: §a33s\",6:\"§7Max Storage: §e64\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Blaze Minion I\"},ExtraAttributes:{id:\"BLAZE_GENERATOR_1\",generator_tier:1}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"f33a5de3-01a4-3b99-895f-c99c680ba735\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MTgwOTE5NjUsInByb2ZpbGVJZCI6IjZlZDg3NmUzZjg4MTRmYzhhMTNlMDU0MDU1ODFjNDZiIiwicHJvZmlsZU5hbWUiOiJBenVyZUJsdWUiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzMyMDhmYmQ2NGU5N2M2ZTAwODUzZDM2YjNhMjAxZTQ4MDNjYWU0M2RjYmQ2OTM2YTNjZWNlMDUwOTEyZTFmMjAifX19\"}]}},display:{Lore:[0:\"§7Place this minion and it will start\",1:\"§7generating and slaying Blazes!\",2:\"§7Minions also work when you are\",3:\"§7offline!\",4:\"\",5:\"§7Time Between Actions: §a33s\",6:\"§7Max Storage: §e64\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Blaze Minion I\"},ExtraAttributes:{id:\"BLAZE_GENERATOR_1\",generator_tier:1}}", "damage": 3, "lore": [ - "§7Place this minion and it will", - "§7start generating and slaying", - "§7Blaze! Minions also work when", - "§7you are offline!", + "§7Place this minion and it will start", + "§7generating and slaying Blazes!", + "§7Minions also work when you are", + "§7offline!", "", "§7Time Between Actions: §a33s", "§7Max Storage: §e64", @@ -27,7 +27,7 @@ }, "internalname": "BLAZE_GENERATOR_1", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.3.2", "useneucraft": true, "infoType": "WIKI_URL", "info": [ diff --git a/items/BLAZE_GENERATOR_10.json b/items/BLAZE_GENERATOR_10.json index 6288bd41..65d8699e 100644 --- a/items/BLAZE_GENERATOR_10.json +++ b/items/BLAZE_GENERATOR_10.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§9Blaze Minion X", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"26eb75a5-0a01-361c-90cd-f79e1f971c3f\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MzAzMDE3OTYsInByb2ZpbGVJZCI6ImIwZDRiMjhiYzFkNzQ4ODlhZjBlODY2MWNlZTk2YWFiIiwicHJvZmlsZU5hbWUiOiJ4RmFpaUxlUiIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWEzNTdhZWFmNzVhOGNmZWQyYjNjMWM4ZjNjY2Y1NGY5MDdhZTJiNjRmYTg3MWNmMjAxYmFlZWY1MzUyOGUxOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and slaying\",2:\"§7Blaze! Minions also work when\",3:\"§7you are offline!\",4:\"\",5:\"§7Time Between Actions: §a21s\",6:\"§7Max Storage: §e960\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Blaze Minion X\"},ExtraAttributes:{id:\"BLAZE_GENERATOR_10\",generator_tier:10}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"26eb75a5-0a01-361c-90cd-f79e1f971c3f\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MzAzMDE3OTYsInByb2ZpbGVJZCI6ImIwZDRiMjhiYzFkNzQ4ODlhZjBlODY2MWNlZTk2YWFiIiwicHJvZmlsZU5hbWUiOiJ4RmFpaUxlUiIsInNpZ25hdHVyZVJlcXVpcmVkIjp0cnVlLCJ0ZXh0dXJlcyI6eyJTS0lOIjp7InVybCI6Imh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWEzNTdhZWFmNzVhOGNmZWQyYjNjMWM4ZjNjY2Y1NGY5MDdhZTJiNjRmYTg3MWNmMjAxYmFlZWY1MzUyOGUxOSJ9fX0\u003d\"}]}},display:{Lore:[0:\"§7Place this minion and it will start\",1:\"§7generating and slaying Blazes!\",2:\"§7Minions also work when you are\",3:\"§7offline!\",4:\"\",5:\"§7Time Between Actions: §a21s\",6:\"§7Max Storage: §e960\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Blaze Minion X\"},ExtraAttributes:{id:\"BLAZE_GENERATOR_10\",generator_tier:10}}", "damage": 3, "lore": [ - "§7Place this minion and it will", - "§7start generating and slaying", - "§7Blaze! Minions also work when", - "§7you are offline!", + "§7Place this minion and it will start", + "§7generating and slaying Blazes!", + "§7Minions also work when you are", + "§7offline!", "", "§7Time Between Actions: §a21s", "§7Max Storage: §e960", @@ -27,7 +27,7 @@ }, "internalname": "BLAZE_GENERATOR_10", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.3.2", "useneucraft": true, "infoType": "WIKI_URL", "info": [ diff --git a/items/BLAZE_GENERATOR_11.json b/items/BLAZE_GENERATOR_11.json index 56589c74..30ab78b6 100644 --- a/items/BLAZE_GENERATOR_11.json +++ b/items/BLAZE_GENERATOR_11.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§9Blaze Minion XI", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9448d3fa-c6dc-39c8-b90f-6bf26c38a5c4\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MzAzMjM0NjIsInByb2ZpbGVJZCI6IjNmYzdmZGY5Mzk2MzRjNDE5MTE5OWJhM2Y3Y2MzZmVkIiwicHJvZmlsZU5hbWUiOiJZZWxlaGEiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U3OTFlYjI2YjM5ZjE2MmY1NTJkNTM5YTRkMjJjNGJlZThhYTljNTcxZDlhY2Y4MmEwMTI1OTNiYjk0NWMzNjAifX19\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and slaying\",2:\"§7Blaze! Minions also work when\",3:\"§7you are offline!\",4:\"\",5:\"§7Time Between Actions: §a16.5s\",6:\"§7Max Storage: §e960\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Blaze Minion XI\"},ExtraAttributes:{id:\"BLAZE_GENERATOR_11\",generator_tier:11}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"9448d3fa-c6dc-39c8-b90f-6bf26c38a5c4\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MzAzMjM0NjIsInByb2ZpbGVJZCI6IjNmYzdmZGY5Mzk2MzRjNDE5MTE5OWJhM2Y3Y2MzZmVkIiwicHJvZmlsZU5hbWUiOiJZZWxlaGEiLCJzaWduYXR1cmVSZXF1aXJlZCI6dHJ1ZSwidGV4dHVyZXMiOnsiU0tJTiI6eyJ1cmwiOiJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlL2U3OTFlYjI2YjM5ZjE2MmY1NTJkNTM5YTRkMjJjNGJlZThhYTljNTcxZDlhY2Y4MmEwMTI1OTNiYjk0NWMzNjAifX19\"}]}},display:{Lore:[0:\"§7Place this minion and it will start\",1:\"§7generating and slaying Blazes!\",2:\"§7Minions also work when you are\",3:\"§7offline!\",4:\"\",5:\"§7Time Between Actions: §a16.5s\",6:\"§7Max Storage: §e960\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Blaze Minion XI\"},ExtraAttributes:{id:\"BLAZE_GENERATOR_11\",generator_tier:11}}", "damage": 3, "lore": [ - "§7Place this minion and it will", - "§7start generating and slaying", - "§7Blaze! Minions also work when", - "§7you are offline!", + "§7Place this minion and it will start", + "§7generating and slaying Blazes!", + "§7Minions also work when you are", + "§7offline!", "", "§7Time Between Actions: §a16.5s", "§7Max Storage: §e960", @@ -27,7 +27,7 @@ }, "internalname": "BLAZE_GENERATOR_11", "clickcommand": "viewrecipe", - "modver": "2.1.0-REL", + "modver": "2.3.2", "useneucraft": true, "infoType": "WIKI_URL", "info": [ diff --git a/items/BLAZE_GENERATOR_12.json b/items/BLAZE_GENERATOR_12.json index 6069dc92..393c85ea 100644 --- a/items/BLAZE_GENERATOR_12.json +++ b/items/BLAZE_GENERATOR_12.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§9Blaze Minion XII", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"20b92d22-0f03-370f-a936-a973dac84bc6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYzODk3NDAxMjUyMywKICAicHJvZmlsZUlkIiA6ICIyYzEwNjRmY2Q5MTc0MjgyODRlM2JmN2ZhYTdlM2UxYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJOYWVtZSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jNjRiMTU3YTlkZmZkNjZhOGZlODMyZjg1NjRjMmM3ODIyMjc5Y2RkYTM0NGRmYmVmMjNmODRjNjVlZjYyNWQxIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Place this minion and it will\",1:\"§7start generating and slaying\",2:\"§7Blaze! Minions also work when\",3:\"§7you are offline!\",4:\"\",5:\"§7Time Between Actions: §a15s\",6:\"§7Max Storage: §e960\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Blaze Minion XII\"},ExtraAttributes:{id:\"BLAZE_GENERATOR_12\",generator_tier:12}}", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"20b92d22-0f03-370f-a936-a973dac84bc6\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTYzODk3NDAxMjUyMywKICAicHJvZmlsZUlkIiA6ICIyYzEwNjRmY2Q5MTc0MjgyODRlM2JmN2ZhYTdlM2UxYSIsCiAgInByb2ZpbGVOYW1lIiA6ICJOYWVtZSIsCiAgInNpZ25hdHVyZVJlcXVpcmVkIiA6IHRydWUsCiAgInRleHR1cmVzIiA6IHsKICAgICJTS0lOIiA6IHsKICAgICAgInVybCIgOiAiaHR0cDovL3RleHR1cmVzLm1pbmVjcmFmdC5uZXQvdGV4dHVyZS9jNjRiMTU3YTlkZmZkNjZhOGZlODMyZjg1NjRjMmM3ODIyMjc5Y2RkYTM0NGRmYmVmMjNmODRjNjVlZjYyNWQxIgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Place this minion and it will start\",1:\"§7generating and slaying Blazes!\",2:\"§7Minions also work when you are\",3:\"§7offline!\",4:\"\",5:\"§7Time Between Actions: §a15s\",6:\"§7Max Storage: §e960\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Blaze Minion XII\"},ExtraAttributes:{id:\"BLAZE_GENERATOR_12\",generator_tier:12}}", "damage": 3, "lore": [ - "§7Place this minion and it will", - "§7start generating and slaying", - "§7Blaze! Minions also work when", - "§7you are offline!", + "§7Place this minion and it will start", + "§7generating and slaying Blazes!", + "§7Minions also work when you are", + "§7offline!", "", "§7Time Between Actions: §a15s", "§7Max Storage: §e960", @@ -17,7 +17,7 @@ "internalname": "BLAZE_GENERATOR_12", "crafttext": "", "clickcommand": "", - "modver": "2.1.0-REL", + "modver": "2.3.2", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Blaze_Minion", diff --git a/items/BLAZE_GENERATOR_2.json b/items/BLAZE_GENERATOR_2.json index e9186abc..36988ff3 100644 --- a/items/BLAZE_GENERATOR_2.json +++ b/items/BLAZE_GENERATOR_2.json @@ -1,13 +1,13 @@ { "itemid": "minecraft:skull", "displayname": "§9Blaze Minion II", - "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8c3b1888-8a88-3508-8332-4a5b5ded5330\",Properties:{textures:[0:{Value:\"eyJ0aW1lc3RhbXAiOjE1NTc5MzAxNTkxMzksInByb2ZpbGVJZCI6ImIwZDRiMjhiYzFkNzQ4ODlhZ |
