tweak height mod

This commit is contained in:
dags- 2020-01-17 21:28:37 +00:00
parent 545883b867
commit e652eb6330

View File

@ -35,7 +35,7 @@ public class LandForms {
public LandForms(Levels levels) { public LandForms(Levels levels) {
terrainHorizontalScale = 1F; terrainHorizontalScale = 1F;
terrainVerticalScale = 1F; terrainVerticalScale = 0.9775F;
groundLevel = levels.ground; groundLevel = levels.ground;
seaLevel = levels.water; seaLevel = levels.water;
} }