Violecite Lantern
betterend:violecite_lantern

Violecite Lantern

item Axe Mineable

Violecite Lantern is a item from Unknown Mod, crafted from Any of Violecite Slab / Violecite Bricks Slab and Crystal Shards.

Acquisition

Crafting using Any of Violecite Slab / Violecite Bricks Slab, Crystal Shards and Any of Violecite Slab / Violecite Bricks Slab, arranged in the pattern shown. Produces Violecite Lantern.

Crafting
Any of Violecite Slab / Violecite Bricks Slab
Crystal Shards
Any of Violecite Slab / Violecite Bricks Slab
Violecite Lantern Violecite Lantern guaranteed
Developer reference
Registry name
betterend:violecite_lantern
Namespace
betterend
Mod ID
unknown
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "S",
    "#",
    "S"
  ],
  "ingredients": {
    "#": {
      "item": "betterend:crystal_shards"
    },
    "S": {
      "anyOf": [
        {
          "item": "betterend:violecite_slab"
        },
        {
          "item": "betterend:violecite_bricks_slab"
        }
      ]
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": "end_stone_lanterns",
  "experience": null,
  "cooking_time": null
}