Skip to content

Releases: DivByDiamond/OC2R

OC2R 0.1.1-beta.2

OC2R 0.1.1-beta.2 Pre-release
Pre-release

Choose a tag to compare

@loki5512344 loki5512344 released this 26 Aug 10:45
67155fd

Changes

Fixed

  • #22 — Mod is no longer incompatible with C2ME: ThrottledSoundEmitter now uses its own dedicated RandomSource instead of the level-owned random source, which could be touched from the VM runner thread and tripped CME's thread-ownership check, halting the boot process.
  • #23 — The terminal bell sound no longer replays on every keystroke after firing once: the pending-bell flag is now consumed when capturing each terminal diff snapshot, so it is delivered exactly once.
  • #18 — Network cable crash when linking already-connected connectors (fixed in 0.1.1-beta.1 line, kept verified in this build).

CI/CD

  • Releases are now automatically uploaded to CurseForge on publish.

v0.1.1-beta.1

v0.1.1-beta.1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 21 Aug 21:34

What's Changed

Full Changelog: https://github.com/TumRedSun/OC2R/compare/v0.1.0...v0.1.1-beta.1

Fix (2026-08-22)

The original oc2r-1.21.1-neoforge-0.1.1.jar shipped a guest image (sedna-buildroot 0.0.71) whose kernel had 9p removed, so /mnt/builtin never mounted (#17). It has been renamed to BROKEN-do-not-download — do not use it.

Download oc2r-1.21.1-neoforge-0.1.1-beta.1.jar instead: same build with the guest kernel rebuilt with CONFIG_9P_FS=y (verified: /mnt/builtin mounts).

Bundled dependencies

Bundled dependencies Pre-release
Pre-release

Choose a tag to compare

@loki5512344 loki5512344 released this 21 Aug 21:57
aa31474

Local maven artifacts that cannot be fetched from upstream repos.

  • sedna-buildroot-0.0.72-oc2r1.jar: minux 0.0.71 rootfs/bootfs/fw_jump + Linux kernel 6.12.104 rebuilt from minux master (commit a49110a1 re-adds CONFIG_9P_FS=y). Replaces upstream sedna-buildroot until a fixed minux release ships.

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 26 Jul 15:31
ed55ba0

Neoforge 1 21 1 aero fix

Choose a tag to compare

@TumRedSun TumRedSun released this 26 Jul 15:10
34b2893
image