From 1d8280ef7d128dc9c0d4b0977b22fd730aa686f1 Mon Sep 17 00:00:00 2001 From: Cobble8 <41165207+Cobble8@users.noreply.github.com> Date: Mon, 23 May 2022 07:09:29 -0400 Subject: It’s 320 sludge for Gemstone Mixture, not 256 (#743) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- items/GEMSTONE_MIXTURE.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/items/GEMSTONE_MIXTURE.json b/items/GEMSTONE_MIXTURE.json index cf8138c6..6fb3d68f 100644 --- a/items/GEMSTONE_MIXTURE.json +++ b/items/GEMSTONE_MIXTURE.json @@ -25,7 +25,7 @@ "type": "forge", "inputs": [ "FINE_JADE_GEM:4", - "SLUDGE_JUICE:256", + "SLUDGE_JUICE:320", "FINE_AMBER_GEM:4", "FINE_SAPPHIRE_GEM:4", "FINE_AMETHYST_GEM:4" @@ -35,4 +35,4 @@ "duration": 14400 } ] -} \ No newline at end of file +} -- cgit