block· Machines & Other Blocks

Monitor

CC: Tweaked · by Daniel Ratcliffe, Aaron Mills, SquidDev
block MonitorMonitorPickaxe Mineable

Monitor is a block from CC: Tweaked, crafted from Argillite and Acacia Window Pane.

Acquisition

Crafting using Argillite, Argillite, Argillite, Argillite, Acacia Window Pane, Argillite, Argillite, Argillite and Argillite, arranged in the pattern shown. Produces Monitor.

Crafting
Monitor guaranteed

Mining & drops

sourcecountdrop rateconditions
Monitor1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Used in

Shapeless using Chimpanzee Head and Monitor. Produces Player Head.

Shapeless
Player Head Player Head guaranteed

Block drops

Drops itself when broken.

Developer reference
Registry name
computercraft:monitor_normal
Namespace
computercraft
Mod ID
computercraft
Tags (3)
computercraft:blocks/monitor
computercraft:items/monitor
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "#G#",
    "###"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:stone"
    },
    "G": {
      "tag": "forge:glass_panes"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}