Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Backports End support to 1.20.1
The manner is simple: Revert the revert of #164
Bear with me. #165 was actually caused by Cristel-Lib mixing into TerraBlenderConfig and not finding their injection target, and was something they had fixed in post-1.20.1 versions: Cristelknight999/Cristel-Lib@667f5b6, but never got the chance to with this version of the mod because of the quick revert.
Ignoring that, the version from that PR (and thus this one) also crashed on the world loading when used with Aeroblender, which they also fixed post-1.20.1: RazorDevs@893af50.
So there's fundamentally nothing wrong with the initial PR. But, in the spirit of compatibility, I have opened PR's with both these mods to backport their fixes too, using the fortunately released 3.0.1.5 to compile against, and so perhaps you could coordinate a release.
I had looked into rewriting the backport s.t. their injections points were still valid, but that seemed both unwise and messy.
I've tested that this PR does not crash the game (when used with the above fixes applied), on both Forge and Fabric, with decently sized modpacks containing multiple big biome mods, just flying around, verifying that biomes were still generating.
I had to pin the VanillaGradle version and just picked the latest one available at the last 1.20.1 release. For some reason, the one it currently picks by default couldn't resolve any of the Common dependencies.