// fancy up the center walls?
if (centerNorth) {
generateDoor(chunk, 10, sewerY, 4, Direction.Door.NORTHBYNORTHEAST);
chunk.setStoneSlab(7, sewerY, 4, Direction.StoneSlab.COBBLESTONEFLIP);
chunk.setStoneSlab(8, sewerY, 4, Direction.StoneSlab.COBBLESTONEFLIP);
} else if (!placedPlank && roads.toNorth() && chunkOdds.flipCoin()) {
placedPlank = true;
BlackMagic.setBlocks(chunk, 6, 10, sewerY, 5, 6, sewerPlankMaterial, sewerPlankData);
}
if (centerSouth) {
generateDoor(chunk, 5, sewerY, 11, Direction.Door.SOUTHBYSOUTHWEST);