mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-10 22:01:52 +09:00
16 lines
255 B
JSON
16 lines
255 B
JSON
{
|
|
/* stone brick */
|
|
"basegame:19": {
|
|
"workbench": "masonry",
|
|
"ingredients": [
|
|
[1, 1, "$ROCK"]
|
|
]
|
|
},
|
|
/* white stone tile */
|
|
"basegame:18": {
|
|
"workbench": "masonry",
|
|
"ingredients": [
|
|
[1, 1, "basegame:21"]
|
|
]
|
|
}
|
|
} |