Black Steel Pickaxe
cataclysm:black_steel_pickaxe

Black Steel Pickaxe

cataclysm · by L_Ender
item Pickaxes Tool

Acquisition

Crafting using Black Steel Ingot, Black Steel Ingot, Black Steel Ingot, Stick and Stick, arranged in the pattern shown. Produces Black Steel Pickaxe.

Crafting
Black Steel Ingot
Black Steel Ingot
Black Steel Ingot
Stick
Stick
Black Steel Pickaxe Black Steel Pickaxe guaranteed

Used in (2)

Developer reference
Registry name
cataclysm:black_steel_pickaxe
Namespace
cataclysm
Mod ID
cataclysm
Tags (1)
forge:items/tools/pickaxes

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XXX",
    " # ",
    " # "
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stick"
    },
    "X": {
      "item": "cataclysm:black_steel_ingot"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}