simplified crafting recipe definition

This commit is contained in:
minjaesong
2022-05-15 15:18:03 +09:00
parent 5781f5cd00
commit a57cb99619
2 changed files with 29 additions and 27 deletions

View File

@@ -2,8 +2,7 @@
"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 */
[2, 1, "$WOOD", 1, "$ROCK"] /* This recipe only requires one Wooden Plank */
]
}
}