Crafting using Any of Bluebright Stick / Starlit Stick and Turquoise Cobblestone, arranged in the pattern shown. Produces Turquoise Lever.
Turquoise Lever
Blue Skies · by KingPhygieBoo, Silver_David, Lachney
Turquoise Lever is a block from Blue Skies, crafted from Any of Bluebright Stick / Starlit Stick and Turquoise Cobblestone.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Turquoise Lever | 1–1 | 100% | 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
}
