mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-13 20:14:05 +09:00
crafting system wip
This commit is contained in:
9
assets/mods/basegame/crafting/testrecipe.json
Normal file
9
assets/mods/basegame/crafting/testrecipe.json
Normal 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 */
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user