Hand Crank
create:hand_crank

Hand Crank

Create · by simibubi
block BrittleAxe MineablePickaxe Mineable

Acquisition

Crafting using Any Planks, Any Planks, Any Planks and Andesite Alloy, arranged in the pattern shown. Produces Hand Crank.

Crafting
Hand Crank Hand Crank guaranteed

Mining & drops

sourcecountchanceconditions
Hand Crank1–1100%Survives Explosion

Block drops

Drops itself when broken.

Developer reference
Registry name
create:hand_crank
Namespace
create
Mod ID
create
Tags (3)
create:blocks/brittle
minecraft:blocks/mineable/axe
minecraft:blocks/mineable/pickaxe

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "CCC",
    "  A"
  ],
  "ingredients": {
    "A": {
      "item": "create:andesite_alloy"
    },
    "C": {
      "tag": "minecraft:planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}