promotional banner

RaishxCore

Foundation library for AE2 addons: high-scale amounts, multiblock contracts, transactional ports, guarded networking, AE2-style widgets, and an optional cooperative crafting planner.
Back to Files

raishxcore-0.1.0-beta.1.jar

File nameraishxcore-0.1.0-beta.1.jar
Uploader
raishxnsraishxns
Uploaded
Sep 19, 2026
Downloads
13
Size
247.4 KB
Mod Loaders
NeoForge
File ID
8917917
Type
B
Beta
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:raishxcore-1702233:8917917"

Learn more about Curse Maven

What's new

RaishxCore 0.1.0-beta.1

First public beta for Minecraft 1.21.1 / NeoForge.

Fixed

  • Cooperative AE2 graph-capture timeouts now count only active main-thread work inside capture slices. Idle time between server ticks no longer makes healthy captures fall back to AE2.
  • Deferred crafting-plan futures are interruptible while waiting for their delegate.
  • A single timeout budget now covers both planner handoff and plan calculation.
  • The capture scheduler now rotates across active AE2 grids, preventing one continuously busy grid from starving others.

Validation

  • 206 unit tests passed.
  • 10/10 in-game GameTests passed.
  • Full release build and multi-dimension server shutdown passed.

Notes

  • This is a public beta.
  • UFO Future 3.0.0-beta.1 requires RaishxCore 0.1.0-beta.1 or a compatible later 0.1.x release.