c2meforge-0.2.0-forge.9.1-all.jar
Curse Maven Snippet
What's new
C2ME-Forge 0.2.0-forge.9.1 (1.20.1) -- hotfix for forge.9
Fixes a launch failure reported on forge.9 with Forge 47.4.22:
Mixin apply for mod c2meforge failed c2me-opts-worldgen-cellproof.mixins.json:MixinNoiseChunkGeneratorCellFill
... PRIVATE @Overwrite method m_224284_ ... cannot reduce visibility of PUBLIC target method
Cause: vanilla's NoiseBasedChunkGenerator.doFill is private and so was our replacement of it. When another mod's
access transformer makes that method public, Mixin refuses a private replacement and the game does not start.
Fix: the nine replacements of private vanilla methods (cell fill, noise sampler, aquifer x3, autosave, chunk serializer,
chunk I/O x2) are now declared public, which is accepted whether or not the target was widened. No other change:
this build is forge.9 plus this fix.
This mod has no additional files

