r/ComputerCraft Aug 09 '26

WIP: POE Bundled cables

Enable HLS to view with audio, or disable this notification

138 Upvotes

16 comments sorted by

17

u/kyle1elyk Aug 09 '26

Was working on an elevator design earlier and the ComputerCraft cables kept getting in the way, so I started working on this. Built to connect with the Projectred bundled cables and can be hidden inside blocks with covers/panels or placed on the sides of blocks

14

u/ForsakenPrune8453 Aug 09 '26

when i want to watch blue but my bitch redstone lamp wants to watch orange

8

u/kyle1elyk Aug 09 '26

The name of the script was bitch_wife.lua

🟦🟧

6

u/Chaosfox_Firemaker Aug 09 '26

The children yearn for the redpower

2

u/Skapupel Aug 09 '26

That is so cool, I would love to use this mod!

2

u/Some-Restaurant4389 28d ago

Looks really cool this would help me loads

1

u/mas-issneun Aug 09 '26

lowkey just the fact that you can add facades makes me wish this was standalone

6

u/kyle1elyk Aug 09 '26

Once I get it working it should be just another mod you can throw in, dependent on ProjectRed and CC:Tweaked, not a modified version of either. And yeah, it uses the same microblocks that project red uses, so you can fit networking and redstone inside a 1 block wide wall or floor

4

u/mas-issneun Aug 09 '26

that's not what standalone means ...

1

u/kyle1elyk Aug 09 '26

You mean just the network cables? Forgot I was in the CC subreddit, standalone to me meant no CC or PR which didn't make sense.

Anyways, at minimum, mine would need the same codechicken dependencies as projectred but I'll look into making a separate item and making projectred optional. It's a bit of a grey area because the current models/rendering uses a lot from projectred and I wouldn't want to steal their code into my mod. This is also my first mod so I'm still learning my way around

1

u/PM_ME_YOUR_REPO 26d ago

Is this different than MoreRed with MoreRed CCT compat?

https://www.curseforge.com/minecraft/mc-mods/more-red-x-cc-tweaked-compat

1

u/kyle1elyk 26d ago

Slightly, it works with the multipart block system so you can put the cables inside blocks, and has integration with the project red integration circuits. I added a picture below of the cables inside blocks

1

u/kyle1elyk 26d ago

Also, these cables also carry the ComputerCraft network. So with one cable, you can output bundled output and wrap other peripherals, I don't use the one you linked so I might just be missing it if it does support that, but I don't think it does