Bronze Basic Shield
16×16 · BAKED

item· Other

Bronze Basic Shield

Spartan Shields · by ObliviousSpartan
item Basic Shields

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

Acquisition

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

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