immersiveengineering:item_batcher

Item Batcher

Immersive Engineering · by BluSunrize and Damien A.W. Hazard
block Forced ChiselableAxe Mineable

Acquisition

Crafting using Any Treated Wood, Any Redstone Dust, Any Treated Wood, Any Iron Ingot, Iron Mechanical Component, Any Iron Ingot, Any Treated Wood, Electronic Component and Any Treated Wood, arranged in the pattern shown. Produces Item Batcher.

Crafting
Item Batcher guaranteed

Mining & drops

sourcecountchanceconditions
Item Batcher1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
immersiveengineering:item_batcher
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (2)
chiselsandbits:blocks/chiselable/forced
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "wrw",
    "ici",
    "wpw"
  ],
  "ingredients": {
    "c": {
      "item": "immersiveengineering:component_iron"
    },
    "i": {
      "tag": "forge:ingots/iron"
    },
    "p": {
      "item": "immersiveengineering:component_electronic"
    },
    "r": {
      "tag": "forge:dusts/redstone"
    },
    "w": {
      "tag": "forge:treated_wood"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}