diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-08-07 21:41:19 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-07 15:41:19 -0400 |
commit | 770cf7b0fafc3e15d97497bce65ae958e2b0beb0 (patch) | |
tree | 1ef3426bf853a66a47fca5d3e767afa530259f29 | |
parent | d517e88b0dc98aacbc8f845b6900a43d0a7feae1 (diff) | |
download | NotEnoughUpdates-REPO-770cf7b0fafc3e15d97497bce65ae958e2b0beb0.tar.gz NotEnoughUpdates-REPO-770cf7b0fafc3e15d97497bce65ae958e2b0beb0.tar.bz2 NotEnoughUpdates-REPO-770cf7b0fafc3e15d97497bce65ae958e2b0beb0.zip |
Fixed dumb crash pls merge fast (#588)
-rw-r--r-- | items/VENOMS_TOUCH.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/items/VENOMS_TOUCH.json b/items/VENOMS_TOUCH.json index 579487cd..2f1e4887 100644 --- a/items/VENOMS_TOUCH.json +++ b/items/VENOMS_TOUCH.json @@ -19,13 +19,13 @@ "recipe": { "A1": "", "A2": "ENCHANTED_BROWN_MUSHROOM:60", - "A3": "SOUL_STRING:1O", + "A3": "SOUL_STRING:10", "B1": "ENCHANTED_SPIDER_EYE:10", "B2": "", - "B3": "SOUL_STRING:1O", + "B3": "SOUL_STRING:10", "C1": "", "C2": "ENCHANTED_BROWN_MUSHROOM:60", - "C3": "SOUL_STRING:1O" + "C3": "SOUL_STRING:10" }, "internalname": "VENOMS_TOUCH", "crafttext": "", |