This version is uploaded automatically by GitHub Actions.
Changelog:
- 10c76870 build: 24w03b - ishland
This version is uploaded automatically by GitHub Actions.
Changelog:
- 5a0e8790 fix: uncapped render distance reset - ishland
This version is uploaded automatically by GitHub Actions.
Changelog:
- bceebe5c fix(pain): log changed config and worker parallelism during startup - ishland
This version is uploaded automatically by GitHub Actions.
Changelog:
- 7d5ba887 build: 23w51b - ishland
This version is uploaded automatically by GitHub Actions.
Changelog:
- 8d057025 fix: publishing on 1.20.4 - ishland
This version is uploaded automatically by GitHub Actions.
Changelog:
- fcaf9da6 fix: remove debug logging - ishland
This version is uploaded automatically by GitHub Actions.
Changelog:
- b3e6ebbc build: 1.20.3-rc1 - ishland
This version is uploaded automatically by GitHub Actions.
Changelog:
- 9368daea build: 1.20.3-pre1 - ishland
This version is uploaded automatically by GitHub Actions.
Changelog:
- f17f70cd build: 23w45a - ishland
This version is uploaded automatically by GitHub Actions.
Changelog:
- 40c953ed fix: 23w43a shutdown issues - ishland
This version is uploaded automatically by GitHub Actions.
Changelog:
- 8cbbe48a fix: 23w42a build - ishland
This version is uploaded automatically by GitHub Actions.
Changelog:
- b6f68173 fix: GHA publishing - ishland
C2ME 0.2.0+alpha.11 for Minecraft 1.20.1 is released
This release improves overall stability and performance.
Changelog:
- perf: reduces allocation pressure in scheduling
- perf: rewrites chunk priority system to better handle urgent loads
- perf: improves notickvd loading mechanism
- perf: do not depend on server thread to complete
EMPTY
state - perf: improve chunk transition speed with threaded worldgen
- new: chunk cancellation mechanism with threaded worldgen
- new: allow recover from errors in async io (disabled by default)
- new: experimental GC-Free chunk serializer (disabled by default)
- fix: a native leak by unclosed Inflaters and Deflaters
- fix: remove profiler usage in upgradeChunk to prevent issues
- fix: upgrade visibility of a mixin method to fix some incompatibiliy issues (#207)
- fix: incorrect random instance derive
- fix: prevent async save and saveAll
- fix: non-atomic player chunk position tracking in notickvd
- fix: mushrooms as ghost blocks in strange places with
fabric-biome-api-v1
(#222) - change: makes CheckedThreadLocalRandom message more clear
- change: disable reduced lock radius debugging
Full Changelog: https://github.com/RelativityMC/C2ME-fabric/compare/0.2.0+alpha.10...0.2.0+alpha.11
This version is uploaded automatically by GitHub Actions.
Changelog:
- c5ffc687 build: 1.20.2 - ishland
This version is uploaded automatically by GitHub Actions.
Changelog:
- 51cb30a9 fix: send block updates when chunk post-processing - ishland