mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-08 12:51:51 +09:00
29 lines
812 B
JSON
29 lines
812 B
JSON
{
|
|
"wire@basegame:8192": { /* signal wire red */
|
|
"workbench": "",
|
|
"ingredients": [
|
|
[10, 1, "item@basegame:112"], /* 1 copper */
|
|
[1, 1, "$SIGNALWIRE"] /* 1 other signal wire */
|
|
]
|
|
},
|
|
"wire@basegame:8193": { /* signal wire green */
|
|
"workbench": "",
|
|
"ingredients": [
|
|
[10, 1, "item@basegame:112"], /* 1 copper */
|
|
[1, 1, "$SIGNALWIRE"] /* 1 other signal wire */
|
|
] },
|
|
"wire@basegame:8194": { /* signal wire blue */
|
|
"workbench": "",
|
|
"ingredients": [
|
|
[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 */
|
|
]
|
|
}
|
|
} |