sign engraver wip

This commit is contained in:
minjaesong
2024-03-22 18:34:34 +09:00
parent 8e8c206e3a
commit 7690d3d672
13 changed files with 262 additions and 6 deletions

View File

@@ -3,14 +3,15 @@
"basegame:19": {
"workbench": "masonry",
"ingredients": [
[1, 1, "$ROCK"]
[1, 1, "$BRICKROCK"]
]
},
/* white stone tile */
"basegame:18": {
"workbench": "masonry",
"ingredients": [
[1, 1, "basegame:21"]
[1, 1, "basegame:21"],
[1, 3, "$BRICKROCK"]
]
}
}