Provides More Red bundled cables support to CC:Tweaked https://www.curseforge.com/minecraft/mc-mods/more-red-x-cc-tweaked-compat
Go to file
2023-05-30 03:48:44 +03:00
gradle/wrapper initial commit 2023-05-29 08:35:46 +03:00
src/main initial commit 2023-05-29 08:35:46 +03:00
.gitattributes initial commit 2023-05-29 08:35:46 +03:00
.gitignore initial commit 2023-05-29 08:35:46 +03:00
build.gradle initial commit 2023-05-29 08:35:46 +03:00
gradle.properties initial commit 2023-05-29 08:35:46 +03:00
gradlew initial commit 2023-05-29 08:35:46 +03:00
gradlew.bat initial commit 2023-05-29 08:35:46 +03:00
LICENSE.txt initial commit 2023-05-29 08:35:46 +03:00
README.md added readme 2023-05-30 03:48:44 +03:00
settings.gradle initial commit 2023-05-29 08:35:46 +03:00

This is a simple mod bridging More Red's bundled network cables and CC:Tweaked's bundled redstone API.

By default computers do not connect to bundled network cables and cannot retrieve color value of adjacent network cables

This mod fixes that and provides computers with ability to read/write network cable signals directly (by acting as a bundled network cable itself)

It works with any More Red block that exposes channeled power capability (such as Bundled Cable Relay Plates)

More Red signal colors correspond with CC:Tweaked's colors API values (so colors.red is a red channel, colors.green is green channel, etc.)

To output signal on multiple color channels use the color.combine function.

Both More Red and CC:Tweaked are required for this mod to work.