Mechanical Press
create:mechanical_press

Mechanical Press

Create · by simibubi
block Axe MineablePickaxe Mineable

Acquisition

Crafting using Shaft, Andesite Casing and Any Iron Storage Block, arranged in the pattern shown. Produces Mechanical Press.

Crafting
Mechanical Press Mechanical Press guaranteed

Mining & drops

sourcecountchanceconditions
Mechanical Press1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:mechanical_press
Namespace
create
Mod ID
create
Tags (2)
minecraft:blocks/mineable/axe
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "S",
    "C",
    "I"
  ],
  "ingredients": {
    "C": {
      "item": "create:andesite_casing"
    },
    "I": {
      "tag": "forge:storage_blocks/iron"
    },
    "S": {
      "item": "create:shaft"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}