Lothrazar / Cyclic

Minecraft mod written in Java
MIT License
166 stars 97 forks source link

Fix absalon flowers #2426

Closed Apollounknowndev closed 3 months ago

Apollounknowndev commented 3 months ago

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.

Fixes #2421, #2422, and #2424.