Skip to content

Commit

Permalink
Merge pull request #150 from PolyhedralDev/ver/1.3.1
Browse files Browse the repository at this point in the history
Patch version 1.3.1
  • Loading branch information
Astrashh committed Jun 20, 2023
2 parents e5930f8 + e1f6125 commit 3624291
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -41,7 +41,7 @@ generate in an area where it previously did not (resulting in a chunk border).

## [Unreleased]
### Added

- Re-added biome blending, which was previously removed by accident, resulting in blocky biome transitions (notably around beaches).

### Changed

Expand Down
3 changes: 2 additions & 1 deletion biome-providers/presets/default.yml
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
9 changes: 1 addition & 8 deletions pack.yml
@@ -1,5 +1,5 @@
id: OVERWORLD
version: 1.3.0
version: 1.3.1
author: "Astrash, Sancires, Aureus"

generator: NOISE_3D
Expand Down 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 3624291

Please sign in to comment.