From 0162818487df8c5b107a2228fe71684c544a0b90 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 8 Aug 2023 21:08:35 +0200 Subject: Fixed lore of Etherwarp Merger and added Hemobomb recipe (#963) * Fixed lore of Etherwarp Merger and added Hemobomb recipe * Fixed Flying Fish Speed and lore * Added new skins * Added new items, fixed grizzly salmon and divan drill * Fixed conflict enchant * Fixed lore of Terror Armor * Fixed lore of spirit armour * Fixed thing in lore * Fixed Kuudra Mandible Reforge * Added new bingo items * Fixed Tara Tier 3 and 4 name * Fixed Fungi Cutter * Fixed more lores --- items/HEMOBOMB.json | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) (limited to 'items/HEMOBOMB.json') diff --git a/items/HEMOBOMB.json b/items/HEMOBOMB.json index 02234a17..a3905bd9 100644 --- a/items/HEMOBOMB.json +++ b/items/HEMOBOMB.json @@ -7,10 +7,21 @@ "§5§kX§5 Rift-Transferable §kX", "§5§lEPIC" ], + "recipe": { + "A1": "", + "A2": "HEMOGLASS:3", + "A3": "", + "B1": "HEMOGLASS:3", + "B2": "HEMOGLASS:3", + "B3": "HEMOGLASS:3", + "C1": "", + "C2": "HEMOGLASS:3", + "C3": "" + }, "internalname": "HEMOBOMB", - "crafttext": "Requires: Hemovibe IX", - "clickcommand": "", + "clickcommand": "viewrecipe", "modver": "2.1.1-PRE", + "crafttext": "Requires: Hemovibe IX", "infoType": "WIKI_URL", "info": [ "https://hypixel-skyblock.fandom.com/wiki/Hemobomb", -- cgit