logic component recipes and strings

This commit is contained in:
minjaesong
2024-03-07 02:13:58 +09:00
parent d480a735a0
commit 0d09a21028
9 changed files with 39 additions and 7 deletions

View File

@@ -40,5 +40,23 @@
"ingredients": [
[2, 1, "item@basegame:112", 1, "item@basegame:113"] /* 1 copper, 1 iron */
]
},
"item@basegame:44": { /* signal blocker */
"workbench": "basiccrafting",
"ingredients": [
[1, 2, "basegame:21", 1, "item@basegame:116", 1, "item@basegame:112"] /* 2 marbles, 1 tin, 1 copper */
]
},
"item@basegame:45": { /* signal latch */
"workbench": "basiccrafting",
"ingredients": [
[1, 3, "basegame:21", 1, "item@basegame:116", 2, "item@basegame:112"] /* 3 marbles, 1 tin, 2 copper */
]
},
"item@basegame:8": { /* signal emitter */
"workbench": "basiccrafting",
"ingredients": [
[2, 1, "basegame:21", 1, "item@basegame:116"] /* 1 marbles, 1 tin, 2 copper */
]
}
}