From 33b739f34fdfcb68ce4ccc4effae970ce04ed4d3 Mon Sep 17 00:00:00 2001 From: minjaesong Date: Sun, 3 Mar 2024 12:32:02 +0900 Subject: [PATCH] fix typo in crafting recipe --- assets/mods/basegame/crafting/fixtures.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/mods/basegame/crafting/fixtures.json b/assets/mods/basegame/crafting/fixtures.json index 92dee5afa..0f389f24b 100644 --- a/assets/mods/basegame/crafting/fixtures.json +++ b/assets/mods/basegame/crafting/fixtures.json @@ -34,7 +34,7 @@ "item@basegame:36": { /* wire rolling mill */ "workbench": "basiccrafting", "ingredients": [ - [1, 1, "$WOOD", 1, "$ROCK", 5, "item@basegame:113"] /* 1 plank, 2 stone, 5 iron ingot */ + [1, 1, "$WOOD", 2, "$ROCK", 5, "item@basegame:113"] /* 1 plank, 2 stone, 5 iron ingot */ ] },