mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-08 12:51:51 +09:00
56 lines
1.3 KiB
JSON
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": [
|
|
[2, 2, "item@basegame:18", 2, "basegame:48"] /* 2 sticks and 2 wood */
|
|
]
|
|
},
|
|
"basegame:273": { /* scaffolding */
|
|
"workbench": "",
|
|
"ingredients": [
|
|
[2, 2, "item@basegame:18", 2, "basegame:49"] /* 2 sticks and 2 wood */
|
|
]
|
|
},
|
|
"basegame:274": { /* scaffolding */
|
|
"workbench": "",
|
|
"ingredients": [
|
|
[2, 2, "item@basegame:18", 2, "basegame:50"] /* 2 sticks and 2 wood */
|
|
]
|
|
},
|
|
"basegame:275": { /* scaffolding */
|
|
"workbench": "",
|
|
"ingredients": [
|
|
[2, 2, "item@basegame:18", 2, "basegame:51"] /* 2 sticks and 2 wood */
|
|
]
|
|
}
|
|
} |