refinedstorage:storage_monitor

Storage Monitor

Refined Storage · by Refined Mods
block Relocation Not Supported

Acquisition

Crafting using Basic Processor, Construction Core, Any Glass, Quartz Enriched Iron, Machine Casing, Any Glass, Basic Processor, Destruction Core and Any Glass, arranged in the pattern shown. Produces Storage Monitor.

Crafting
Storage Monitor guaranteed

Mining & drops

sourcecountchanceconditions
Storage Monitor1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
refinedstorage:storage_monitor
Namespace
refinedstorage
Mod ID
refinedstorage
Tags (1)
forge:blocks/relocation_not_supported

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "PCG",
    "EMG",
    "PDG"
  ],
  "ingredients": {
    "C": {
      "item": "refinedstorage:construction_core"
    },
    "D": {
      "item": "refinedstorage:destruction_core"
    },
    "E": {
      "item": "refinedstorage:quartz_enriched_iron"
    },
    "G": {
      "tag": "forge:glass"
    },
    "M": {
      "item": "refinedstorage:machine_casing"
    },
    "P": {
      "item": "refinedstorage:basic_processor"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}