Module Vein Mining Unit
mekanism:module_vein_mining_unit

Module Vein Mining Unit

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

Acquisition

Crafting using Reinforced Alloy, Diamond Pickaxe, Reinforced Alloy, Diamond Axe, Module Base, Diamond Shovel, Polonium Pellet, Polonium Pellet and Polonium Pellet, arranged in the pattern shown. Produces Module Vein Mining Unit.

Crafting
Reinforced Alloy
Diamond Pickaxe
Reinforced Alloy
Diamond Axe
Module Base
Diamond Shovel
Polonium Pellet
Polonium Pellet
Polonium Pellet
Module Vein Mining Unit Module Vein Mining Unit guaranteed
Developer reference
Registry name
mekanism:module_vein_mining_unit
Namespace
mekanism
Mod ID
mekanism

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "A#A",
    "xPs",
    "HHH"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:diamond_pickaxe"
    },
    "A": {
      "tag": "forge:alloys/elite"
    },
    "H": {
      "tag": "forge:pellets/polonium"
    },
    "P": {
      "item": "mekanism:module_base"
    },
    "s": {
      "item": "minecraft:diamond_shovel"
    },
    "x": {
      "item": "minecraft:diamond_axe"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}