From 53abafbeabc82c873400e50a9deb8ccaac556afc Mon Sep 17 00:00:00 2001 From: Evelyn Ivy <41385923+Spirolateral@users.noreply.github.com> Date: Sat, 19 Dec 2020 11:46:43 -0700 Subject: [PATCH] Beginning to rework for 0.3. --- Belt-Observer.md | 33 --------------------------------- Content-Observer.md | 12 ++++++++++++ 2 files changed, 12 insertions(+), 33 deletions(-) delete mode 100644 Belt-Observer.md create mode 100644 Content-Observer.md diff --git a/Belt-Observer.md b/Belt-Observer.md deleted file mode 100644 index 9e48562..0000000 --- a/Belt-Observer.md +++ /dev/null @@ -1,33 +0,0 @@ -Belt observers are a redstone based component capable of detecting and ejecting items on [Mechanical Belts](Mechanical-Belt). - -## Obtaining -Belt Observers can be created through the following methods: -| Recipe | Input | Output | -| ------------- | ------------- | ------------- | -| | **Crafting:**
1 [[Brass Casing]]
1 [Iron Ingot](Iron)
1 Observer
1 Redstone Dust | 1 Belt Observer | - -## Usage -Belt observers must be placed next to a non-angled belt. Belt observers are incompatible with belt sections that have embedded shafts, but are compatible with belt sections reinforced with [[Brass Casing]]. - -![](https://i.imgur.com/kexBJ58.png) - -Belt observers have a filter slot, able to accept items, [[Item Filters, and Attribute Filters|Filter]]. - -Belt observers have four operating modes. Modes can be cycled with the [[Wrench]]. - -![](https://i.imgur.com/rfDLSNP.png) - -### Detect mode -Outputs a redstone signal if an item matching the filter slot is present anywhere on the adjacent belt section. This signal is continuous, and will last for as long as the item is on the belt. - -### Pulse mode -Outputs a short redstone pulse when an item matching the filter slot passes through the center of the adjacent belt section. Unlike detect mode, this signal is not continuous, even if the belt is paused with the item still in the center of the belt. - -### Eject mode -Identical to pulse mode, except that items matching the filter slot will be instantly pushed off of the belt, away from the Belt Observer. This will either place the item as an entity in the world, or if another belt is one block away, onto that belt. If an entity or an item is blocking the way, the item on the belt will stall and the Belt Observer will emit a continuous signal until the blockage is cleared. - -### Split mode -Identical to eject mode, except that only half of the items in a stack are ejected. If the stack is odd and cannot be split evenly, the extra item is kept and not ejected. - -### Mob detection -All modes of the belt observer emit a continuous redstone signal if a mob is on the relevant belt section while the belt is moving. There is no way to blacklist mobs from detection. Mobs are not affected by the eject or split modes. \ No newline at end of file diff --git a/Content-Observer.md b/Content-Observer.md new file mode 100644 index 0000000..2bfccce --- /dev/null +++ b/Content-Observer.md @@ -0,0 +1,12 @@ +> Content Observer: Detects items inside containers and conveyors matching a configured filter. While the observed inventory, belt, or chute contains a matching item, this component will emit a Redstone signal. When an observed funnel transfers a matching item, this component will emit a Redstone Pulse. + +Content observers are a redstone-based component capable of detecting items in inventories, in [Chutes](Chute), on [Mechanical Belts](Mechanical-Belt), and moving through [Funnels](Funnel). + +## Obtaining +Content Observers can be created through the following methods: +| Recipe | Input | Output | +| ------------- | ------------- | ------------- | +| | **Crafting:**
1 [[Brass Casing]]
1 [Iron Ingot](Iron)
1 Observer
1 Redstone Dust | 1 Belt Observer | + +## Usage +Content observers must be placed facing the observed component. Content observers have a filter slot, able to accept items and [[Filters|Filter]]. \ No newline at end of file