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 --- constants/misc.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'constants/misc.json') diff --git a/constants/misc.json b/constants/misc.json index 1ef56de4..72866bc4 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -888,6 +888,9 @@ ], "ODGERS_GOLD_TOOTH": [ "ODGERS_DIAMOND_TOOTH" + ], + "BURSTSTOPPER_TALISMAN": [ + "BURSTSTOPPER_ARTIFACT" ] }, "special_bois": [ -- cgit