promotional bannermobile promotional banner

Aero-Reformation

Added a SubLevel-adapted chunk loader for Aeronautics, several useful changes, and new blocks, such as a chair that outputs redstone signals based on the player's view angle.
Back to Files

aero_reformation-1.3.3.1.jar

File nameaero_reformation-1.3.3.1.jar
Uploader
MyDebugStickMyDebugStick
Uploaded
Aug 5, 2026
Downloads
145
Size
835.3 KB
Mod Loaders
NeoForge
File ID
8581612
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:aero-reformation-1550586:8581612"

Learn more about Curse Maven

What's new

 **ComputerCraft peripherals** — RCS thruster, power block and guidance warhead are now
  usable from CC:Tweaked computers (no ComputerCraft required to run the mod; integration
  auto-disables when CC is absent):
  - `aero_rcs` — thrust get/set, thrust index, creative mode, angled-nozzle mode,
    live thrust/nozzle/fuel/electric status, sync/warhead binding.
  - `aero_power` — yaw/pitch limits and seat height.
  - `aero_warhead` — target acquisition, search mode, guidance mode, PID tuning.
- **Cross-mod Java API** — new `dev.simulated_team.aero_reformation.api` package for other
  mods: `RcsThrusterApi`, `PowerBlockApi`, `GuidanceWarheadApi` (all `Level` + `BlockPos`
  based, server-safe, auto-synced).
- **RCS thruster public getters** — `getThrustIndex`, `setThrustIndex`, `getThrustOptions`,
  `getActiveNozzleMask`, `getCurrentThrustPN`, `isFuelAvailable`, `isElectricMode`.
- **Automated deploy** — `./gradlew build` now auto-cleans and deploys the built jar into
  the game mods folder (single latest version only).
- **Safety** — all ComputerCraft registration is isolated and try/catch guarded; the mod
  runs unchanged without CC installed.

Full API reference: see `docs/api.md`.

This mod has no additional files