} else if (y < yMax) {
                    generator.world.blocks.set(biome.getMaterials().getSoil(), x, y);
                    generator.world.walls.set(biome.getMaterials().getSoilWall(), x, y);
                }