Crafting using Redstone Requester, in any arrangement. Produces Redstone Requester.
Redstone Requester
Create · by simibubi
Acquisition
Crafting using Any Redstone Dust, Stock Link and Any Iron Ingot, arranged in the pattern shown. Produces Redstone Requester.
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Redstone Requester | 1–1 | 100% | Survives Explosion |
Used in (1)
Crafting using Redstone Requester, in any arrangement. Produces Redstone Requester.
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
}