the-flattening wip

This commit is contained in:
minjaesong
2021-02-10 17:48:01 +09:00
parent 73acaea025
commit 8fdc11288c
21 changed files with 513 additions and 503 deletions

View File

@@ -111,7 +111,7 @@ object DefaultConfig {
// settings regarding debugger
val buildingMakerFavs = JsonArray()
intArrayOf(
arrayOf(
Block.GLASS_CRUDE,
Block.PLANK_NORMAL,
Block.PLANK_BIRCH,
@@ -120,9 +120,10 @@ object DefaultConfig {
Block.STONE_TILE_WHITE,
Block.TORCH,
Block.PLANK_NORMAL + BlockCodex.MAX_TERRAIN_TILES,
Block.PLANK_BIRCH + BlockCodex.MAX_TERRAIN_TILES,
Block.GLASS_CRUDE + BlockCodex.MAX_TERRAIN_TILES).forEach {
"wall@" + Block.PLANK_NORMAL,
"wall@" + Block.PLANK_BIRCH,
"wall@" + Block.GLASS_CRUDE
).forEach {
buildingMakerFavs.add(it)
}
jsonObject.add("buildingmakerfavs", buildingMakerFavs)