Releases: RelativityMC/C2ME-fabric
0.3.4+beta.1
C2ME 0.3.4+beta.1 for Minecraft 1.21.7 is released
Beta for 1.21.7, fixing bugs and improving performance.
Changelog:
- new: fully threaded scheduling
This change removes the need for a scheduler thread and makes ping-pongs between worker threads and the server thread less frequent, which should lower the chunk system latency primarily for Windows users and bring a slight throughput per core improvement to all users. - change: aggressively unload and avoid loading unneeded chunks by default
- change: make stacktraces in errors after multiple retries more readable
- fix: race condition in handling chunk busy state
0.3.3
C2ME 0.3.3 for Minecraft 1.21.5 is released
Changelog:
- perf: enabled-by-default filterFluidPostProcessing
massively reduces the server thread overhead when flying over oceans and flooded caves - new: implements FabricMC/fabric-api#4541
- fix: correct failfast behavior in
Util - fix: never downsize global map
0.3.3+rc.1
C2ME Preview channel 0.3.3+rc.1 for Minecraft 1.21.5 is released
Changelog:
- fix: never downsize global map
0.3.3+beta.1
C2ME Preview channel 0.3.3+beta.1 for Minecraft 1.21.5 is released
The second release cycle for 1.21.5.
Changelog:
- perf: enabled-by-default filterFluidPostProcessing
massively reduces the server thread overhead when flying over oceans and flooded caves - new: implements FabricMC/fabric-api#4541
- fix: correct failfast behavior in
Util
0.3.2
C2ME 0.3.2 for Minecraft 1.21.5 is released
Basically a port to 1.21.5.
Changelog:
- build: port to 1.21.5
- change: remove extends in
MixinNbtList - change: call
server.onChunkLoadFailurefor failures - fix: workarounds CaffeineMC/sodium#3065
0.3.2+rc.1
C2ME Preview channel 0.3.2+rc.1 for Minecraft 1.21.5 is released
Changelog:
- fix: workarounds CaffeineMC/sodium#3065
0.3.2+beta.1
C2ME Preview channel 0.3.2+beta.1 for Minecraft 1.21.5 is released
Changelog:
- build: port to 1.21.5
- change: remove extends in
MixinNbtList - change: call
server.onChunkLoadFailurefor failures
0.3.1.3
C2ME 0.3.1.3 for Minecraft 1.21.4 is released
Changelog:
- fix: properly map simulation distance to vanilla map
- fix: block non-block-ticking chunks from ticking block entities
- fix: full lithium 0.14.5+ compatibility
- fix: ensure item is nonnull
- fix: dfc issues with some worldgen datapacks
0.3.1.2+rc.1
C2ME Preview channel 0.3.1.2+rc.1 for Minecraft 1.21.4 is released
A small batch of updates for stable release users.
Changelog:
- fix: properly map simulation distance to vanilla map
- fix: block non-block-ticking chunks from ticking block entities
- fix: full lithium 0.14.5+ compatibility
- fix: ensure item is nonnull
- fix: dfc issues with some worldgen datapacks