added readme

This commit is contained in:
YuRaNnNzZZ 2023-05-30 03:48:44 +03:00
parent aacc92cc31
commit 65c9e69a13
Signed by: YuRaNnNzZZ
GPG Key ID: 5F71738C85A6006D

17
README.md Normal file
View File

@ -0,0 +1,17 @@
# 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
![](https://i.imgur.com/mtyWyhTl.png)
![](https://i.imgur.com/3TQP4D0.png)
### This mod fixes that and provides computers with ability to read/write network cable signals directly (by acting as a bundled network cable itself)
![](https://i.imgur.com/PRl05qfl.png)
![](https://i.imgur.com/ses52Ny.png)
### It works with any More Red block that exposes channeled power capability (such as Bundled Cable Relay Plates)
![](https://i.imgur.com/5mKwwD8l.png)
### More Red signal colors correspond with CC:Tweaked's [colors API](https://tweaked.cc/module/colors.html) 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](https://tweaked.cc/module/colors.html#v:combine) function.
## **Both [More Red](https://www.curseforge.com/minecraft/mc-mods/more-red) and [CC:Tweaked](https://www.curseforge.com/minecraft/mc-mods/cc-tweaked) are required for this mod to work.**