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
[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
- Align with original project simplified chinese translation#5 by ZHAY10086
- Beam and current sail counts in the GUI now show full numbers instead of abbreviated values
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.