Crafting using Any of Lunar Stick / Dusk Stick and Lunar Cobblestone, arranged in the pattern shown. Produces Lunar Lever.
Lunar Lever
Blue Skies · by KingPhygieBoo, Silver_David, Lachney
Lunar Lever is a block from Blue Skies, crafted from Any of Lunar Stick / Dusk Stick and Lunar Cobblestone.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Lunar Lever | 1–1 | 100% | Survives Explosion |
Block drops
Drops itself when broken.
Developer reference
- Registry name
blue_skies:lunar_lever- Namespace
blue_skies- Mod ID
blue_skies
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"S",
"C"
],
"ingredients": {
"C": {
"item": "blue_skies:lunar_cobblestone"
},
"S": {
"anyOf": [
{
"item": "blue_skies:lunar_stick"
},
{
"item": "blue_skies:dusk_stick"
}
]
}
},
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}
