Steam Engine
create:steam_engine

Steam Engine

Create · by simibubi
block Pickaxe Mineable

Acquisition

Crafting using Any Gold Plate, Andesite Alloy and Any Copper Storage Block, arranged in the pattern shown. Produces Steam Engine.

Crafting
Any Gold Plate
Andesite Alloy
Any Copper Storage Block
Steam Engine Steam Engine guaranteed

Mining & drops

sourcecountchanceconditions
Steam Engine1–1100%Survives Explosion

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "P",
    "A",
    "C"
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_alloy"
    },
    "C": {
      "tag": "forge:storage_blocks/copper"
    },
    "P": {
      "tag": "forge:plates/gold"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}