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.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
Community voices
Reviews
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
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.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
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
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
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources