Item Transfer
embers:item_transfer

Item Transfer

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

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

Acquisition

Crafting using Lead Plate, Item Pipe, Lead Plate, Lead Ingot, Item Pipe, Lead Ingot, Lead Ingot and Lead Ingot, arranged in the pattern shown. Produces 3× Item Transfer.

Crafting
Lead Plate
Item Pipe
Lead Plate
Lead Ingot
Item Pipe
Lead Ingot
Lead Ingot
Lead Ingot
Item Transfer Item Transfer ×3 guaranteed

Mining & drops

sourcecountchanceconditions
Item Transfer1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

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