spawn clay wip

This commit is contained in:
minjaesong
2023-12-01 13:08:53 +09:00
parent 93a1d688a5
commit a0eee0cad8
3 changed files with 14 additions and 1 deletions

View File

@@ -18,6 +18,7 @@ object Block {
const val DIRT = "basegame:32"
const val GRASS = "basegame:33"
const val GRASSWALL = "basegame:34"
const val CLAY = "basegame:35"
const val PLANK_NORMAL = "basegame:48"
const val PLANK_EBONY = "basegame:49"