Terrasteel Basic Shield
16×16 · BAKED

item· Other

Terrasteel Basic Shield

Spartan Shields · by ObliviousSpartan
item Mana Using ItemsBasic Shields

Terrasteel Basic Shield is a item from Spartan Shields, crafted from Rune of Pride, Any Terrasteel Ingot, Livingwood Twig, and Rune of Mana.

Acquisition

Crafting using Rune of Pride, Any Terrasteel Ingot, Livingwood Twig, Any Terrasteel Ingot and Rune of Mana, arranged in the pattern shown. Produces Terrasteel Basic Shield.

Crafting conditional
Rune of Pride
Any Terrasteel Ingot
Livingwood Twig
Any Terrasteel Ingot
Rune of Mana
Terrasteel Basic Shield Terrasteel Basic Shield guaranteed
Developer reference
Registry name
spartanshields:terrasteel_basic_shield
Namespace
spartanshields
Mod ID
spartanshields
Tags (2)
botania:items/mana_using_items
spartanshields:items/basic_shields

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " p ",
    "#/#",
    " m "
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/terrasteel"
    },
    "/": {
      "item": "botania:livingwood_twig"
    },
    "m": {
      "item": "botania:rune_mana"
    },
    "p": {
      "item": "botania:rune_pride"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "botania"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}