From d6cf15027791d85610ceaa06c205599060e5b28e Mon Sep 17 00:00:00 2001 From: YuRaNnNzZZ Date: Tue, 20 Feb 2024 00:10:36 +0300 Subject: [PATCH] updated readme --- README.md | 24 +++++++++++++++--------- 1 file changed, 15 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index d398119..2411462 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,23 @@ -# This is a simple mod bridging **More Red**'s bundled network cables and **CC:Tweaked**'s bundled redstone API. +# 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 -![](https://i.imgur.com/mtyWyhTl.png) +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) +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) +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. +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.** \ No newline at end of file +**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.** +CC:Tweaked 1.108.0 for 1.20.1 adds native More Red integration, making this mod obsolete for that vesrion. + +# Releases +- [CurseForge](https://www.curseforge.com/minecraft/mc-mods/more-red-x-cc-tweaked-compat) +- [Modrinth](https://modrinth.com/mod/more-red-x-cc-tweaked-compat)