Atom Splitter

item· Other

Atom Splitter

LegendaryMonsters · by Miauczel
item

Atom Splitter is an item from LegendaryMonsters, crafted from Bottle Of Annihilation, End Rod, Portal Shard, and Enderitium Ingot.

Acquisition

Developer reference
Registry name
legendary_monsters:atom_splitter
Namespace
legendary_monsters
Mod ID
legendary_monsters

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " GG",
    "#ii",
    " E "
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:end_rod"
    },
    "E": {
      "item": "legendary_monsters:enderitium_ingot"
    },
    "G": {
      "item": "legendary_monsters:bottle_of_annihilation"
    },
    "i": {
      "item": "legendary_monsters:portal_shard"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}