Lever
minecraft:lever

Lever

Minecraft · by Mojang Studios
block

Acquisition

Crafting using Stick and Cobblestone, arranged in the pattern shown. Produces Lever.

Crafting
Lever Lever guaranteed

Mining & drops

sourcecountchanceconditions
Lever1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
minecraft:lever
Namespace
minecraft
Mod ID
minecraft

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "X",
    "#"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:cobblestone"
    },
    "X": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}