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