mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
72 lines
1.9 KiB
JSON
72 lines
1.9 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: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, "$WOOD"] /* 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 */
|
|
]
|
|
}
|
|
} |