From e9bd1fb46553f08b1aac6cd4f7867c389e85f8aa Mon Sep 17 00:00:00 2001 From: Felix Yeung <19355619+imfelixyeung@users.noreply.github.com> Date: Mon, 7 Oct 2024 18:55:25 +0100 Subject: fix recipe count (#1392) Co-authored-by: Felix Yeung <19355619+felixyeungdev@users.noreply.github.com> --- items/NETHER_BRICK.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'items') diff --git a/items/NETHER_BRICK.json b/items/NETHER_BRICK.json index eb3acda5..d1c8fafc 100644 --- a/items/NETHER_BRICK.json +++ b/items/NETHER_BRICK.json @@ -20,7 +20,7 @@ "C1": "", "C2": "", "C3": "", - "count": "1" + "count": 1 } } -- cgit