mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
121 lines
3.2 KiB
JSON
121 lines
3.2 KiB
JSON
{
|
|
"item@basegame:33": { /* torch */
|
|
"workbench": "",
|
|
"ingredients": [
|
|
[5, 1, "item@basegame:18", 1, "item@basegame:130"], /* 5 torches = 1 stick, 1 coal */
|
|
[5, 1, "item@basegame:18", 1, "item@basegame:29"] /* 5 torches = 1 stick, 1 charcoal */
|
|
]
|
|
},
|
|
"item@basegame:5": { /* tiki torch */
|
|
"workbench": "",
|
|
"ingredients": [
|
|
[1, 1, "$WOOD", 3, "item@basegame:18", 1, "item@basegame:33"] /* 1 tiki torch = 1 wood, 3 sticks, 1 torch */
|
|
]
|
|
},
|
|
|
|
"item@basegame:16": { /* workbench */
|
|
"workbench": "",
|
|
"ingredients": [
|
|
[1, 8, "$WOOD"]
|
|
]
|
|
},
|
|
"item@basegame:17": { /* basic smelter */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [
|
|
[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 */
|
|
]
|
|
},
|
|
"item@basegame:36": { /* wire rolling mill */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [
|
|
[1, 1, "$WOOD", 2, "$ROCK", 5, "item@basegame:113"] /* 1 plank, 2 stone, 5 iron ingot */
|
|
]
|
|
},
|
|
|
|
"item@basegame:256": { /* oak door */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [
|
|
[1, 6, "basegame:48"]
|
|
]
|
|
},
|
|
"item@basegame:257": { /* ebony door */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [
|
|
[1, 6, "basegame:49"]
|
|
]
|
|
},
|
|
"item@basegame:258": { /* birch door */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [
|
|
[1, 6, "basegame:50"]
|
|
]
|
|
},
|
|
"item@basegame:259": { /* rosewood door */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [
|
|
[1, 6, "basegame:51"]
|
|
]
|
|
},
|
|
"item@basegame:6": { /* storage chest */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [
|
|
[1, 20, "basegame:48"] /* 1 chest = 20 wood */
|
|
]
|
|
},
|
|
"item@basegame:37": { /* storage chest */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [
|
|
[1, 20, "basegame:49"] /* 1 chest = 20 wood */
|
|
]
|
|
},
|
|
"item@basegame:38": { /* storage chest */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [
|
|
[1, 20, "basegame:50"] /* 1 chest = 20 wood */
|
|
]
|
|
},
|
|
"item@basegame:39": { /* storage chest */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [
|
|
[1, 20, "basegame:51"] /* 1 chest = 20 wood */
|
|
]
|
|
},
|
|
|
|
"item@basegame:30": { /* turntable */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [
|
|
[1, 4, "item@basegame:144", 14, "$WOOD", 10, "item@basegame:113"] /* 1 turntable = 4 quartz, 14 wood, 10 iron */
|
|
]
|
|
},
|
|
|
|
"item@basegame:40": { /* table */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [
|
|
[1, 10, "basegame:48"] /* 10 wood */
|
|
]
|
|
},
|
|
"item@basegame:41": { /* table */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [
|
|
[1, 10, "basegame:49"] /* 10 wood */
|
|
]
|
|
},
|
|
"item@basegame:42": { /* table */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [
|
|
[1, 10, "basegame:50"] /* 10 wood */
|
|
]
|
|
},
|
|
"item@basegame:43": { /* table */
|
|
"workbench": "basiccrafting",
|
|
"ingredients": [
|
|
[1, 10, "basegame:51"] /* 10 wood */
|
|
]
|
|
}
|
|
} |