Manasteel Basic Shield
16×16 · BAKED

item· Other

Manasteel Basic Shield

Spartan Shields · by ObliviousSpartan
item Mana Using ItemsBasic Shields

Manasteel Basic 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 and Rune of Mana, arranged in the pattern shown. Produces Manasteel Basic Shield.

Crafting conditional
Any Manasteel Ingot
Rune of Earth
Any Manasteel Ingot
Any Manasteel Ingot
Livingwood Twig
Any Manasteel Ingot
Rune of Mana
Manasteel Basic Shield Manasteel Basic Shield guaranteed
Developer reference
Registry name
spartanshields:manasteel_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": [
    "#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
}