Files
Terrarum/assets/mods/basegame/crafting/fixtures.json
2023-11-24 19:08:07 +09:00

47 lines
1.1 KiB
JSON

{
"basegame:176": { /* torch */
"workbench": "",
"ingredients": [
[4, 1, "item@basegame:18", 1, "item@basegame:130"] /* 4 torches = 1 stick, 1 coal */
]
},
"item@basegame:5": { /* tiki torch */
"workbench": "",
"ingredients": [
[1, 1, "$WOOD", 3, "item@basegame:18", 1, "basegame:176"], /* 1 tiki torch = 1 wood, 3 sticks, 1 torch */
[1, 1, "$WOOD", 3, "item@basegame:18", 1, "basegame:192"]
]
},
"item@basegame:16": { /* workbench */
"workbench": "",
"ingredients": [
[1, 8, "$WOOD"]
]
},
"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"]
]
}
}