MCX205 (Block Detector)

From MinecraftOnline
Jump to navigation Jump to search
Block Detector
About
ID MCX205
Self Triggered No
Clickable No
Input Yes
Output Yes
Sign Format
Second line [MCX205]
Third line Block:damage
Fourth line direction:distance
Craftbook Page

When triggered, Detects if a certain block type is in a certain spot. Output On if True.

Details

  • Second Line
    • [MCX205]
  • Third Line
    • BlockType:color
  • Fourth Line
    • direction:distance
  • BlockType = Block ID
  • :color = After block ID is the color (0-15)
  • Direction = Can be UP, or DOWN only.
  • :distance = distance in blocks from the IC block. If no distance is added then all blocks above/ below will be checked.

Examples


[MCX205]
35:5
UP:5

Checks if there is a Lime green wool block up to 5 blocks above the IC block when triggered.


[MCX205]
20
DOWN

Checks if there is any Glass block below the IC block when triggered.

Notable and Practical Uses

  • Automated Farms/ Item Factories
  • Possible to be used in conjunction with doors