mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-13 15:16:07 +09:00
22 lines
622 B
JSON
22 lines
622 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 */
|
|
]
|
|
}
|
|
} |