You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is evidence of TB placeholder biome generation in the wild now (i.e. mods are actually using TB methods which cause the placeholder to be returned as the found biome by TB's primary search, then replaced by the secondary search). Despite the performance implications, we must implement TB's double call to MultiNoiseUtil.SearchTree.TreeNode.getResultingNode().
As it does in TB itself, this will result in slower worldgen when generating chunks where the second search is used. However, it should be in line with TB's own behavior and will not further slow any Biolith code paths.
…stem.
- Refactor TerraBlender compatibility to use newer API features
- Implement TerraBlender's placeholder system; resolves#9
(cherry picked from commit e422e47)
There is evidence of TB placeholder biome generation in the wild now (i.e. mods are actually using TB methods which cause the placeholder to be returned as the found biome by TB's primary search, then replaced by the secondary search). Despite the performance implications, we must implement TB's double call to
MultiNoiseUtil.SearchTree.TreeNode.getResultingNode()
.As it does in TB itself, this will result in slower worldgen when generating chunks where the second search is used. However, it should be in line with TB's own behavior and will not further slow any Biolith code paths.
See also:
The text was updated successfully, but these errors were encountered: