Engineer's Circuit Table
immersiveengineering:circuit_table

Engineer's Circuit Table

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

Acquisition

Crafting using Any Treated Wood Slab, Any Treated Wood Slab, Engineer's Screwdriver, Engineer's Crafting Table and Light Engineering Block, arranged in the pattern shown. Produces Engineer's Circuit Table.

Crafting
Engineer's Circuit Table Engineer's Circuit Table guaranteed

Mining & drops

sourcecountchanceconditions
Engineer's Circuit Table1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
immersiveengineering:circuit_table
Namespace
immersiveengineering
Mod ID
immersiveengineering
Tags (1)
minecraft:blocks/mineable/axe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "sst",
    "c e"
  ],
  "ingredients": {
    "c": {
      "item": "immersiveengineering:craftingtable"
    },
    "e": {
      "item": "immersiveengineering:light_engineering"
    },
    "s": {
      "tag": "forge:treated_wood_slab"
    },
    "t": {
      "item": "immersiveengineering:screwdriver"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}