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.
block· Machines & Other Blocks
Stirling Engine
Create: New Age · by Antarctic Gardens
Stirling Engine is a block from Create: New Age, crafted from Any Iron Nugget, Shaft, Heat Pipe, and Any Copper Storage Block.
Acquisition
Mining & drops
| source | count | drop rate | conditions |
|---|---|---|---|
| Stirling Engine | 1–1 | 100% | 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
}