From 436531c53a7c99ff2b9aef9cc1b23c203fad4d7f Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:06:52 +0200 Subject: Fixed/added recipes and a wiki link (#945) * Fixed/added recipes and a wiki link * Fixed lore of Safety Belt * Added craft recipe to anti bite scarf * Fixed some shit * Fixed leech supreme mini boss * Removed empty thing * Removed roy npc * Added rift npc * Added 2 talis * Added Flex Helmet * Added more stuff * Added parent for glyph * Added more mobs and a npc * Added Fledling * Added more items and fixed mana cost of melon items * Added the one enchant and 2 other items Co-Authored-By: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> * Added more parents and fixed the one * Added recipe * Fixed frozille name and scroll price * Added more undead stuff, added new recipes, fixed quantum and the one lore added rift exportable info and fixed pet releated items * Fixed recipe * Added more wiki links * Fixed Tia Skin --------- Co-authored-by: CalMWolfs <94038482+CalMWolfs@users.noreply.github.com> --- items/FUTURE_CALORIES.json | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 items/FUTURE_CALORIES.json (limited to 'items/FUTURE_CALORIES.json') diff --git a/items/FUTURE_CALORIES.json b/items/FUTURE_CALORIES.json new file mode 100644 index 00000000..529d3dd6 --- /dev/null +++ b/items/FUTURE_CALORIES.json @@ -0,0 +1,33 @@ +{ + "itemid": "minecraft:skull", + "displayname": "§fFuture Calories Talisman", + "nbttag": "{HideFlags:254,SkullOwner:{Id:\"fc20a733-54ae-3f01-bb09-0e0540edb820\",Properties:{textures:[0:{Value:\"ewogICJ0aW1lc3RhbXAiIDogMTY4MDIyMjM4ODEyOSwKICAicHJvZmlsZUlkIiA6ICJiMTM1MDRmMjMxOGI0OWNjYWFkZDcyYWVhYmMyNTQ1MCIsCiAgInByb2ZpbGVOYW1lIiA6ICJUeXBrZW4iLAogICJzaWduYXR1cmVSZXF1aXJlZCIgOiB0cnVlLAogICJ0ZXh0dXJlcyIgOiB7CiAgICAiU0tJTiIgOiB7CiAgICAgICJ1cmwiIDogImh0dHA6Ly90ZXh0dXJlcy5taW5lY3JhZnQubmV0L3RleHR1cmUvZWFlOTU0MGM1NjkwZDU0NTQzNGQ2NmFjOWEyMGIxMmFkMDIwZDVlM2YwZmI1MjcyYjIzOTdiYmFlZDY5NjFlMCIsCiAgICAgICJtZXRhZGF0YSIgOiB7CiAgICAgICAgIm1vZGVsIiA6ICJzbGltIgogICAgICB9CiAgICB9CiAgfQp9\"}]}},display:{Lore:[0:\"§7Fishing Wisdom: §a+1\",1:\"\",2:\"§8§l* §8Co-op Soulbound §8§l*\",3:\"§5§kX§5 Rift-Transferable §kX\",4:\"§f§lCOMMON ACCESSORY\"],Name:\"§fFuture Calories Talisman\"},ExtraAttributes:{id:\"FUTURE_CALORIES\"}}", + "damage": 3, + "lore": [ + "§7Fishing Wisdom: §a+1", + "", + "§8§l* §8Co-op Soulbound §8§l*", + "§5§kX§5 Rift-Transferable §kX", + "§f§lCOMMON ACCESSORY" + ], + "recipe": { + "A1": "ENCHANTED_RAW_FISH:64", + "A2": "MAGMA_FISH_SILVER:24", + "A3": "ENCHANTED_RAW_FISH:64", + "B1": "ENCHANTED_RAW_FISH:64", + "B2": "PRE_DIGESTION_FISH:1", + "B3": "ENCHANTED_RAW_FISH:64", + "C1": "ENCHANTED_RAW_FISH:64", + "C2": "MAGMA_FISH_SILVER:24", + "C3": "ENCHANTED_RAW_FISH:64" + }, + "internalname": "FUTURE_CALORIES", + "clickcommand": "viewrecipe", + "modver": "2.1.1-PRE", + "crafttext": "", + "infoType": "WIKI_URL", + "info": [ + "https://wiki.hypixel.net/Future_Calories_Talisman", + "https://hypixel-skyblock.fandom.com/wiki/Future_Calories_Talisman" + ] +} \ No newline at end of file -- cgit