crafting system wip

This commit is contained in:
minjaesong
2022-03-11 17:46:35 +09:00
parent b5aacd976c
commit d15dc20300
2 changed files with 48 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
{
"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 */
}
}