Module Teleportation Unit
mekanism:module_teleportation_unit

Module Teleportation Unit

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

Acquisition

Crafting using Atomic Alloy, Teleportation Core, Atomic Alloy, Atomic Alloy, Module Base, Atomic Alloy, Antimatter Pellet, Antimatter Pellet and Antimatter Pellet, arranged in the pattern shown. Produces Module Teleportation Unit.

Crafting
Atomic Alloy
Teleportation Core
Atomic Alloy
Atomic Alloy
Module Base
Atomic Alloy
Antimatter Pellet
Antimatter Pellet
Antimatter Pellet
Module Teleportation Unit Module Teleportation Unit guaranteed
Developer reference
Registry name
mekanism:module_teleportation_unit
Namespace
mekanism
Mod ID
mekanism

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "A#A",
    "APA",
    "HHH"
  ],
  "ingredients": {
    "#": {
      "item": "mekanism:teleportation_core"
    },
    "A": {
      "tag": "forge:alloys/ultimate"
    },
    "H": {
      "tag": "forge:pellets/antimatter"
    },
    "P": {
      "item": "mekanism:module_base"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}