[Bug] Biome blending options not working correctly
dav1d-pt opened this issue ยท 2 comments
Pre-Issue Checklist
- I have checked that I am on the latest version of Terra.
- I have searched the github issue tracker for similar issues, including closed ones.
- I have made sure that this is not a bug with another mod or plugin, and it is Terra that is causing the issue.
- I have checked that this is an issue with Terra and not an issue with the pack I am using.
- I have filled out and provided all the appropriate information.
Environment
Name | Value |
---|---|
Terra Version | 5.4.1 BETA |
Platform/Platform Version | Paper |
Any External Plugins or Mods | None |
Terra Packs In Use | My own |
Terra Addons In Use | None |
Issue Description
When I set biome blending options that are higher than default ones, e.g. distance: 6, step: 6, then "spikes" appear at the border of the biome. It must also be a high y position of blocks in biome, e.g. 130+ (comparing to the rest of biomes that have y pos at 64).
This is an example biome config which is causing the problem:
id: MOUNTAINS
vanilla: MOUNTAINS
noise-equation: "-((y / base) ^ 2) + 1 + |noise2(x / 15, z / 15)| / 3 + |noise2(x / 34, z / 34)| / 3 + |noise2(x / 2, z / 2)| / 3"
variables:
base: 130
blend:
distance: 7
step: 12
palette:
- GRASSY: 255