alloy yield doubled; turntable now requires brass for crafting

This commit is contained in:
minjaesong
2024-03-23 23:47:20 +09:00
parent 07680592d2
commit 67092d4ab9
8 changed files with 17 additions and 14 deletions

View File

@@ -109,7 +109,7 @@
"item@basegame:30": { /* turntable */
"workbench": "basiccrafting",
"ingredients": [
[1, 4, "item@basegame:144", 14, "$WOOD", 10, "item@basegame:113"] /* 1 turntable = 4 quartz, 14 wood, 10 iron */
[1, 4, "item@basegame:144", 14, "$WOOD", 10, "item@basegame:177"] /* 1 turntable = 4 quartz, 14 wood, 10 brass */
]
},