Anchor Upgrade
mekanism:upgrade_anchor

Anchor Upgrade

Mekanism · by Aidancbrady, Thommy101, Thiakil, pupnewfster, dizzyd
item

Acquisition

Crafting using Dirty Glass, Any Infused Alloy, Any Diamond Dust, Any Infused Alloy and Dirty Glass, arranged in the pattern shown. Produces Anchor Upgrade.

Crafting
Anchor Upgrade Anchor Upgrade guaranteed
Developer reference
Registry name
mekanism:upgrade_anchor
Namespace
mekanism
Mod ID
mekanism

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " G ",
    "A#A",
    " G "
  ],
  "ingredients": {
    "#": {
      "tag": "forge:dusts/diamond"
    },
    "A": {
      "tag": "mekanism:alloys/infused"
    },
    "G": {
      "tag": "forge:glass/silica"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}