create:content_observer

Smart Observer

Create · by simibubi
block Axe MineablePickaxe Mineable

Acquisition

Crafting using Electron Tube, Brass Casing and Observer, arranged in the pattern shown. Produces Smart Observer.

Crafting
Smart Observer guaranteed

Mining & drops

sourcecountchanceconditions
Smart Observer1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:content_observer
Namespace
create
Mod ID
create
Tags (2)
minecraft:blocks/mineable/axe
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "R",
    "B",
    "I"
  ],
  "ingredients": {
    "B": {
      "item": "create:brass_casing"
    },
    "I": {
      "item": "minecraft:observer"
    },
    "R": {
      "item": "create:electron_tube"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}