Crafting using Redstone Torch, Redstone Torch, Prismarine Crystals, Redstone Torch, Stone, Stone and Stone, arranged in the pattern shown. Produces Redstone Randomizer.
Redstone Randomizer
Quark · by Vazkii, WireSegal, MCVinnyq, Sully
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Redstone Randomizer | 1–1 | 100% | 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
}
