From 39dde9870cf0e86204143f461a30123223c5c17c Mon Sep 17 00:00:00 2001 From: Lulonaut <67191924+Lulonaut@users.noreply.github.com> Date: Thu, 26 May 2022 21:42:16 +0200 Subject: Hypixeling (#745) * flaming fist not craftable * Burststopper artifact recipe + parents * misc.json * recipe --- items/BURSTSTOPPER_ARTIFACT.json | 10 +++++----- items/FLAMING_FIST.json | 13 ------------- 2 files changed, 5 insertions(+), 18 deletions(-) (limited to 'items') diff --git a/items/BURSTSTOPPER_ARTIFACT.json b/items/BURSTSTOPPER_ARTIFACT.json index 83ba823a..517b8bf6 100644 --- a/items/BURSTSTOPPER_ARTIFACT.json +++ b/items/BURSTSTOPPER_ARTIFACT.json @@ -16,13 +16,13 @@ ], "recipe": { "A1": "MOLTEN_POWDER:32", - "A2": "COMPACT_OOZE:20", + "A2": "WHIPPED_MAGMA_CREAM:20", "A3": "MOLTEN_POWDER:32", - "B1": "COMPACT_OOZE:20", - "B2": "REFINED_TITANIUM:64", - "B3": "COMPACT_OOZE:20", + "B1": "WHIPPED_MAGMA_CREAM:20", + "B2": "BURSTSTOPPER_TALISMAN:1", + "B3": "WHIPPED_MAGMA_CREAM:20", "C1": "MOLTEN_POWDER:32", - "C2": "COMPACT_OOZE:20", + "C2": "WHIPPED_MAGMA_CREAM:20", "C3": "MOLTEN_POWDER:32" }, "internalname": "BURSTSTOPPER_ARTIFACT", diff --git a/items/FLAMING_FIST.json b/items/FLAMING_FIST.json index 565566a1..38862313 100644 --- a/items/FLAMING_FIST.json +++ b/items/FLAMING_FIST.json @@ -17,20 +17,7 @@ "§7§8This item can be reforged!", "§5§lEPIC GLOVES" ], - "recipe": { - "A1": "FLAMES:1", - "A2": "FLAMES:1", - "A3": "FLAMES:1", - "B1": "LEATHER_CLOTH:6", - "B2": "LEATHER_CLOTH:6", - "B3": "LEATHER_CLOTH:6", - "C1": "LEATHER_CLOTH:6", - "C2": "LEATHER_CLOTH:6", - "C3": "LEATHER_CLOTH:6" - }, "internalname": "FLAMING_FIST", - "crafttext": "", - "clickcommand": "viewrecipe", "modver": "2.1.0-REL", "infoType": "WIKI_URL", "info": [ -- cgit