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/SMOOTH_CHOCOLATE_BAR.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/SMOOTH_CHOCOLATE_BAR.json')
-rw-r--r-- | items/SMOOTH_CHOCOLATE_BAR.json | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/items/SMOOTH_CHOCOLATE_BAR.json b/items/SMOOTH_CHOCOLATE_BAR.json new file mode 100644 index 00000000..1373e216 --- /dev/null +++ b/items/SMOOTH_CHOCOLATE_BAR.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§aSmooth Chocolate Bar", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"d6ee803f-5a5f-30ba-833d-8b77b6f28316\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTcxMTQ2MjUyOTM4NywKICAicHJvZmlsZUlkIiA6ICJjYTU4NzNhYmY0Y2U0YWUxODAxZmVmODgzNjhlMWExNiIsCiAgInByb2ZpbGVOYW1lIiA6ICJEZXRocm9uZXMiLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvYTkzNzJlZmQyY2ExYTZjNmRmYzA2NmYxZWM4M2Y5NDU2NTc1YzM4NTBhMGU3ZDAxMTA5YzRmMWFmMzAwYmE4IgogICAgfQogIH0KfQ\"}]}},display:{Lore:[0:\"§7Grants §a+2% §7chance to find a\",1:\"§7§aChocolate Rabbit §7that you haven\u0027t\",2:\"§7found yet and grants §6+20 Chocolate\",3:\"§6§7per second.\",4:\"\",5:\"§7§8§oCrafted in the Factory, its\",6:\"§8§osmoothness melts hearts and tastes\",7:\"§8§olike a sweet escape.\",8:\"\",9:\"§a§lUNCOMMON ACCESSORY\",10:\"\",11:\"§7Cost\",12:\"§61,000,000,000 Chocolate\",13:\"§fNibble Chocolate Stick\",14:\"\",15:\"§7§cRequires Chocolate Factory II!\"],Name:\"§aSmooth Chocolate Bar\"},ExtraAttributes:{id:\"SMOOTH_CHOCOLATE_BAR\"}}", + "damage": 3, + "lore": [ + "§7Grants §a+2% §7chance to find a", + "§7§aChocolate Rabbit §7that you haven\u0027t", + "§7found yet and grants §6+20 Chocolate", + "§6§7per second.", + "", + "§7§8§oCrafted in the Factory, its", + "§8§osmoothness melts hearts and tastes", + "§8§olike a sweet escape.", + "", + "§a§lUNCOMMON ACCESSORY", + "", + "§7Cost", + "§61,000,000,000 Chocolate", + "§fNibble Chocolate Stick", + "", + "§7§cRequires Chocolate Factory II!" + ], + "internalname": "SMOOTH_CHOCOLATE_BAR", + "crafttext": "", + "clickcommand": "", + "modver": "2.2.1", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Smooth_Chocolate_Bar", + "https://hypixel-skyblock.fandom.com/wiki/Smooth_Chocolate_Bar" + ] +}
\ No newline at end of file |