mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 20:44:05 +09:00
signal switches
This commit is contained in:
@@ -6,5 +6,9 @@
|
||||
"item@basegame:32": { /* cherry bomb */
|
||||
"workbench": "",
|
||||
"ingredients": [[1, 1, "item@basegame:31", 1, "item@basegame:25"]] /* 1 gunpowder, 1 clay ball */
|
||||
},
|
||||
"item@basegame:34": { /* signal switch */
|
||||
"workbench": "",
|
||||
"ingredients": [[2, 1, "item@basegame:112", 1, "$ROCK", 1, "$WOOD"]] /* 1 copper ingot, 1 rock, 1 planks */
|
||||
}
|
||||
}
|
||||
@@ -57,5 +57,9 @@
|
||||
"item@basegame:21": { /* steel sledgehammer */
|
||||
"workbench": "basiccrafting,metalworking",
|
||||
"ingredients": [[1, 6, "item@basegame:26", 2, "item@basegame:18"]] /* 6 bars, 2 sticks */
|
||||
},
|
||||
"item@basegame:9": { /* wire cutter */
|
||||
"workbench": "basiccrafting,metalworking",
|
||||
"ingredients": [[1, 1, "item@basegame:112", 1, "item@basegame:113"]] /* 1 copper ingot, 1 iron ingot */
|
||||
}
|
||||
}
|
||||
22
assets/mods/basegame/crafting/wires.json
Normal file
22
assets/mods/basegame/crafting/wires.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"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 */
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user