turntable to play disc

This commit is contained in:
minjaesong
2024-02-08 00:07:19 +09:00
parent ff15a3a8cf
commit 238dbfc3c4
15 changed files with 259 additions and 33 deletions

View File

@@ -62,5 +62,12 @@
"ingredients": [
[1, 20, "$WOOD"] /* 1 chest = 20 wood */
]
},
"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 */
]
}
}