Bliss

Results 5 comments of Bliss

**Describe the bug** If C2ME and Sinytra Connector (Fabric Loader Mod for Forge) are both installed the game doesn't boot unless configs are changed. **To Reproduce** Steps to reproduce the...

made an issue in the c2me repository a while back https://github.com/RelativityMC/C2ME-fabric/issues/257

I found the fix! It crashes because they are both trying to optimise the same thing I presume. Add this line to canary's config file: `mixin.alloc.nbt=false`

Another fix, to actually generate the world! Add this to the config file as well: `mixin.chunk.replace_streams=false`