My first PR changed the biome modifiers that place the flowers to prevent a crash with mods like Terralith and Regions Unexplored.
I didn't notice this at first, but the absalon biome modifier placed the lime flowers and the lime biome modifier placed the absalon flowers. My second PR only fixed one of these discrepancies, so both the absalon and lime biome modifiers started placing lime flowers, which was a guaranteed crash. Sorry about that!
This PR makes the absalon biome modifier place absalon flowers, and now everything should be fixed.
My first PR changed the biome modifiers that place the flowers to prevent a crash with mods like Terralith and Regions Unexplored.
I didn't notice this at first, but the
absalon
biome modifier placed the lime flowers and thelime
biome modifier placed the absalon flowers. My second PR only fixed one of these discrepancies, so both theabsalon
andlime
biome modifiers started placing lime flowers, which was a guaranteed crash. Sorry about that!This PR makes the
absalon
biome modifier place absalon flowers, and now everything should be fixed.Fixes #2421, #2422, and #2424.