Ultimate Mekanists Tower Shield

item· Other

Ultimate Mekanists Tower Shield

Spartan Shields · by ObliviousSpartan
item Tower Shields

Ultimate Mekanists Tower Shield is a item from Spartan Shields, crafted from Atomic Alloy, Energy Tablet, Elite Mekanists Tower Shield, Steel Ingot, and Ultimate Control Circuit.

Acquisition

Upgrade Powered Shield using Atomic Alloy, Atomic Alloy, Energy Tablet, Elite Mekanists Tower Shield, Energy Tablet, Steel Ingot, Ultimate Control Circuit and Steel Ingot, arranged in the pattern shown. Produces Ultimate Mekanists Tower Shield.

Upgrade Powered Shield conditional
Atomic Alloy
Atomic Alloy
Energy Tablet
Elite Mekanists Tower Shield
Energy Tablet
Steel Ingot
Ultimate Control Circuit
Steel Ingot
Ultimate Mekanists Tower Shield Ultimate Mekanists Tower Shield guaranteed
Developer reference
Registry name
spartanshields:ultimate_mekanists_tower_shield
Namespace
spartanshields
Mod ID
spartanshields
Tags (1)
spartanshields:items/tower_shields

Recipe JSON (1):

{
  "recipe_type": "spartanshields:upgrade_powered_shield",
  "pattern": [
    "a a",
    "bOb",
    "#c#"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/steel"
    },
    "O": {
      "item": "spartanshields:elite_mekanists_tower_shield"
    },
    "a": {
      "item": "mekanism:alloy_atomic"
    },
    "b": {
      "item": "mekanism:energy_tablet"
    },
    "c": {
      "item": "mekanism:ultimate_control_circuit"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanshields:type_disabled",
        "disabled": [
          "modded"
        ]
      },
      "type": "spartanshields:type_disabled"
    },
    {
      "raw": {
        "type": "forge:mod_loaded",
        "modid": "mekanism"
      },
      "type": "forge:mod_loaded"
    }
  ],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}