Redstone Requester
create:redstone_requester

Redstone Requester

Create · by simibubi
block Pickaxe Mineable

Acquisition

Crafting using Redstone Requester, in any arrangement. Produces Redstone Requester.

Crafting ⇆ any arrangement
Redstone Requester
Redstone Requester Redstone Requester guaranteed

Crafting using Any Redstone Dust, Stock Link and Any Iron Ingot, arranged in the pattern shown. Produces Redstone Requester.

Crafting
Any Redstone Dust
Stock Link
Any Iron Ingot
Redstone Requester Redstone Requester guaranteed

Mining & drops

sourcecountchanceconditions
Redstone Requester1–1100%Survives Explosion

Used in (1)

Crafting using Redstone Requester, in any arrangement. Produces Redstone Requester.

Crafting ⇆ any arrangement
Redstone Requester
Redstone Requester Redstone Requester guaranteed

Block drops

Drops itself when broken.

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

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shapeless",
  "pattern": null,
  "ingredients": {
    "item": "create:redstone_requester"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "C",
    "A",
    "B"
  ],
  "ingredients": {
    "A": {
      "item": "create:stock_link"
    },
    "B": {
      "tag": "forge:ingots/iron"
    },
    "C": {
      "tag": "forge:dusts/redstone"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}