Powered Toggle Latch
create:powered_toggle_latch

Powered Toggle Latch

Create · by simibubi
block

Acquisition

Crafting using Redstone Torch, Lever, Any Stone, Any Stone and Any Stone, arranged in the pattern shown. Produces Powered Toggle Latch.

Crafting
Powered Toggle Latch Powered Toggle Latch guaranteed

Mining & drops

sourcecountchanceconditions
Powered Toggle Latch1–1100%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
}