signal repeater

This commit is contained in:
minjaesong
2024-03-08 00:52:02 +09:00
parent bfaa50aea4
commit 9994235342
12 changed files with 163 additions and 5 deletions

View File

@@ -58,5 +58,11 @@
"ingredients": [
[2, 1, "basegame:21", 1, "item@basegame:116"] /* 1 marbles, 1 tin, 2 copper */
]
},
"item@basegame:46": { /* signal repeater */
"workbench": "basiccrafting",
"ingredients": [
[1, 1, "basegame:21", 1, "item@basegame:116"] /* 1 marbles, 1 tin, 2 copper */
]
}
}