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


This IC is a combination of [MCU220] and [MCU221]


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


This can also be set to protect blocks from being broken or new blocks from being placed using an Optional Mode

Sign Settings[]

Quick Reference[]

line 1 <blank>
line 2 [MCU222]
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 or Block Placed
The output will quickly turn on and then back off when ever a break is detected or a block placement is detected in the set area.


Optional Modes[]

Quick Reference[]

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



Protect[]

mode + protects blocks in the area from being broken and protects the area from new blocks being placed.

Examples[]

Basic[]

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

1
2 [MCU222]
3
4


Protected Detection[]

Basic sign setup to detect attempted breaks and block placement in a 3x3x3 area right above the IC block.
Blocks in this area are protected from breaking and this area is protected from new blocks being placed.

1
2 [MCU222]+
3
4


6x4x5 Area Detection[]

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

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


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

Basic sign setup to detect breaks and block placement 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 [MCU222]
3 6:4:5/4:3:-7
4


Gallery[]

Bugs[]

See Also[]

Advertisement