Elite Mekanists Basic Shield
16×16 · BAKED

item· Other

Elite Mekanists Basic Shield

Spartan Shields · by ObliviousSpartan
item Basic Shields

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

Acquisition

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

Upgrade Powered Shield conditional
Atomic Alloy
Atomic Alloy
Energy Tablet
Advanced Mekanists Basic Shield
Energy Tablet
Steel Ingot
Elite Control Circuit
Steel Ingot
Elite Mekanists Basic Shield Elite Mekanists Basic Shield guaranteed

Used in

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

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

Recipe JSON (1):

{
  "recipe_type": "spartanshields:upgrade_powered_shield",
  "pattern": [
    "a a",
    "bOb",
    "#c#"
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/steel"
    },
    "O": {
      "item": "spartanshields:advanced_mekanists_basic_shield"
    },
    "a": {
      "item": "mekanism:alloy_atomic"
    },
    "b": {
      "item": "mekanism:energy_tablet"
    },
    "c": {
      "item": "mekanism:elite_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
}