Ultimate Mekanists Basic Shield
16×16 · BAKED

item· Other

Ultimate Mekanists Basic Shield

Spartan Shields · by ObliviousSpartan
item Basic Shields

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

Acquisition

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:ultimate_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:elite_mekanists_basic_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
}