Set start height for village to 5
This commit is contained in:
parent
48f27457d7
commit
c340d575c5
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue