Files
Terrarum/assets/mods/basegame/crafting/masonry.json
2024-03-16 05:12:14 +09:00

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"]
]
}
}