mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +09:00
crafting recipe update
This commit is contained in:
@@ -1,9 +1,15 @@
|
|||||||
{
|
{
|
||||||
|
"basegame:176": { /* torch */
|
||||||
|
"workbench": "",
|
||||||
|
"ingredients": [
|
||||||
|
[4, 1, "item@basegame:18", 1, "item@basegame:130"] /* 4 torches = 1 stick, 1 coal */
|
||||||
|
]
|
||||||
|
},
|
||||||
"item@basegame:5": { /* tiki torch */
|
"item@basegame:5": { /* tiki torch */
|
||||||
"workbench": "",
|
"workbench": "",
|
||||||
"ingredients": [
|
"ingredients": [
|
||||||
[1, 3, "$WOOD", 1, "basegame:176"],
|
[1, 1, "$WOOD", 3, "item@basegame:18", 1, "basegame:176"], /* 1 tiki torch = 1 wood, 3 sticks, 1 torch */
|
||||||
[1, 3, "$WOOD", 1, "basegame:192"]
|
[1, 1, "$WOOD", 3, "item@basegame:18", 1, "basegame:192"]
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user