diff options
author | Cobble8 <41165207+Cobble8@users.noreply.github.com> | 2022-05-23 07:09:29 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 13:09:29 +0200 |
commit | 1d8280ef7d128dc9c0d4b0977b22fd730aa686f1 (patch) | |
tree | 968e7cd8bce7d9cee6139209eb5b69277233977a | |
parent | e5306357faf41cb19120f41e713c32f6a563c3d3 (diff) | |
download | NotEnoughUpdates-REPO-1d8280ef7d128dc9c0d4b0977b22fd730aa686f1.tar.gz NotEnoughUpdates-REPO-1d8280ef7d128dc9c0d4b0977b22fd730aa686f1.tar.bz2 NotEnoughUpdates-REPO-1d8280ef7d128dc9c0d4b0977b22fd730aa686f1.zip |
It’s 320 sludge for Gemstone Mixture, not 256 (#743)
-rw-r--r-- | items/GEMSTONE_MIXTURE.json | 4 |
1 files 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 +} |