Lunar Lever
blue_skies:lunar_lever

Lunar Lever

Blue Skies · by KingPhygieBoo, Silver_David, Lachney
block

Lunar Lever is a block from Blue Skies, crafted from Any of Lunar Stick / Dusk Stick and Lunar Cobblestone.

Acquisition

Crafting using Any of Lunar Stick / Dusk Stick and Lunar Cobblestone, arranged in the pattern shown. Produces Lunar Lever.

Crafting
Lunar Lever Lunar Lever guaranteed

Mining & drops

sourcecountchanceconditions
Lunar Lever1–1100%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
}