Stirling Engine
16×16 · BAKED

block· Machines & Other Blocks

Stirling Engine

Create: New Age · by Antarctic Gardens
block Pickaxe Mineable

Stirling Engine is a block from Create: New Age, crafted from Any Iron Nugget, Shaft, Heat Pipe, and Any Copper Storage Block.

Acquisition

Crafting using Any Iron Nugget, Shaft, Any Iron Nugget, Heat Pipe, Any Copper Storage Block and Heat Pipe, arranged in the pattern shown. Produces Stirling Engine.

Crafting
Any Iron Nugget
Shaft
Any Iron Nugget
Heat Pipe
Any Copper Storage Block
Heat Pipe
  • Inputs
  • 2 × Any Iron Nugget
  • Shaft
  • 2 × Heat Pipe
  • Any Copper Storage Block
  • Output
  • Stirling Engine
Stirling Engine Stirling Engine guaranteed

Mining & drops

sourcecountdrop rateconditions
Stirling Engine1–1100%Survives Explosion

Drop rates are per-roll probabilities, not absolute find rates — actual odds of finding an item also depend on structure generation and loot pool weights.

Block drops

Drops itself when broken.

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

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "NSN",
    "PCP"
  ],
  "ingredients": {
    "C": {
      "tag": "forge:storage_blocks/copper"
    },
    "N": {
      "tag": "forge:nuggets/iron"
    },
    "P": {
      "item": "create_new_age:heat_pipe"
    },
    "S": {
      "item": "create:shaft"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}