Files
Terrarum/assets/mods/basegame/crafting/masonry.json
2024-03-22 18:34:34 +09:00

17 lines
288 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"]
]
}
}