alloying furnace gui minor changes

This commit is contained in:
minjaesong
2024-03-16 05:12:14 +09:00
parent 37b4fa1e7b
commit 09e5b175b8
6 changed files with 32 additions and 13 deletions

View File

@@ -0,0 +1,16 @@
{
/* stone brick */
"basegame:19": {
"workbench": "masonry",
"ingredients": [
[1, 1, "$ROCK"]
]
},
/* white stone tile */
"basegame:18": {
"workbench": "masonry",
"ingredients": [
[1, 1, "basegame:21"]
]
}
}