Terrasteel Tower Shield

item· Other

Terrasteel Tower Shield

Spartan Shields · by ObliviousSpartan
item Mana Using ItemsTower Shields

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

Acquisition

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

Crafting conditional
Any Terrasteel Ingot
Rune of Pride
Any Terrasteel Ingot
Any Terrasteel Ingot
Livingwood Twig
Any Terrasteel Ingot
Rune of Mana
Terrasteel Tower Shield Terrasteel Tower Shield guaranteed
Developer reference
Registry name
spartanshields:terrasteel_tower_shield
Namespace
spartanshields
Mod ID
spartanshields
Tags (2)
botania:items/mana_using_items
spartanshields:items/tower_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
}