Manasteel Tower Shield

item· Other

Manasteel Tower Shield

Spartan Shields · by ObliviousSpartan
item Mana Using ItemsTower Shields

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

Acquisition

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

Crafting conditional
Any Manasteel Ingot
Rune of Earth
Any Manasteel Ingot
Any Manasteel Ingot
Livingwood Twig
Any Manasteel Ingot
Any Manasteel Ingot
Rune of Mana
Any Manasteel Ingot
Manasteel Tower Shield Manasteel Tower Shield guaranteed
Developer reference
Registry name
spartanshields:manasteel_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": [
    "#e#",
    "#/#",
    "#m#"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/manasteel"
    },
    "/": {
      "item": "botania:livingwood_twig"
    },
    "e": {
      "item": "botania:rune_earth"
    },
    "m": {
      "item": "botania:rune_mana"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "botania"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}