Tin Basic Shield
16×16 · BAKED

item· Other

Tin Basic Shield

Spartan Shields · by ObliviousSpartan
item Basic Shields

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

Acquisition

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

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