Crafting using Redstone Torch, Lever, Any Stone, Any Stone and Any Stone, arranged in the pattern shown. Produces Powered Toggle Latch.
Powered Toggle Latch
Create · by simibubi
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Powered Toggle Latch | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
create:powered_toggle_latch- Namespace
create- Mod ID
create
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" T ",
" C ",
"SSS"
],
"ingredients": {
"C": {
"item": "minecraft:lever"
},
"S": {
"tag": "forge:stone"
},
"T": {
"item": "minecraft:redstone_torch"
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
