new fixture: table

This commit is contained in:
minjaesong
2024-03-03 17:06:10 +09:00
parent 34415f720d
commit 91798436cb
13 changed files with 204 additions and 2 deletions

View File

@@ -92,5 +92,30 @@
"ingredients": [
[1, 4, "item@basegame:144", 14, "$WOOD", 10, "item@basegame:113"] /* 1 turntable = 4 quartz, 14 wood, 10 iron */
]
},
"item@basegame:40": { /* table */
"workbench": "basiccrafting",
"ingredients": [
[1, 10, "basegame:48"] /* 10 wood */
]
},
"item@basegame:41": { /* table */
"workbench": "basiccrafting",
"ingredients": [
[1, 10, "basegame:49"] /* 10 wood */
]
},
"item@basegame:42": { /* table */
"workbench": "basiccrafting",
"ingredients": [
[1, 10, "basegame:50"] /* 10 wood */
]
},
"item@basegame:43": { /* table */
"workbench": "basiccrafting",
"ingredients": [
[1, 10, "basegame:51"] /* 10 wood */
]
}
}