CraftBook Extra Wiki
Advertisement
MCU220
File:UISO.png
IC Title DETECT BREAK
Type UISO
Inputs 0 and 1
Outputs 1
Restricted Yes
Added CBX v14.0


When active, this will quickly trigger the output when ever a block is broken within the set area.


This can also be set to protect breaks using an Optional Mode

Sign Settings[]

Quick Reference[]

line 1 <blank>
line 2 [MCU220]
line 3 width:height:length/x-offset:y-offset:z-offset
line 4 <blank>
green text = OPTIONAL
everything else = REQUIRED

Details[]

  • Line 3:
    width:height:length/x-offset:y-offset:z-offset is the optional size and offsets for the detection area.
    • width:height:length is the optional size of the area.
      • Width, height, and length must each be a number from 1 to 41.
      • If setting the width, height, length, or any offset, all 3 (width, height, length) must be set.
      • If left blank, the sizes will be:
        • 3:3:3
    • x-offset:y-offset:z-offset is the offset for where the area is located.
      • Each offset value must be a number from -10 to 10.
      • These values do not need to be added unless the offsets need to be changed.
      • If setting the x-offset, y-offset, or z-offset, all 3 (x-offset, y-offset, z-offset) must be set.
      • If left blank, the offsets will be:
        • 0:1:0
        • This places the area above the IC block.

Inputs[]

File:IC input1.png

1 input

A / 1: Activate
When the input is toggled on, it will start detection.


Outputs[]

File:IC output1.png

1 output

D / 1: Break
The output will quickly turn on and then back off when ever a break is detected.


Optional Modes[]

Quick Reference[]

Mode Case Description
+ n/a Protect
  • Protects blocks from being broken.
    • Blocks may appear broken/missing for awhile due to how Minecraft works, but they are not actually broken.



Protect[]

mode + protects blocks in the area from being broken.

Examples[]

Basic[]

Basic sign setup to detect breaks in a 3x3x3 area right above the IC block.

1
2 [MCU220]
3
4


Protected Detection[]

Basic sign setup to detect attempted breaks in a 3x3x3 area right above the IC block.
Blocks in this area are protected from breaking.

1
2 [MCU220]+
3
4


6x4x5 Area Detection[]

Basic sign setup to detect breaks in a 6x4x5 area right above the IC block.

1
2 [MCU220]
3 6:4:5
4


6x4x5 Area Detection with 4 X-offset, 3 Y-offset, -7 Z-offset[]

Basic sign setup to detect breaks in a 6x4x5 area, with an offset from the IC block of 4 in the x direction, 3 up in the y direction, and -7 in the z direction.

1
2 [MCU220]
3 6:4:5/4:3:-7
4


Gallery[]

Bugs[]

See Also[]

Advertisement