fix typo in crafting recipe

This commit is contained in:
minjaesong
2024-03-03 12:32:02 +09:00
parent f3825c0bfb
commit 33b739f34f

View File

@@ -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 */
]
},