Cogwheel
create:cogwheel

Cogwheel

Create · by simibubi
block Axe MineablePickaxe Mineable

Acquisition

Crafting using Shaft and Any Planks, in any arrangement. Produces Cogwheel.

Crafting ⇆ any arrangement
Cogwheel Cogwheel guaranteed

Deploying using Shaft and Any Planks. Produces Cogwheel.

Deploying
Cogwheel Cogwheel guaranteed

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.

Sequenced Assembly

Carried through each pass:

The sequence, processed 5×:

  1. Deploying + Cogwheel
  2. Deploying + Large Cogwheel
  3. Deploying + Any Iron Nugget
Precision Mechanism
Precision Mechanism success 81%

Scrap pool (partial-failure outcomes):

Andesite Alloy Andesite Alloy 5%
Golden Sheet Golden Sheet 5%
Cogwheel Cogwheel 3%
Gold Nugget Gold Nugget 2%
Crushed Raw Gold Crushed Raw Gold 1%
Shaft Shaft 1%
Iron Ingot Iron Ingot
Clock Clock

Mining & drops

sourcecountchanceconditions
Cogwheel1–1100%Survives Explosion
Brass Encased Cogwheel1–1100%Survives Explosion
Andesite Encased Cogwheel1–1100%Survives Explosion

Used in (14)

Crafting using Cogwheel, Andesite Casing and Any Stone, arranged in the pattern shown. Produces Millstone.

Crafting
Millstone Millstone guaranteed

Crafting using Cogwheel and Fluid Pipe, in any arrangement. Produces Mechanical Pump.

Crafting ⇆ any arrangement
Cogwheel
Fluid Pipe
Mechanical Pump Mechanical Pump guaranteed

Crafting using Any Gold Plate, Any Gold Plate, Any Gold Plate, Cogwheel and Treated Stick, arranged in the pattern shown. Produces Wrench.

Crafting
Any Gold Plate
Any Gold Plate
Any Gold Plate
Cogwheel
Treated Stick
Wrench Wrench guaranteed

Deploying using Cogwheel and Any Planks. Produces Large Cogwheel.

Deploying
Large Cogwheel Large Cogwheel guaranteed

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.

Sequenced Assembly

Carried through each pass:

The sequence, processed 5×:

  1. Deploying + Cogwheel
  2. Deploying + Large Cogwheel
  3. Deploying + Any Iron Nugget
Precision Mechanism
Precision Mechanism success 81%

Scrap pool (partial-failure outcomes):

Andesite Alloy Andesite Alloy 5%
Golden Sheet Golden Sheet 5%
Cogwheel Cogwheel 3%
Gold Nugget Gold Nugget 2%
Crushed Raw Gold Crushed Raw Gold 1%
Shaft Shaft 1%
Iron Ingot Iron Ingot
Clock Clock
view all 14 →

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
}