Skip to content

0.2.0+alpha.6

Pre-release
Pre-release
Compare
Choose a tag to compare
@ishland ishland released this 05 Jan 16:11
· 104 commits to ver/1.18 since this release
0.2.0+alpha.6
f4bc326

C2ME 0.2.0+alpha.6 for Minecraft 1.18.1 is released

This release improves overall performance and stability and fixes some bugs.

Changelog:

  • General worldgen optimizations and allocation reductions
  • Adds experimental async scheduling (turned off by default)
  • Raise default max render distance to 128
  • Some fixes related to no-tick view distance
  • Don't send chunks twice with no-tick (configurable)
  • Turns on reducedLockRadius by default
  • Adds priority system for worldgen
  • Now breaks optifabric
  • Adds limit for chunk data cache in IO workers to prevent using too much heap memory
  • Allow disabling mid-tick chunk tasks
  • Safety and stability improvements
  • Attempt to fix bad config values or return them to default by @duplexsystem in #94
  • Hide useGlobalBiomeCache from config

Full Changelog: 0.2.0+alpha.5...0.2.0+alpha.6

EDIT: Looks like something is wrong with the lithium compatibility. Please add mixin.world.player_chunk_tick=false to lithium config to workaround this issue. EDIT: Fixed in 0.2.0+alpha.6.1