Precision Mechanism
create:precision_mechanism

Precision Mechanism

Create · by simibubi
item

Acquisition

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

Used in (7)

Mechanical Crafting using Brass Ingot, Precision Mechanism, Treated Stick, Treated Stick, Treated Stick, Treated Stick, Treated Stick, Treated Stick and Brass Hand, arranged in the pattern shown. Produces Extendo Grip.

Mechanical Crafting
Brass Ingot
Precision Mechanism
Treated Stick
Treated Stick
Treated Stick
Treated Stick
Treated Stick
Treated Stick
Brass Hand
Extendo Grip Extendo Grip guaranteed

Crafting using Brass Sheet, Brass Sheet, Andesite Alloy, Brass Sheet, Precision Mechanism and Brass Casing, arranged in the pattern shown. Produces Mechanical Arm.

Crafting
Mechanical Arm Mechanical Arm guaranteed

Crafting using Precision Mechanism and Brass Casing, arranged in the pattern shown. Produces Rotation Speed Controller.

Crafting
Rotation Speed Controller Rotation Speed Controller guaranteed

Crafting using Stock Link and Precision Mechanism, in any arrangement. Produces 2× Factory Gauge.

Crafting ⇆ any arrangement
Stock Link
Precision Mechanism
Factory Gauge Factory Gauge ×2 guaranteed

Mechanical Crafting using Any Glass, Any Glass, Any Ender Pearls, Any Glass, Precision Mechanism, Brass Ingot and Any Obsidian, arranged in the pattern shown. Produces Wand Of Symmetry.

Mechanical Crafting
Wand Of Symmetry Wand Of Symmetry guaranteed
view all 7 →
Developer reference
Registry name
create:precision_mechanism
Namespace
create
Mod ID
create

Recipe JSON (1):

{
  "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
}