I'm using a coremod as part of my 1.14 mod. It inserts a static method call into TreeFeature#place.
When I try to load into a world, an IncompatibleClassChangeError is thrown from a Server Worker thread, saying "expected static method thedarkcolour.futuremc.world.gen.BeeNestGenerator.generateBeeNestForSmallTrees..." The game freezes instead of crashing.
How do I fix this?
Log
Coremod