Skip to content

Releases: RelativityMC/C2ME-fabric

0.3.3+beta.1

02 May 16:12
0.3.3+beta.1
b1e665e

Choose a tag to compare

0.3.3+beta.1 Pre-release
Pre-release

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#4541
  • fix: correct failfast behavior in Util

0.3.2

23 Apr 13:55
0.3.2
2b6c375

Choose a tag to compare

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.onChunkLoadFailure for failures
  • fix: workarounds CaffeineMC/sodium#3065

0.3.2+rc.1

20 Apr 15:17
0.3.2+rc.1
53e8779

Choose a tag to compare

0.3.2+rc.1 Pre-release
Pre-release

C2ME Preview channel 0.3.2+rc.1 for Minecraft 1.21.5 is released

Changelog:

0.3.2+beta.1

31 Mar 08:35
0.3.2+beta.1
22c823e

Choose a tag to compare

0.3.2+beta.1 Pre-release
Pre-release

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.onChunkLoadFailure for failures

0.3.1.3

31 Mar 08:28
0.3.1.3
554c47e

Choose a tag to compare

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

21 Feb 14:06
0.3.1.2+rc.1
5d7dcd0

Choose a tag to compare

0.3.1.2+rc.1 Pre-release
Pre-release

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

0.3.1.1

08 Jan 14:00
0.3.1.1
25c19a6

Choose a tag to compare

C2ME 0.3.1.1 for Minecraft 1.21.4 is released

Changelog:

  • fix: mobs in normal border chunks not being counted towards mobcaps. (#388)
  • fix: no-tick pending chunk loads counter being broken

0.3.1.1+rc.1

02 Jan 12:30
0.3.1.1+rc.1
2204d33

Choose a tag to compare

0.3.1.1+rc.1 Pre-release
Pre-release

C2ME Preview channel 0.3.1.1+rc.1 for Minecraft 1.21.4 is released

This release fixes a bug causing mobs in normal border chunks not being counted towards mobcaps. (#388)

0.3.1

30 Dec 15:29
0.3.1
a10d4d3

Choose a tag to compare

C2ME 0.3.1 for Minecraft 1.21.4 is released

Brief changelog:

  • new: scalable no-tick view distance, allowing 300+ render distances
    Also heavily increased the loading speed of no-tick chunks.
  • new: basic deadlock debugging facilities
  • new: strict detection for scheduled tick access
  • perf: turn fluid postprocessing into scheduled tick
  • perf: allow unloading to be cancelled
  • fix: lighting desync with notickvd
  • fix: sync block entities when postprocessed
  • fix: ghost mushroom outside of simulation distance, again
  • fix: handle reentrance in ServerEntityManager#unloadChunks
  • fix: prevent stalling when syncing player tickets

0.3.1+rc.1

22 Dec 14:23
0.3.1+rc.1
51daa63

Choose a tag to compare

0.3.1+rc.1 Pre-release
Pre-release

C2ME Preview channel 0.3.1+rc.1 for Minecraft 1.21.4 is released

The first release candidate for 1.21.4, fixing a critical bug.

Changelog:

  • fix: handle reentrance in ServerEntityManager#unloadChunks