item· Other

Block Comparator

Galosphere · by Orcinus
item Experimental Blocks

Block Comparator is an item from Galosphere, crafted from Palladium Ingot, Redstone Dust, and Observer.

Acquisition

Crafting using Palladium Ingot, Palladium Ingot, Palladium Ingot, Redstone Dust, Observer, Redstone Dust, Palladium Ingot, Palladium Ingot and Palladium Ingot, arranged in the pattern shown. Produces Block Comparator.

Crafting
Block Comparator guaranteed

Mining & drops

sourcecountdrop rateconditions
Block Comparator1–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.

Block drops

Drops itself when broken.

Developer reference
Registry name
galosphere:block_comparator
Namespace
galosphere
Mod ID
galosphere
Tags (1)
galosphere:items/experimental_blocks

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "###",
    "ROR",
    "###"
  ],
  "ingredients": {
    "#": {
      "item": "galosphere:palladium_ingot"
    },
    "O": {
      "item": "minecraft:observer"
    },
    "R": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}