Redstone Relay
ars_nouveau:redstone_relay

Redstone Relay

Ars Nouveau · by Bailey Hollingsworth
block Pickaxe Mineable

Acquisition

Crafting using Any Gold Ingot, Any Redstone Dust, Any Gold Ingot, Any Gold Ingot, Source Gem Block, Any Gold Ingot, Any Gold Ingot, Any Redstone Dust and Any Gold Ingot, arranged in the pattern shown. Produces Redstone Relay.

Crafting
Redstone Relay Redstone Relay guaranteed

Mining & drops

sourcecountchanceconditions
Redstone Relay1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
ars_nouveau:redstone_relay
Namespace
ars_nouveau
Mod ID
ars_nouveau
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "gxg",
    "gMg",
    "gxg"
  ],
  "ingredients": {
    "M": {
      "tag": "forge:storage_blocks/source"
    },
    "g": {
      "tag": "forge:ingots/gold"
    },
    "x": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}