4 downloads 36 views 0 likes Aug 21, 2025
Embedded Computer Mod by WindClan
Updated Aug 21, 2025
I heard mod support got added and thought that I should probably upload this here

About
The "Embedded Computer" mod is an addon for CC: Tweaked that adds the Embedded Computer, a secure headless computer, the Secure Computer, a version of the Embedded Computer with a screen, and other goodies to the game.
Features
- The Embedded Computer, it is a secure headless computer that can only be modified by booting it off of a disk drive. It can be wiped via peripheral API (
embeddedPeriph.format()
) and can be "locked" viasecurity.lock("superSecurePassword")
, preventing formatting until unlocked withembeddedPeriph.unlock("superSecurePassword")
- Higher capacity storage items, the Zip Drive and Flash Card. They can help store large programs for a much higher cost than a normal floppy
- Hard drive block, they allow you to mount a 25mb storage device to ANY directory. You can mount them to
/a
or even a/mnt/hdd1
at the cost of needing to manually callhddPeriph.mount("/directory/goes/here")
every boot andhddPeriph.unmount("/directory/goes/here")
when you want to unmount them.
Disclaimer
PLEASE DO NOT USE ACTUAL PASSWORDS TO LOCK EMBEDDED COMPUTERS!!!
If you use an actual password the server owner could add something to intercept and steal your password! Don't use an actual password you use for other things!!!!
comments
You can login with Discord to leave comments and reply to others!
There are no comments yet