diff options
| author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-12-14 01:33:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-12-14 00:33:23 +0000 |
| commit | 3b947f46fe979ba222b08f13da7861911dc7bede (patch) | |
| tree | 3c62fbae9cfeb9f7f0ff1c9b165867541cca0a8a /items | |
| parent | 65857c5f8e334b8811ee6c9b2cf7f85add9a8182 (diff) | |
| download | NotEnoughUpdates-REPO-3b947f46fe979ba222b08f13da7861911dc7bede.tar.gz NotEnoughUpdates-REPO-3b947f46fe979ba222b08f13da7861911dc7bede.tar.bz2 NotEnoughUpdates-REPO-3b947f46fe979ba222b08f13da7861911dc7bede.zip | |
fix: Rarity of Sneaker, Super Leech Lore, Ench Clock Req, Sharp Steak Req (#1516)
Diffstat (limited to 'items')
| -rw-r--r-- | items/ENCHANTED_TIME_CLOCK.json | 5 | ||||
| -rw-r--r-- | items/EXCEEDINGLY_COMFY_SNEAKERS.json | 8 | ||||
| -rw-r--r-- | items/SHARP_STEAK_STAKE.json | 4 | ||||
| -rw-r--r-- | items/SUPER_LEECH_MODIFIER.json | 7 |
4 files changed, 13 insertions, 11 deletions
diff --git a/items/ENCHANTED_TIME_CLOCK.json b/items/ENCHANTED_TIME_CLOCK.json index bcefd4be..cad4889c 100644 --- a/items/ENCHANTED_TIME_CLOCK.json +++ b/items/ENCHANTED_TIME_CLOCK.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:clock", "displayname": "§6Enchanted Clock", - "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Ability: Time Warp §e§lRIGHT CLICK\",1:\"§7Advance Time by §d1 hour§7!\",2:\"§8Cooldown: §a48 hours\",3:\"\",4:\"§7§7Impacts your Minions, Chocolate\",5:\"§7Factory, Aging Items, Kat, Fann, and\",6:\"§7The Forge.\",7:\"\",8:\"§6§lLEGENDARY\"],Name:\"§6Enchanted Clock\"},ExtraAttributes:{id:\"ENCHANTED_TIME_CLOCK\"}}", + "nbttag": "{ench:[],HideFlags:254,display:{Lore:[0:\"§6Ability: Time Warp §e§lRIGHT CLICK\",1:\"§7Advance Time by §d1 hour§7!\",2:\"§8Cooldown: §a48 hours\",3:\"\",4:\"§7§7Impacts your Minions, Chocolate\",5:\"§7Factory, Aging Items, Kat, Fann, and\",6:\"§7The Forge.\",7:\"\",8:\"§7§4❣ §cRequires §aGold Ingot Collection X§c.\",9:\"§6§lLEGENDARY\"],Name:\"§6Enchanted Clock\"},ExtraAttributes:{id:\"ENCHANTED_TIME_CLOCK\"}}", "damage": 0, "lore": [ "§6Ability: Time Warp §e§lRIGHT CLICK", @@ -12,6 +12,7 @@ "§7Factory, Aging Items, Kat, Fann, and", "§7The Forge.", "", + "§7§4❣ §cRequires §aGold Ingot Collection X§c.", "§6§lLEGENDARY" ], "recipe": { @@ -27,7 +28,7 @@ }, "internalname": "ENCHANTED_TIME_CLOCK", "clickcommand": "viewrecipe", - "modver": "", + "modver": "2.5.0", "crafttext": "Requires: Gold Ingot X", "infoType": "" }
\ No newline at end of file diff --git a/items/EXCEEDINGLY_COMFY_SNEAKERS.json b/items/EXCEEDINGLY_COMFY_SNEAKERS.json index 645306f5..0a1fabf9 100644 --- a/items/EXCEEDINGLY_COMFY_SNEAKERS.json +++ b/items/EXCEEDINGLY_COMFY_SNEAKERS.json @@ -1,7 +1,7 @@ { "itemid": "minecraft:leather_boots", - "displayname": "§9Exceedingly Comfy Sneakers", - "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Rift Time: §a+45s\",1:\"§7Speed: §a+5\",2:\"\",3:\"§7Stay classy.\",4:\"\",5:\"§9§lRARE BOOTS\"],color:3670052,Name:\"§9Exceedingly Comfy Sneakers\"},ExtraAttributes:{lm_evo:110,id:\"EXCEEDINGLY_COMFY_SNEAKERS\"}}", + "displayname": "§5Exceedingly Comfy Sneakers", + "nbttag": "{Unbreakable:1b,HideFlags:254,display:{Lore:[0:\"§7Rift Time: §a+45s\",1:\"§7Speed: §a+5\",2:\"\",3:\"§7Stay classy.\",4:\"\",5:\"§5§lEPIC BOOTS\"],color:3670052,Name:\"§5Exceedingly Comfy Sneakers\"},ExtraAttributes:{lm_evo:110,id:\"EXCEEDINGLY_COMFY_SNEAKERS\"}}", "damage": 0, "lore": [ "§7Rift Time: §a+45s", @@ -9,12 +9,12 @@ "", "§7Stay classy.", "", - "§9§lRARE BOOTS" + "§5§lEPIC BOOTS" ], "internalname": "EXCEEDINGLY_COMFY_SNEAKERS", "crafttext": "", "clickcommand": "", - "modver": "2.1.1-PRE", + "modver": "2.5.0", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Exceedingly_Comfy_Sneakers", diff --git a/items/SHARP_STEAK_STAKE.json b/items/SHARP_STEAK_STAKE.json index f31d1b96..d6d1c526 100644 --- a/items/SHARP_STEAK_STAKE.json +++ b/items/SHARP_STEAK_STAKE.json @@ -31,7 +31,7 @@ }, "internalname": "SHARP_STEAK_STAKE", "clickcommand": "viewrecipe", - "modver": "", - "crafttext": "", + "modver": "2.5.0", + "crafttext": "Requires: Vampire Slayer 4", "infoType": "" }
\ No newline at end of file diff --git a/items/SUPER_LEECH_MODIFIER.json b/items/SUPER_LEECH_MODIFIER.json index bb610756..0600da1e 100644 --- a/items/SUPER_LEECH_MODIFIER.json +++ b/items/SUPER_LEECH_MODIFIER.json @@ -1,13 +1,14 @@ { "itemid": "minecraft:slime", "displayname": "§9Super Leech Modifier", - "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Can be combined with an §9Aspect of\",1:\"§9the Leech §7in a Crafting Table to\",2:\"§7increase its range from §a4 blocks §7to\",3:\"§7§a5 blocks§7.\",4:\"\",5:\"§eRight-click to view recipes!\",6:\"\",7:\"§9§lRARE\"],Name:\"§9Super Leech Modifier\"},ExtraAttributes:{id:\"SUPER_LEECH_MODIFIER\"}}", + "nbttag": "{HideFlags:254,display:{Lore:[0:\"§7§7Can be combined with an §9Aspect of\",1:\"§9the Leech §7in a Crafting Table to\",2:\"§7increase its range from §a4 blocks §7to\",3:\"§7§a5 blocks §7and decrease its §bMana Cost\",4:\"§b§7from §b60 §7to §b50§7.\",5:\"\",6:\"§eRight-click to view recipes!\",7:\"\",8:\"§9§lRARE\"],Name:\"§9Super Leech Modifier\"},ExtraAttributes:{id:\"SUPER_LEECH_MODIFIER\"}}", "damage": 0, "lore": [ "§7§7Can be combined with an §9Aspect of", "§9the Leech §7in a Crafting Table to", "§7increase its range from §a4 blocks §7to", - "§7§a5 blocks§7.", + "§7§a5 blocks §7and decrease its §bMana Cost", + "§b§7from §b60 §7to §b50§7.", "", "§eRight-click to view recipes!", "", @@ -16,6 +17,6 @@ "internalname": "SUPER_LEECH_MODIFIER", "crafttext": "", "clickcommand": "", - "modver": "", + "modver": "2.5.0", "infoType": "" }
\ No newline at end of file |
