CC: Dyson Cube Project

Quick rating

CC: Dyson Cube Project

No reviews yet

Adds a Dyson Data Connector block that exposes Dyson Cube Project sphere statistics to CC:Tweaked computers via Lua API.

Tech
Automation & Processing
Mod Loaders
NeoForge
Minecraft

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
cc-dyson-cube-programm-1.2.0.jar
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

About

Description

CC: Dyson Cube Program

Bridges CC: Tweaked computers with the Dyson Cube Project — monitor and automate your Dyson Sphere via Lua.


How to use

Place a Dyson Data Connector next to a Ray Receiver or EM Rail Ejector and connect it to any CC: Tweaked computer. The block exposes all live Dyson Sphere statistics as Lua functions, enabling full monitoring.


Features

  • Auto-detection — automatically links to the adjacent Dyson Sphere component within 5 blocks (configurable)
  • Manual override — set a specific sphere ID via setSphereId() for multi-sphere setups
  • 13 Lua functions covering sails, beams, power generation, stored energy, build progress and more

Lua API

local conn = peripheral.find("dyson_data_connector")
-- or: peripheral.wrap("right")

conn.getSphereId()            --> "sphere-0"  (nil if not linked)
conn.setSphereId("sphere-0")  -- manual override
conn.clearSphereId()          -- back to auto-detect

conn.getSails()             --> 1500   (launched Solar Sails)
conn.getBeams()             --> 200    (Structural Beams)
conn.getMaxSails()          --> 2000   (capacity at current beams)
conn.getProgress()          --> 0.75   (0.0 – 1.0)

conn.getStoredPower()       --> 1200000  (FE)
conn.isGeneratingPower()    --> true
conn.getGenerationRate()    --> 30000   (FE/t)

conn.getAllSphereIds()       --> { "sphere-0", "sphere-1" }

Known bugs

  • isGeneratingPower() always returns true, even when the Dyson Sphere is not currently generating any power.

Roadmap

Add a polished block model created with unique textures, and fix known bugs.

Screenshots

Gallery

This project has no gallery images yet.

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works