mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-16 00:26:07 +09:00
metal working station and recipes
This commit is contained in:
@@ -20,9 +20,15 @@
|
||||
]
|
||||
},
|
||||
"item@basegame:17": { /* basic smelter */
|
||||
"workbench": "",
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 20, "$ROCK", 10, "item@basegame:25"] /* 1 smelter = 20 rocks, 10 clay balls */
|
||||
[1, 40, "$ROCK", 20, "item@basegame:25"] /* 1 smelter = 40 rocks, 20 clay balls */
|
||||
]
|
||||
},
|
||||
"item@basegame:27": { /* metalworking */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [
|
||||
[1, 20, "$ROCK", 10, "item@basegame:25", 10, "item@basegame:113"] /* 1 smelter = 20 rocks, 10 clay balls, 10 iron ingots */
|
||||
]
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user