Dyson Cube Project Refitted

Harness the sun, the whole sun.

File Details

dysoncubeproject-1.1.0.jar

  • R
  • May 21, 2026
  • 530.48 KB
  • 147
  • 1.12.2
  • Forge

File Name

dysoncubeproject-1.1.0.jar

Supported Versions

  • 1.12.2

Curse Maven Snippet

Forge

implementation fg.deobf("curse.maven:dyson-cube-project-refitted-1520230:8121518")
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

[1.1.0] - 2026-05-20

Added

  • Tile Entity render range configuration (Default 128)
  • Unsubscribe button in the EM Rail Ejector and Ray Receiver GUIs, allowing players to return to their personal Dyson Sphere
  • FML Update Check through CurseUpdate API.

Changed

Fixed

  • A number of hardcoded english strings, now uses langkeys.
  • Deduplicated WritableEnergyStorage method, moved to util.
  • Unify loggers to use mod logger methods.
  • Number Util to use static final.
  • Off-by-one: the last batch of solar sails could never be submitted due to >= instead of > in the max-sails check
  • MaxSolarPanels no longer exceeds Config.MAX_SOLAR_PANELS when many beams are present
  • MaxBeams now uses ceiling division so the beam cap is never under-counted
  • "Needs more beams" message no longer appears when the sphere has actually reached its final sail cap.