Shaft
create:shaft

Shaft

Create · by simibubi
block Pickaxe Mineable

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

Cutting using Andesite Alloy (200 ticks). Produces 6× Shaft.

Cutting

200 ticks

Shaft Shaft ×6 guaranteed

Crafting using Andesite Alloy and Andesite Alloy, arranged in the pattern shown. Produces 8× Shaft.

Crafting
Andesite Alloy
Andesite Alloy
Shaft Shaft ×8 guaranteed

Mining & drops

sourcecountchanceconditions
Block loot table: Powered Shaft (create) create:powered_shaft1–1100%Survives Explosion
Block loot table: Metal Girder Encased Shaft (create) create:metal_girder_encased_shaft1–1100%Survives Explosion
Andesite Encased Shaft1–1100%Survives Explosion
Brass Encased Shaft1–1100%Survives Explosion
Shaft1–1100%Survives Explosion

Used in (12)

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

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

Crafting ⇆ any arrangement
Large Cogwheel Large Cogwheel guaranteed

Crafting using Brass Ingot, Brass Ingot, Brass Ingot, Brass Ingot, Shaft, Brass Ingot, Brass Ingot, Brass Ingot and Brass Ingot, arranged in the pattern shown. Produces Flywheel.

Crafting
Brass Ingot
Brass Ingot
Brass Ingot
Brass Ingot
Shaft
Brass Ingot
Brass Ingot
Brass Ingot
Brass Ingot
Flywheel Flywheel guaranteed

Crafting using Any Wooden Slabs, Any Stone and Shaft, arranged in the pattern shown. Produces Windmill Bearing.

Crafting
Windmill Bearing Windmill Bearing guaranteed
view all 12 →

Block drops

Drops itself when broken.

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

Recipe JSON (3):

{
  "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
}
{
  "recipe_type": "create:cutting",
  "pattern": null,
  "ingredients": {
    "item": "create:andesite_alloy"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": 200
}
{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "A",
    "A"
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_alloy"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}