BC7013 - ShadowJonathan/ByteCart GitHub Wiki

Abstract

The BC7013 sign is a sign that updates the ring part of the destination address to a value given by redstone.

This sign can only address the rings from 1 to 63.

Function

This sign can be placed under a rail. If a player in a cart or a storage cart pass on a sign placed under the rails, its destination ring will be set/changed.

The new ring value is taken from 3 inputs around the sign:

  1. Right side, a lever or redstone dust placed 1 block above the sign will add 32 to ring if powered

  2. Front side, a lever or redstone dust placed at same level as the sign will add 16 to ring if powered

  3. Left side, the power given by redstone dust on a block adds a value from 0 to 15 according to distance to source.

Usage

BC7013 sign is useful in configurable stations made with hoppers added in release 1.4.7 of Minecraft.

Syntax

Line #1 : Free

Line #2 : [BC7013]

Line #3 : Free

Line #4 : Free

Example

See BC7012