Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Land Terrain tweak #597

Merged
merged 1 commit into from
Apr 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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