mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-14 04:24:05 +09:00
added a typewriter (no gui)
This commit is contained in:
@@ -2,21 +2,21 @@
|
||||
"basegame:176": { /* A recipe for Wooden Platform */
|
||||
"workbench": "", /* Optional workbench TAGS separated by commas (e.g. smelter, saw) */
|
||||
"ingredients": [ /* Multiple ingredients denotes alternative recipes */
|
||||
[2, 1, "$WOOD", 1, "$ROCK"] /* This recipe only requires one Wooden Plank */
|
||||
[2, 1, "$WOOD", 5000, "$ROCK"] /* This recipe only requires one Wooden Plank */
|
||||
]
|
||||
},
|
||||
|
||||
"basegame:176": { /* alternative recipes can be added like this */
|
||||
"workbench": "SOME_WORKBENCH",
|
||||
"ingredients": [
|
||||
[5, 1, "$ROCKWOOD"]
|
||||
[5, 5000, "basegame:161"]
|
||||
]
|
||||
},
|
||||
|
||||
"basegame:161": {
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[4, 1, "$WOOD"]
|
||||
[4, 1, "$WOOD", 2, "$ROCK"]
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user