mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-11 14:21:52 +09:00
15 lines
481 B
JSON
15 lines
481 B
JSON
{
|
|
"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 */
|
|
]
|
|
},
|
|
|
|
"basegame:176": { /* alternative recipes can be added like this */
|
|
"workbench": "SOME_WORKBENCH",
|
|
"ingredients": [
|
|
[5, 1, "$ROCKWOOD"]
|
|
]
|
|
}
|
|
} |