promotional bannermobile promotional banner

Concurrent Chunk Management Engine - Forge

This is a ported version of C2ME Fabric to Forge.
Back to Files

c2meforge-0.2.0-forge.9.1-all.jar

File namec2meforge-0.2.0-forge.9.1-all.jar
Uploader
Makki132Makki132
Uploaded
Sep 6, 2026
Downloads
451
Size
1.3 MB
Mod Loaders
Forge
File ID
8821786
Type
B
Beta
Supported game versions
  • 1.20.1

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:concurrent-chunk-management-engine-forge-1610389:8821786")

Learn more about Curse Maven

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