Invar Basic Shield
16×16 · BAKED

item· Other

Invar Basic Shield

Spartan Shields · by ObliviousSpartan
item Basic Shields

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

Acquisition

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

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