mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-12 03:24:06 +09:00
working test smelter
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"basegame:176": { /* torch */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[4, 1, "item@basegame:18", 1, "item@basegame:130"] /* 4 torches = 1 stick, 1 coal */
|
||||
[5, 1, "item@basegame:18", 1, "item@basegame:130"] /* 5 torches = 1 stick, 1 coal */
|
||||
]
|
||||
},
|
||||
"item@basegame:5": { /* tiki torch */
|
||||
@@ -19,6 +19,12 @@
|
||||
[1, 8, "$WOOD"]
|
||||
]
|
||||
},
|
||||
"item@basegame:17": { /* basic smelter */
|
||||
"workbench": "",
|
||||
"ingredients": [
|
||||
[1, 20, "$ROCK", 10, "item@basegame:25"] /* 1 smelter = 20 rocks, 10 clay balls */
|
||||
]
|
||||
},
|
||||
|
||||
"item@basegame:256": { /* oak door */
|
||||
"workbench": "basiccrafting",
|
||||
|
||||
Reference in New Issue
Block a user