From c253a0532aca722ec75096c7628919e0acd6cf12 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 30 Jun 2023 13:03:42 +0200 Subject: Fixed lore of pet skins, added accessory, added recipe, removed timestamp, fixed accessory in overlay, added more items and npc's (#949) * Fixed tp pad lore fixed accessory bag overlay for 2 talis * Added 1 new npc and one older npc * Added recipe and removed timestamp * Added Accessory * Added burger * Fixed rng meter values * Fixed all pet skin lores * Fixed drop chance of ench mutton * Fixed lore of murder weapon * Fixed not chicken monster breaking workflow * Add new cosmetics * Fixed Vampire Relic and Caducous steam lore * Fixed lore of netherrack * Fixed Blessed Stats * Added recipe * Added vamp slayer boss --- items/RIFT_TROPHY_SLIME.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'items/RIFT_TROPHY_SLIME.json') diff --git a/items/RIFT_TROPHY_SLIME.json b/items/RIFT_TROPHY_SLIME.json index 8a4d08ba..bcb2b800 100644 --- a/items/RIFT_TROPHY_SLIME.json +++ b/items/RIFT_TROPHY_SLIME.json @@ -11,10 +11,21 @@ "§8§l* §8Soulbound §8§l*", "§c§lSPECIAL RIFT TIMECHARM" ], + "recipe": { + "A1": "BACTE_FRAGMENT:1", + "A2": "BACTE_FRAGMENT:1", + "A3": "BACTE_FRAGMENT:1", + "B1": "BACTE_FRAGMENT:1", + "B2": "SHAME_CRUX:20", + "B3": "BACTE_FRAGMENT:1", + "C1": "BACTE_FRAGMENT:1", + "C2": "BACTE_FRAGMENT:1", + "C3": "BACTE_FRAGMENT:1" + }, "internalname": "RIFT_TROPHY_SLIME", - "crafttext": "", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", + "crafttext": "", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Globulate_Timecharm", -- cgit