Redstone Randomizer
quark:redstone_randomizer

Redstone Randomizer

Quark · by Vazkii, WireSegal, MCVinnyq, Sully
block

Acquisition

Crafting using Redstone Torch, Redstone Torch, Prismarine Crystals, Redstone Torch, Stone, Stone and Stone, arranged in the pattern shown. Produces Redstone Randomizer.

Crafting conditional
Redstone Randomizer Redstone Randomizer guaranteed

Mining & drops

sourcecountchanceconditions
Redstone Randomizer1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
quark:redstone_randomizer
Namespace
quark
Mod ID
quark

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " X ",
    "XBX",
    "III"
  ],
  "ingredients": {
    "B": {
      "item": "minecraft:prismarine_crystals"
    },
    "I": {
      "item": "minecraft:stone"
    },
    "X": {
      "item": "minecraft:redstone_torch"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "redstone_randomizer",
        "type": "quark:flag"
      },
      "type": "quark:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}