Smart Observer: Difference between revisions

From Create: Minecraft Mod Wiki
Jump to navigation Jump to search
Create: Minecraft Mod Wiki>NonaWax
No edit summary
Create: Minecraft Mod Wiki>NonaWax
need to check if Shortened shortens things further at higher numbers.
Line 17: Line 17:
If the Smart Observer is placed with the front facing a container such as a [[Mechanical Belt]], [[Funnel]] or [[Fluid Pipe]], it will emit a {{MC|Redstone}} signal when an item is detected inside. A Smart Observer will also emit a signal if the block placed in front of it matches the filter.
If the Smart Observer is placed with the front facing a container such as a [[Mechanical Belt]], [[Funnel]] or [[Fluid Pipe]], it will emit a {{MC|Redstone}} signal when an item is detected inside. A Smart Observer will also emit a signal if the block placed in front of it matches the filter.


If a filter is applied to the Smart Observer, it will only emit a redstone signal when the item in the filter is detected.
If a [[Filter]] is applied to the Smart Observer, it will only emit a redstone signal when the item in the filter is detected.
===[[Display Link]]===
A [[Display Link]] can be used to display the inventory the Smart Observer observes. There are four settings:
*Amount of Matching Items - Displays a number corresponding to matching items. It counts everything in the inventory if nothing is applied to the [[Filter]].
*List Matching Items - Displays the name of the items and the corresponding number of each item. It counts everything in the inventory if nothing is applied to the [[Filter]].
**Shortened - Shortens numbers above 999, e.g 1280 becomes 1k.
**Full Number - Displays the full number.
*List Matching Fluids - Lists the name of the fluids and corresponding number in milibuckets or buckets. It counts everything if nothing is applied to the [[Filter]].
**Shortened - Shortens mB above 999 to B (Buckets.)
**Full Number - Lists all numbers in mB (milibuckets.)
*Amount of Matching Fluids - Displays a number corresponding to matching fluids. It counts everything if nothing is applied to the [[Filter]].
===Portable Interface===
{{Main|Portable Storage Interface|Portable Fluid Interface}}
A Smart Observer used on a stationary Portable Interface can measure the inventory of the connected [[Contraption]] as a whole.
==History==
==History==
*{{GW|0.5.1}}:  
*{{GW|0.5.1}}:  

Revision as of 18:03, 11 June 2023


The Smart Observer is a machine that emits a redstone signal dependent on the block or items inside a container in front of it.

Obtaining

Crafting

Name Ingredients Crafting Recipe
Smart Observer Electron Tube +
Brass Casing +
Observer
Electron Tube
Brass Casing
Observer

Smart Observer

Usage

If the Smart Observer is placed with the front facing a container such as a Mechanical Belt, Funnel or Fluid Pipe, it will emit a Redstone signal when an item is detected inside. A Smart Observer will also emit a signal if the block placed in front of it matches the filter.

If a Filter is applied to the Smart Observer, it will only emit a redstone signal when the item in the filter is detected.

Display Link

A Display Link can be used to display the inventory the Smart Observer observes. There are four settings:

  • Amount of Matching Items - Displays a number corresponding to matching items. It counts everything in the inventory if nothing is applied to the Filter.
  • List Matching Items - Displays the name of the items and the corresponding number of each item. It counts everything in the inventory if nothing is applied to the Filter.
    • Shortened - Shortens numbers above 999, e.g 1280 becomes 1k.
    • Full Number - Displays the full number.
  • List Matching Fluids - Lists the name of the fluids and corresponding number in milibuckets or buckets. It counts everything if nothing is applied to the Filter.
    • Shortened - Shortens mB above 999 to B (Buckets.)
    • Full Number - Lists all numbers in mB (milibuckets.)
  • Amount of Matching Fluids - Displays a number corresponding to matching fluids. It counts everything if nothing is applied to the Filter.

Portable Interface

Lua error in package.lua at line 80: module 'Dev:Hatnote' not found.

A Smart Observer used on a stationary Portable Interface can measure the inventory of the connected Contraption as a whole.

History

  • 0.5.1:
    • Renamed from Content Observer to Smart Observer.
    • Now detects blocks in front of it if it matches the filter.
    • Can now be oriented up or down.
    • Now has a Ponder scene.
    • Recipe changed.
  • 0.5: Recipe changed.
  • 0.1: Introduced as Belt Observer.