techreborn:auto_crafting_table

Auto Crafting Table

Tech Reborn · by Team Reborn, modmuss50, drcrazy
block

Acquisition

Crafting using Advanced Circuit, Any Iron Plates, Advanced Circuit, Any Iron Plates, Crafting Table, Any Iron Plates, Advanced Circuit, Any Iron Plates and Advanced Circuit, arranged in the pattern shown. Produces Auto Crafting Table.

Crafting
Auto Crafting Table guaranteed

Mining & drops

sourcecountchanceconditions
Auto Crafting Table1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
techreborn:auto_crafting_table
Namespace
techreborn
Mod ID
techreborn

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "MPM",
    "PCP",
    "MPM"
  ],
  "ingredients": {
    "C": {
      "tag": "c:workbench"
    },
    "M": {
      "item": "techreborn:advanced_circuit"
    },
    "P": {
      "tag": "c:iron_plates"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}