mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-14 15:46:06 +09:00
crafting recipe is at least successfully read and parsed by the modloader
This commit is contained in:
@@ -4,5 +4,12 @@
|
||||
"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"]
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user