CraftBook Extra Wiki
Advertisement
MCU217
File:MISO.png
IC Title DRAWBRIDGE
Type MISO
Inputs 0 and 3
Outputs 1
Restricted Yes
Added CBX v11.3


Raises and lowers a line of blocks like a drawbridge.


Sign Settings[]

Quick Reference[]

line 1 <blank>
line 2 [MCU217]
line 3 width:length:y-offset
line 4 delay
green text = OPTIONAL
everything else = REQUIRED

Details[]

  • Line 3:
    width:length:y-offset is the size and y-offset of the drawbridge. If left blank, the width will be set to 3, the length set to 5, and the y-offset set to 0.
    • The max width is 11.
    • The max length depends on the craftbook.properties bridge-max-length setting.
    • The y-offset (up or down offset for the starting position) must be a number from -10 to 10.


  • Line 4:
    delay sets the delay between each position change. The delay is based on redstone "ticks". The higher the delay, the longer it takes. If left blank, the delay will be set to 2.

Inputs[]

File:IC input12.png

2 input

A / 1: On/Off
When the input is toggled on, it will power the drawbridge on so that it can be raised or lowered. When the input is toggled off, the drawbridge will stop and can not be raised or lowered.
B / 2: Raise/Lower
When the input is toggled on, it will raise the bridge. When it is turned off, it will lower the bridge.


Outputs[]

File:IC output.png

zero output

none


Optional Modes[]

none

Examples[]

For each example, blocks must be placed within the set area for it to work!

Video[]

http://www.youtube.com/watch?v=UqETjWRaY5U

Basic[]

Basic sign setup to create a 3x5 drawbridge.

1
2 [MCU217]
3
4


A Drawbridge with a width of 5 and length of 11[]

Creates a 5x11 drawbridge

1
2 [MCU217]
3 5:11
4


A Drawbridge with a delay of 10[]

Creates a 5x11 drawbridge

1
2 [MCU217]
3
4 10


A Drawbridge with a width of 3, length of 5, and y-offset of 4[]

Creates a 5x11 drawbridge

1
2 [MCU217]
3 3:5:4
4


A Drawbridge with a width of 3, length of 5, y-offset of 4, and delay of 10[]

Creates a 5x11 drawbridge

1
2 [MCU217]
3 3:5:4
4 10


Gallery[]

Bugs[]

See Also[]

Advertisement