copper bulbs

This commit is contained in:
minjaesong
2024-03-01 15:29:11 +09:00
parent 7906de1711
commit 43e16bf785
12 changed files with 116 additions and 4 deletions

View File

@@ -18,5 +18,12 @@
[10, 1, "item@basegame:112"], /* 1 copper */
[1, 1, "$SIGNALWIRE"] /* 1 other signal wire */
]
},
"item@basegame:35": { /* copper bulb */
"workbench": "basiccrafting",
"ingredients": [
[2, 1, "item@basegame:112", 1, "item@basegame:113"] /* 1 copper, 1 iron */
]
}
}