Files
Terrarum/assets/mods/basegame/crafting/masonry.json
2024-09-25 17:39:28 +09:00

23 lines
381 B
JSON

{
/* stone brick */
"basegame:19": {
"workbench": "masonry",
"ingredients": [
[1, 1, "basegame:16"]
]
},
/* white stone tile */
"basegame:18": {
"workbench": "masonry",
"ingredients": [
[1, 1, "basegame:21"]
]
},
/* bricks */
"basegame:36": {
"workbench": "",
"ingredients": [
[1, 2, "item@basegame:56"]
]
}
}