Relayer
supplementaries:relayer

Relayer

Supplementaries · by MehVahdJukaar, Plantkillable
block Pickaxe Mineable

Acquisition

Crafting using Cobblestone, Cobblestone, Cobblestone, Redstone Dust, Redstone Dust, Iron Ingot, Cobblestone, Cobblestone and Cobblestone, arranged in the pattern shown. Produces Relayer.

Crafting conditional
Relayer Relayer guaranteed

Mining & drops

sourcecountchanceconditions
Relayer1–1100%Survives Explosion

Block drops

dropscountchanceconditions
Relayer1–1100%Survives Explosion
Developer reference
Registry name
supplementaries:relayer
Namespace
supplementaries
Mod ID
supplementaries
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "111",
    "##2",
    "111"
  ],
  "ingredients": {
    "1": {
      "item": "minecraft:cobblestone"
    },
    "2": {
      "item": "minecraft:iron_ingot"
    },
    "#": {
      "item": "minecraft:redstone"
    }
  },
  "conditions": [
    {
      "raw": {
        "flag": "relayer",
        "type": "supplementaries:flag"
      },
      "type": "supplementaries:flag"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}