Files
Terrarum/assets/mods/basegame/crafting/blocks_to_blocks.json
2024-02-12 01:44:24 +09:00

56 lines
1.3 KiB
JSON

{
"basegame:160": { /* stone platform */
"workbench": "",
"ingredients": [
[2, 1, "$ROCK"]
]
},
"basegame:161": { /* wooden platform */
"workbench": "",
"ingredients": [
[2, 1, "basegame:48"]
]
},
"basegame:162": { /* ebony platform */
"workbench": "",
"ingredients": [
[2, 1, "basegame:49"]
]
},
"basegame:163": { /* birch platform */
"workbench": "",
"ingredients": [
[2, 1, "basegame:50"]
]
},
"basegame:164": { /* rosewood platform */
"workbench": "",
"ingredients": [
[2, 1, "basegame:51"]
]
},
"basegame:272": { /* scaffolding */
"workbench": "",
"ingredients": [
[1, 2, "item@basegame:18", 2, "basegame:161"] /* 2 sticks and 2 platform */
]
},
"basegame:273": { /* scaffolding */
"workbench": "",
"ingredients": [
[1, 2, "item@basegame:18", 2, "basegame:162"] /* 2 sticks and 2 platform */
]
},
"basegame:274": { /* scaffolding */
"workbench": "",
"ingredients": [
[1, 2, "item@basegame:18", 2, "basegame:163"] /* 2 sticks and 2 platform */
]
},
"basegame:275": { /* scaffolding */
"workbench": "",
"ingredients": [
[1, 2, "item@basegame:18", 2, "basegame:164"] /* 2 sticks and 2 platform */
]
}
}