Set start height for village to 5

This commit is contained in:
Frank 2023-06-13 17:01:04 +02:00
parent 48f27457d7
commit c340d575c5

View file

@ -77,7 +77,7 @@ public class EndStructures {
.adjustment(TerrainAdjustment.BEARD_THIN) .adjustment(TerrainAdjustment.BEARD_THIN)
.projectStartToHeightmap(Heightmap.Types.WORLD_SURFACE_WG) .projectStartToHeightmap(Heightmap.Types.WORLD_SURFACE_WG)
.maxDepth(6) .maxDepth(6)
.startHeight(ConstantHeight.of(VerticalAnchor.absolute(5))) .startHeight(ConstantHeight.of(VerticalAnchor.absolute(0)))
.step(Decoration.SURFACE_STRUCTURES) .step(Decoration.SURFACE_STRUCTURES)
.randomPlacement(34, 8) .randomPlacement(34, 8)
.build(); .build();