Crafting using Shaft and Any Planks, in any arrangement. Produces Cogwheel.
Cogwheel
Acquisition
Deploying using Shaft and Any Planks. Produces Cogwheel.
Sequenced Assembly: Start with Incomplete Precision Mechanism, carried through each pass. process 5× through: Deploying with Cogwheel; then Deploying with Large Cogwheel; then Deploying with Any Iron Nugget. Most likely produces Precision Mechanism (81% chance), with other outcomes possible.
Carried through each pass:
The sequence, processed 5×:
- Deploying + Cogwheel
- Deploying + Large Cogwheel
- Deploying + Any Iron Nugget
Scrap pool (partial-failure outcomes):
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
| Cogwheel | 1–1 | 100% | Survives Explosion |
| Brass Encased Cogwheel | 1–1 | 100% | Survives Explosion |
| Andesite Encased Cogwheel | 1–1 | 100% | Survives Explosion |
Used in (14)
Crafting using Cogwheel, Andesite Casing and Any Stone, arranged in the pattern shown. Produces Millstone.
Crafting using Cogwheel and Fluid Pipe, in any arrangement. Produces Mechanical Pump.
Crafting using Any Gold Plate, Any Gold Plate, Any Gold Plate, Cogwheel and Treated Stick, arranged in the pattern shown. Produces Wrench.
Deploying using Cogwheel and Any Planks. Produces Large Cogwheel.
Sequenced Assembly: Start with Incomplete Precision Mechanism, carried through each pass. process 5× through: Deploying with Cogwheel; then Deploying with Large Cogwheel; then Deploying with Any Iron Nugget. Most likely produces Precision Mechanism (81% chance), with other outcomes possible.
Carried through each pass:
The sequence, processed 5×:
- Deploying + Cogwheel
- Deploying + Large Cogwheel
- Deploying + Any Iron Nugget
Scrap pool (partial-failure outcomes):
Block drops
Drops itself when broken.
Developer reference
- Registry name
create:cogwheel- Namespace
create- Mod ID
create- Tags (2)
minecraft:blocks/mineable/axe minecraft:blocks/mineable/pickaxe
Recipe JSON (3):
{
"recipe_type": "minecraft:crafting_shapeless",
"pattern": null,
"ingredients": [
{
"item": "create:shaft"
},
{
"tag": "minecraft:planks"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "create:deploying",
"pattern": null,
"ingredients": [
{
"item": "create:shaft"
},
{
"tag": "minecraft:planks"
}
],
"conditions": [],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}{
"recipe_type": "create:sequenced_assembly",
"pattern": null,
"ingredients": {
"tag": "forge:plates/gold"
},
"conditions": [],
"sequence": {
"loops": 5,
"sequence": [
{
"type": "create:deploying",
"results": [
{
"item": "create:incomplete_precision_mechanism",
"count": 1,
"chance": 1,
"outputKind": "item"
}
],
"ingredients": [
{
"item": "create:incomplete_precision_mechanism"
},
{
"item": "create:cogwheel"
}
]
},
{
"type": "create:deploying",
"results": [
{
"item": "create:incomplete_precision_mechanism",
"count": 1,
"chance": 1,
"outputKind": "item"
}
],
"ingredients": [
{
"item": "create:incomplete_precision_mechanism"
},
{
"item": "create:large_cogwheel"
}
]
},
{
"type": "create:deploying",
"results": [
{
"item": "create:incomplete_precision_mechanism",
"count": 1,
"chance": 1,
"outputKind": "item"
}
],
"ingredients": [
{
"item": "create:incomplete_precision_mechanism"
},
{
"tag": "forge:nuggets/iron"
}
]
}
]
},
"group_name": null,
"experience": null,
"cooking_time": null
}


