Item Vacuum
embers:item_vacuum

Item Vacuum

Embers Rekindled · by RCXcrafter, BordListian, Elucent, TechnoMysterio, KomradeSpectre
block Pickaxe Mineable

Item Vacuum is a block from Embers Rekindled, crafted from Lead Ingot and Item Pipe.

Acquisition

Crafting using Lead Ingot, Lead Ingot, Item Pipe, Lead Ingot and Lead Ingot, arranged in the pattern shown. Produces Item Vacuum.

Crafting
Lead Ingot
Lead Ingot
Item Pipe
Lead Ingot
Lead Ingot
Item Vacuum Item Vacuum guaranteed

Mining & drops

sourcecountchanceconditions
Item Vacuum1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
embers:item_vacuum
Namespace
embers
Mod ID
embers
Tags (1)
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " II",
    "P  ",
    " II"
  ],
  "ingredients": {
    "I": {
      "tag": "forge:ingots/lead"
    },
    "P": {
      "item": "embers:item_pipe"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}