Colored Network Cables - Commoble/morered GitHub Wiki

Colored Network Cable blocks can transmit redstone power along floors, walls, and ceilings, and around corners. They can connect to Red Alloy Wires and Bundled Network Cables, but not to Colored Network Cables of different colors.

Colored Network Cables

Contents
  1. Obtaining
    1. Crafting Recipes
  2. Usage
    1. Crafting Ingredient
      1. Bundled Network Cable
  3. Data
    1. Block Entity Data
  4. History

Obtaining

Crafting Recipes

Recipe Type Ingredients Output Example
Shaped Crafting 8x Colored Network Cable Colored Network Cable Recipe

Usage

Colored Network Cables can be attached to solid faces of blocks; attaching a wire to a face consumes a wire item, and breaking that wire or the block that the wire is attached to causes a wire item to be dropped.

Colored Network Cables transmit redstone power between each other and adjacent blocks that they are connected to; each face-attached wire stores power separately, and emits power at a level of one less than the highest source of power that face is receiving. Colored Network Cables do not emit or receive strong power conducted indirectly through solid blocks.

Colored Network Cables use power values in a range of [0,31], effectively letting them transmit power across almost twice as many connections as redstone dust; standard redstone power is converted to expanded-range power and back by doubling or halving where appropriate. Bundled Cable Posts connected by Bundled Cable Spools are recommended for long-distance signal transmission.

Crafting Ingredient

Bundled Network Cable

Recipe Type Ingredients Output Example
Shaped Crafting 3x Bundled Network Cable Bundled Network Cable Recipe

Data

Block Block/Item ID Localization Key
White Network Cable morered:white_network_cable block.morered.white_network_cable
Orange Network Cable morered:orange_network_cable block.morered.orange_network_cable
Magenta Network Cable morered:magenta_network_cable block.morered.magenta_network_cable
Light Blue Network Cable morered:light_blue_network_cable block.morered.light_blue_network_cable
Yellow Network Cable morered:yellow_network_cable block.morered.yellow_network_cable
Lime Network Cable morered:lime_network_cable block.morered.lime_network_cable
Pink Network Cable morered:pink_network_cable block.morered.pink_network_cable
Gray Network Cable morered:gray_network_cable block.morered.gray_network_cable
Light Gray Network Cable morered:light_gray_network_cable block.morered.light_gray_network_cable
Cyan Network Cable morered:cyan_network_cable block.morered.cyan_network_cable
Purple Network Cable morered:purple_network_cable block.morered.purple_network_cable
Blue Network Cable morered:blue_network_cable block.morered.blue_network_cable
Brown Network Cable morered:brown_network_cable block.morered.brown_network_cable
Green Network Cable morered:green_network_cable block.morered.green_network_cable
Red Network Cable morered:red_network_cable block.morered.red_network_cable
Black Network Cable morered:black_network_cable block.morered.black_network_cable
Block Properties Value
Blocks Movement No
Flammable No
Liquid No
Opaque No
Replaceable No
Solid No
Blast Resistance 0
Hardness 0
Light Output 0
Tool Required No
Flammable No
Piston Reaction Break
Render Type Solid
Item Properties Value
Stack Limit 64
Blockstate Properties Values
down {false, true}
up {false, true}
north {false, true}
south {false, true}
west {false, true}
east {false, true}
  • The six direction values indicate which interior faces have wires attached.
Block Tags
None
Item Tags
  • morered:colored_network_cables
  • morered:network_cables

Block Entity Data

<root>
{
	"power": [array of 6 power values]
}
Data Field Format Description
"power" Byte Array (6 values) Array of the power value stored in each face (in DUNSWE order); each value has valid range [0,31]

History

Version Changelog
1.16.5-2.1.0.0 Added to game
⚠️ **GitHub.com Fallback** ⚠️