Update to Minecraft 1.21
3.5.0
=====
[1.20.6] Fix crash when biomes have been disabled via modloader methods. (#169)
* Fix crash when biomes have been disabled via modloader methods.
* Remove unused import.
Fix crash when biomes have been disabled via modloader methods. (#168)
Fixed an issue with timing of injecting into possibleBiomes
Fix mixins on Forge
Revert "Backport Support for The End (#164)"
This reverts commit 0a07f30ae1ff517277cfca84f434bb0aedf42c03.
Backport Support for The End (#164)
* Added support for end biomes
* Added support for end surface rules
* Reduce the blockiness of end biomes
* Fixed end pillar generation
* Fix crashing with BCLib. Closes #149
---------
Co-authored-by: Adubbz <adubbz@users.noreply.github.com>
Revert to JAVA_17 compatibility level for mixins for consistency