Skip to content

Commit

Permalink
Tweak land inland offset for less steep beaches
Browse files Browse the repository at this point in the history
  • Loading branch information
kirderf1 committed Apr 7, 2024
1 parent 9c62bf8 commit 1d3ce2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
- Oil Buckets no longer cost 8 Tar and 8 Shale, now cost 16 Shale
- Renamed Oil to Shale Oil
- Pumord is now alchemized with Pumice Stone instead of any regular Stone
- Minor change to land terrain height

### Fixed

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public final class LandGenSettings
public float roughThreshold = 0.0F;

public float oceanOffset = -0.12F;
public float inlandOffset = 0.15F;
public float inlandOffset = 0.12F;
public float inlandAngle = 0.2F;

public float oceanFactor = 6;
Expand Down

0 comments on commit 1d3ce2f

Please sign in to comment.