Constantan Basic Shield
16×16 · BAKED

item· Other

Constantan Basic Shield

Spartan Shields · by ObliviousSpartan
item Basic Shields

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

Acquisition

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

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