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
2025-02-07 00:25:22 +03:00
gradle/wrapper 1.21.1, neoforge, pain. 2024-09-02 09:17:53 +03:00
src/main autodetect and support any block that is bundled redstone provider 2025-02-07 00:25:22 +03:00
.gitattributes initial commit 2023-05-29 08:35:46 +03:00
.gitignore update build system 2025-02-05 15:57:09 +01:00
build.gradle revert useless changes 2025-02-05 16:40:57 +01:00
gradle.properties autodetect and support any block that is bundled redstone provider 2025-02-07 00:25:22 +03:00
gradlew update build system 2025-02-05 15:57:09 +01:00
gradlew.bat revert gradlew.bat changes 2025-02-05 16:44:59 +01:00
LICENSE.txt initial commit 2023-05-29 08:35:46 +03:00
README.md updated readme 2024-02-20 00:10:36 +03:00
settings.gradle 1.21.1, neoforge, pain. 2024-09-02 09:17:53 +03:00

More Red x CC:Tweaked Compat

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.
CC:Tweaked 1.108.0 for 1.20.1 adds native More Red integration, making this mod obsolete for that vesrion.

Releases