Fixed problem where schematics with chains caused outposts and mansions to generate incompletely
Something dumb broke
Fixed issue where the newest paper jar tried to remap this plugin, but the plugin didn't declare not to be remapped.
This fix will break the plugin on ALL paper versions before 1.21.9. Use 24.1.0 for them instead.
Fixed problem where older versions could not run the plugin
Fixed issue where disabling TFG handling of big jungle and spruce trees lead to small TFG trees growing in their place instead of big vanilla variants
Now can run on paper without the paper remapper (only for version 1.21.9)
- Added Flower Forest and Sparse Jungle biomes (minor differences to forest and jungle respectively)
- Added config options to disable spawners, cave decorations or cave clusters
Fixed bug where pale forest saplings don't get replaced when growing pale trees Added config option for forcing the biome near 0,0
Some technical patches from git
Supports 1.21.8
Supports 1.21.7
Allowed pale saplings to grow custom trees
Supports 1.21.6
- Mountains were not busting y=200. Default settings and additional settings were tuned/added to allow mountains to reach roughly 250-270 at their maximum heights.
- General internal code cleaning
Fixed crash that can happen if terraform tries to place land at maximum height
Heavy optimisations done, there should be a noticeable difference in speed.
- Large structural changes, mainly focused around TerraformGenerator.generateNoise and HeightMap
- Ripped out Guava's cache, as a much weaker guarantee can be used (all the writers write the same thing, so coherence is way less of a problem)
- Blurring is now cached in the BiomeSection level to avoid competing ChunkCache writes
- Introduced more Java Records in hopes that the JVM does more with them
- Fixed some issue where plants could replace trees (i think there was a regression with placement somewhere)
- Fixed issue where the plugin didn't work with paper 1.21.5 craftbukkit mappings (trigged on beehives)
- Cave stalactites were accidentally disabled a year or so ago, readded them
- Added a config option for tree separation in plains
Initial version from Spigot. Supports Minecraft 1.21.5



