diff options
author | Millee <7035205+reallymillee@users.noreply.github.com> | 2024-04-29 01:26:18 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-28 15:26:18 +0000 |
commit | 544f2eb59c24ca9adafabec14d31ef7abc097683 (patch) | |
tree | 339f599e9610827af70f239c745d9cfc702ef8d0 /items/EGGLOCATOR.json | |
parent | 0ca718a074b745016aea9f205c546b608d83c639 (diff) | |
download | NotEnoughUpdates-REPO-544f2eb59c24ca9adafabec14d31ef7abc097683.tar.gz NotEnoughUpdates-REPO-544f2eb59c24ca9adafabec14d31ef7abc097683.tar.bz2 NotEnoughUpdates-REPO-544f2eb59c24ca9adafabec14d31ef7abc097683.zip |
Hoppity's Hunt items (#1184)
* Hoppity's Hunt items
* Update EGGLOCATOR.json
* Update ZORROS_CAPE.json
Diffstat (limited to 'items/EGGLOCATOR.json')
-rw-r--r-- | items/EGGLOCATOR.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/items/EGGLOCATOR.json b/items/EGGLOCATOR.json new file mode 100644 index 00000000..c5ec6285 --- /dev/null +++ b/items/EGGLOCATOR.json @@ -0,0 +1,32 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fEgglocator", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"8618dd9d-2d94-36d1-8db0-f17689dfb9e1\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxMTk3OTUwOTk3OCwKICAicHJvZmlsZUlkIiA6ICJiYWRkZjIxZTFmNWE0ZGYzOGVjZmNkOTYwY2E0YzA5YiIsCiAgInByb2ZpbGVOYW1lIiA6ICJBbmRlckJUIiwKICAic2lnbmF0dXJlUmVxdWlyZWQiIDogdHJ1ZSwKICAidGV4dHVyZXMiIDogewogICAgIlNLSU4iIDogewogICAgICAidXJsIiA6ICJodHRwOi8vdGV4dHVyZXMubWluZWNyYWZ0Lm5ldC90ZXh0dXJlLzE0YTdmZjlhMTBmZGFlMTQ0NDY0OTllZjNiYzFkZjEzYjc4ODhkNmNkMmUzMTFjY2FiNTFiODM1MmM2MDkzYjQiCiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Uses the magic of §aHoppity §7to\",1:\"§7uncover hidden §aChocolate Rabbit\",2:\"§aEggs§7.\",3:\"\",4:\"§6Ability: Egglocator §e§lRIGHT CLICK\",5:\"§7Points towards the nearest\",6:\"§7unclaimed §aChocolate Rabbit Egg§7!\",7:\"§8Cooldown: §a5s\",8:\"\",9:\"§7Only works during §dHoppity\u0027s Hunt§7.\",10:\"\",11:\"§f§lCOMMON\",12:\"\",13:\"§7Cost\",14:\"§67,500,000 Chocolate\"],Name:\"§fEgglocator\"},ExtraAttributes:{id:\"EGGLOCATOR\"}}", + "damage": 3, + "lore": [ + "§7Uses the magic of §aHoppity §7to", + "§7uncover hidden §aChocolate Rabbit", + "§aEggs§7.", + "", + "§6Ability: Egglocator §e§lRIGHT CLICK", + "§7Points towards the nearest", + "§7unclaimed §aChocolate Rabbit Egg§7!", + "§8Cooldown: §a5s", + "", + "§7Only works during §dHoppity\u0027s Hunt§7.", + "", + "§f§lCOMMON", + "", + "§7Cost", + "§67,500,000 Chocolate" + ], + "internalname": "EGGLOCATOR", + "crafttext": "", + "clickcommand": "", + "modver": "2.2.1", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Egglocator", + "https://hypixel-skyblock.fandom.com/wiki/Egglocator" + ] +} |