Enderium Basic Shield
16×16 · BAKED

item· Other

Enderium Basic Shield

Spartan Shields · by ObliviousSpartan
item Basic Shields

Enderium Basic Shield is a item from Spartan Shields, crafted from Any Enderium Ingot and Wooden Basic Shield.

Acquisition

Crafting using Any Enderium Ingot, Any Enderium Ingot, Wooden Basic Shield, Any Enderium Ingot and Any Enderium Ingot, arranged in the pattern shown. Produces Enderium Basic Shield.

Crafting conditional
Any Enderium Ingot
Any Enderium Ingot
Wooden Basic Shield
Any Enderium Ingot
Any Enderium Ingot
Enderium Basic Shield Enderium Basic Shield guaranteed
Developer reference
Registry name
spartanshields:enderium_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:ingots/enderium"
    },
    "O": {
      "item": "spartanshields:wooden_basic_shield"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanshields:type_disabled",
        "disabled": [
          "modded",
          "enderium"
        ]
      },
      "type": "spartanshields:type_disabled"
    },
    {
      "raw": {
        "type": "forge:not",
        "value": {
          "tag": "forge:ingots/enderium",
          "type": "forge:tag_empty"
        }
      },
      "type": "forge:not"
    }
  ],
  "sequence": null,
  "group_name": "spartanshields:enderium_shields",
  "experience": null,
  "cooking_time": null
}