Turquoise Lever
blue_skies:turquoise_lever

Turquoise Lever

Blue Skies · by KingPhygieBoo, Silver_David, Lachney
block

Turquoise Lever is a block from Blue Skies, crafted from Any of Bluebright Stick / Starlit Stick and Turquoise Cobblestone.

Acquisition

Crafting using Any of Bluebright Stick / Starlit Stick and Turquoise Cobblestone, arranged in the pattern shown. Produces Turquoise Lever.

Crafting
Turquoise Lever Turquoise Lever guaranteed

Mining & drops

sourcecountchanceconditions
Turquoise Lever1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
blue_skies:turquoise_lever
Namespace
blue_skies
Mod ID
blue_skies

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "S",
    "C"
  ],
  "ingredients": {
    "C": {
      "item": "blue_skies:turquoise_cobblestone"
    },
    "S": {
      "anyOf": [
        {
          "item": "blue_skies:bluebright_stick"
        },
        {
          "item": "blue_skies:starlit_stick"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}