Powered Latch
create:powered_latch

Powered Latch

Create · by simibubi
block

Acquisition

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

Crafting
Powered Latch Powered Latch guaranteed

Mining & drops

sourcecountchanceconditions
Powered Latch1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:powered_latch
Namespace
create
Mod ID
create

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " T ",
    "RCR",
    "SSS"
  ],
  "ingredients": {
    "C": {
      "item": "minecraft:lever"
    },
    "R": {
      "tag": "forge:dusts/redstone"
    },
    "S": {
      "tag": "forge:stone"
    },
    "T": {
      "item": "minecraft:redstone_torch"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}