Meteor worldgen change for better Dynamic Trees compat
ThisIsSP4RTAN opened this issue ยท 0 comments
Describe the feature
Change the meteor worldgen from Decoration.TOP_LAYER_MODIFICATION,
to Decoration.SURFACE_STRUCTURES,
or any time before VEGETAL_DECORATION
so they generate before Dynamic Trees and stop messing up the trees that end up near meteors.
Reasons why it should be considered
It's been an issue for years and moving the meteors a little earlier in the worldgen doesn't seem to cause any significant issues. (After a bit more testing, I've seen a few floating vines probably because the meteor generated before trees now. That could probably be fixed easily, I just don't know how to myself)