Skip to content

Commit

Permalink
Merge branch 'master' into ver/1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Astrashh committed Jun 20, 2023
2 parents 0dd0769 + b53f7d0 commit 56b86fd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 9 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ generate in an area where it previously did not (resulting in a chunk border).
### Fixed


## [v1.3.1]
### Added
- Re-added biome blending, which was previously removed by accident, resulting in blocky biome transitions (notably around beaches).

## [v1.3.0]
### Added
- Added Shrub Beaches.
Expand Down Expand Up @@ -121,7 +125,8 @@ generate in an area where it previously did not (resulting in a chunk border).
### Added
- Everything

[Unreleased]: https://github.com/PolyhedralDev/TerraOverworldConfig/compare/v1.3.0...HEAD
[Unreleased]: https://github.com/PolyhedralDev/TerraOverworldConfig/compare/v1.3.1...HEAD
[v1.3.1]: https://github.com/PolyhedralDev/TerraOverworldConfig/compare/v1.3.0...v1.3.1
[v1.3.0]: https://github.com/PolyhedralDev/TerraOverworldConfig/compare/v1.2.0...v1.3.0
[v1.2.0]: https://github.com/PolyhedralDev/TerraOverworldConfig/compare/v1.1.1...v1.2.0
[1.1.1]: https://github.com/PolyhedralDev/TerraOverworldConfig/compare/v1.1.0...v1.1.1
Expand Down
3 changes: 2 additions & 1 deletion biome-providers/presets/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,9 @@ biomes:
resolution: 2
initial-size: 10
blend:
amplitude: 1.5
sampler:
type: CONSTANT # handled by palette blending
type: WHITE_NOISE
pipeline:
# ---
# Source
Expand Down
7 changes: 0 additions & 7 deletions pack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,3 @@ functions:
samplers:
"<<":
- math/samplers/simplex.yml:samplers

blend:
palette:
resolution: 2
amplitude: 2
sampler:
type: WHITE_NOISE

0 comments on commit 56b86fd

Please sign in to comment.