Skip to content

Releases: RelativityMC/C2ME-fabric

0.2.0+alpha.4

30 Aug 09:55
0.2.0+alpha.4
abd905f
Compare
Choose a tag to compare
0.2.0+alpha.4 Pre-release
Pre-release

This releases adds some new features and fixes a lot of issues in alpha3.

Changelog:

  • Fixes compatibility with most of the content mods and works with AOF4 0.0.9 with allowThreadedFeatures and reducedLockRadius
    AOF4 compatibility isn't in the best state at the moment, so please test it and open an issue if you found something not working.
  • Fixes a rare bug where naturally generated spawners are pig spawners and naturally generates chests are invisible except bounding boxes.
  • Adds no-tick view distance, allowing render distance to be higher than 32.
  • Improves scheduling to lower chunk loading and generation latency.
  • Makes reduced lock radius more stable.

Notes:

  • A full list of tested compatible mods can be found in README.md
    Please report all incompatibilities to github issues.
  • allowThreadedFeatures switch is still turned off by default. It is planned to be enabled by default in 0.2.0+alpha.5
  • No-tick view distance needs to be manually enabled in the config file

Looking for 1.18 builds? Here it is.
These builds don't have releases so use with caution.

0.2.0+alpha.3

22 Jul 14:56
Compare
Choose a tag to compare
0.2.0+alpha.3 Pre-release
Pre-release

Changelog:

  • Fixes all of threading issues in vanilla worldgen and worldgen-related code
    (please open an issue if i missed something)
    This also let C2ME vanilla worldgen behaviors match vanilla. (in theory, which need testing)
    This also fixes some rare crashes that happens on startup.
  • Finally fixed compatibility issue with BetterEnd on production environment.
  • The test system now tests every biome and structure that can be naturally generated in
    the world to ensure test coverage.

Looking for 1.18 builds? Here it is.
These builds don't have releases so use with caution.

0.2.0+alpha.2

15 Jul 16:12
Compare
Choose a tag to compare
0.2.0+alpha.2 Pre-release
Pre-release

Changelog:

  • Updated to 1.17.1
  • Resolves compatibility and performance issues with Terra and BetterEnd
  • Improves global biome cache performance
  • Tweaks default parallelism settings

Looking for 1.18 builds? Here it is.

0.2.0+alpha.1

20 Jun 06:22
Compare
Choose a tag to compare
0.2.0+alpha.1 Pre-release
Pre-release

Changelog:

  • Updated to 1.17.1-pre1 (compatible with 1.17)
  • A lot of improvements related to performance, thread safety and chunk scheduling
  • New global biome cache to reduce threading overhead (experimental)

0.1.0-rc8

17 Apr 05:06
Compare
Choose a tag to compare
0.1.0-rc8 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE DO NOT USE IN PRODUCTION

Changelog:

  • Added support for 21w15a
  • Hopefully fixed chunk saving and loading issues
  • Use stricter locking logic to improve compatibility and thread-safety
  • Improve configuration system

0.1.0-rc7.1 (for 1.17)

28 Mar 03:19
Compare
Choose a tag to compare
Pre-release

THIS IS A RELEASE CANDIDATE DO NOT USE IN PRODUCTION

This version fixes a severe issue of block entities not being correctly saved. Please update ASAP.

0.1.0-rc7

21 Mar 04:55
Compare
Choose a tag to compare
0.1.0-rc7 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE DO NOT USE IN PRODUCTION

Changelog:

  • Refactor async saving (fixes console spam)
  • Cache block entities lookup for serialization to prevent issues serializing chunks
  • Cache server tick scheduler lookups to prevent performance issues
  • Only do async saving when unloading
  • Enforce more chunk & poi data unloads
  • New configuration system
  • Guard against double scheduling chunk loads

0.1.0-rc6

07 Mar 04:23
Compare
Choose a tag to compare
0.1.0-rc6 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE DO NOT USE IN PRODUCTION

Changelog:

  • Fix CME in several edge cases
  • Make some classes thread-safe
  • Slightly improve performance of AsyncCombinedLock
  • Allow threaded feature generation (disabled by default)

0.1.0-rc5

27 Feb 16:11
Compare
Choose a tag to compare
0.1.0-rc5 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE DO NOT USE IN PRODUCTION

Changelog:

  • Available on 21w08b
  • Ensure all locks are available before real acquisition and task execution
  • New configuration file

0.1.0-rc4

20 Feb 09:55
Compare
Choose a tag to compare
0.1.0-rc4 Pre-release
Pre-release

THIS IS A RELEASE CANDIDATE DO NOT USE IN PRODUCTION

Changelog:

  • Make async chunk saving more stable and fail-safe
  • Now available on 21w07a