mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
24 lines
408 B
JSON
24 lines
408 B
JSON
{
|
|
/* stone brick */
|
|
"basegame:19": {
|
|
"workbench": "masonry",
|
|
"ingredients": [
|
|
[1, 1, "$BRICKROCK"]
|
|
]
|
|
},
|
|
/* white stone tile */
|
|
"basegame:18": {
|
|
"workbench": "masonry",
|
|
"ingredients": [
|
|
[1, 1, "basegame:21"],
|
|
[1, 3, "$BRICKROCK"]
|
|
]
|
|
},
|
|
/* bricks */
|
|
"basegame:36": {
|
|
"workbench": "",
|
|
"ingredients": [
|
|
[1, 2, "item@basegame:56"]
|
|
]
|
|
}
|
|
} |