Lapis Lazuli Basic Shield
16×16 · BAKED

item· Other

Lapis Lazuli Basic Shield

Spartan Shields · by ObliviousSpartan
item Basic Shields

Lapis Lazuli Basic Shield is a item from Spartan Shields, crafted from Any Lapis Gem and Wooden Basic Shield.

Acquisition

Crafting using Any Lapis Gem, Any Lapis Gem, Wooden Basic Shield, Any Lapis Gem and Any Lapis Gem, arranged in the pattern shown. Produces Lapis Lazuli Basic Shield.

Crafting conditional
Any Lapis Gem
Any Lapis Gem
Wooden Basic Shield
Any Lapis Gem
Any Lapis Gem
Lapis Lazuli Basic Shield Lapis Lazuli Basic Shield guaranteed
Developer reference
Registry name
spartanshields:lapis_lazuli_basic_shield
Namespace
spartanshields
Mod ID
spartanshields
Tags (1)
spartanshields:items/basic_shields

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    "#O#",
    " # "
  ],
  "ingredients": {
    "#": {
      "tag": "forge:gems/lapis"
    },
    "O": {
      "item": "spartanshields:wooden_basic_shield"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanshields:type_disabled",
        "disabled": [
          "modded"
        ]
      },
      "type": "spartanshields:type_disabled"
    },
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "mekanism"
      },
      "type": "forge:mod_loaded"
    },
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:gems/lapis",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": "spartanshields:lapis_shields",
  "experience": null,
  "cooking_time": null
}