mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-09 21:31:51 +09:00
9 lines
369 B
JSON
9 lines
369 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 */
|
|
[1, "tag is WOOD"] /* This recipe only requires one Wooden Plank */
|
|
],
|
|
"moq": 2 /* Number of products per unit ingredients */
|
|
}
|
|
} |