mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-11 02:54:04 +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",
|
||||
|
||||
34
assets/mods/basegame/crafting/metal_processing.json
Normal file
34
assets/mods/basegame/crafting/metal_processing.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"item@basegame:112": { /* copper */
|
||||
"workbench": "basicsmelter",
|
||||
"ingredients": [[1, 2, "item@basegame:128"]]
|
||||
},
|
||||
"item@basegame:113": { /* iron */
|
||||
"workbench": "basicsmelter",
|
||||
"ingredients": [[1, 2, "item@basegame:129"]]
|
||||
},
|
||||
"item@basegame:114": { /* coal coke */
|
||||
"workbench": "basicsmelter",
|
||||
"ingredients": [[1, 1, "item@basegame:130"]]
|
||||
},
|
||||
"item@basegame:115": { /* zinc */
|
||||
"workbench": "basicsmelter",
|
||||
"ingredients": [[1, 2, "item@basegame:131"]]
|
||||
},
|
||||
"item@basegame:116": { /* tin */
|
||||
"workbench": "basicsmelter",
|
||||
"ingredients": [[1, 2, "item@basegame:132"]]
|
||||
},
|
||||
"item@basegame:117": { /* gold */
|
||||
"workbench": "basicsmelter",
|
||||
"ingredients": [[1, 2, "item@basegame:133"]]
|
||||
},
|
||||
"item@basegame:118": { /* silver */
|
||||
"workbench": "basicsmelter",
|
||||
"ingredients": [[1, 2, "item@basegame:134"]]
|
||||
},
|
||||
"item@basegame:119": { /* lead */
|
||||
"workbench": "basicsmelter",
|
||||
"ingredients": [[1, 2, "item@basegame:135"]]
|
||||
}
|
||||
}
|
||||
@@ -16,7 +16,7 @@
|
||||
"ingredients": [[1, 6, "$ROCK", 2, "item@basegame:18"]]
|
||||
},
|
||||
"item@basegame:24": { /* stone axe */
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [[1, 6, "$ROCK", 2, "item@basegame:18"]]
|
||||
}
|
||||
"workbench": "basiccrafting",
|
||||
"ingredients": [[1, 6, "$ROCK", 2, "item@basegame:18"]]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user