mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 12:21:52 +09:00
32 lines
610 B
JSON
32 lines
610 B
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"]
|
|
]
|
|
}
|
|
} |