Elementium Tower Shield

item· Other

Elementium Tower Shield

Spartan Shields · by ObliviousSpartan
item Mana Using ItemsTower Shields

Elementium Tower Shield is a item from Spartan Shields, crafted from Any Elementium Ingot, Rune of Summer, Dreamwood Twig, and Rune of Mana.

Acquisition

Crafting using Any Elementium Ingot, Rune of Summer, Any Elementium Ingot, Any Elementium Ingot, Dreamwood Twig, Any Elementium Ingot, Any Elementium Ingot, Rune of Mana and Any Elementium Ingot, arranged in the pattern shown. Produces Elementium Tower Shield.

Crafting conditional
Any Elementium Ingot
Rune of Summer
Any Elementium Ingot
Any Elementium Ingot
Dreamwood Twig
Any Elementium Ingot
Any Elementium Ingot
Rune of Mana
Any Elementium Ingot
Elementium Tower Shield Elementium Tower Shield guaranteed
Developer reference
Registry name
spartanshields:elementium_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": [
    "#s#",
    "#/#",
    "#m#"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/elementium"
    },
    "/": {
      "item": "botania:dreamwood_twig"
    },
    "m": {
      "item": "botania:rune_mana"
    },
    "s": {
      "item": "botania:rune_summer"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "botania"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}