working test smelter

This commit is contained in:
minjaesong
2023-12-04 02:53:26 +09:00
parent 57ac4015b5
commit 1cc839fb68
8 changed files with 198 additions and 5 deletions

View File

@@ -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",