Hammer
handcrafted:hammer

Hammer

Handcrafted · by Alex Nijjar, Kekie6
item

Acquisition

Crafting using Iron Ingot, Stick, Iron Ingot and Stick, arranged in the pattern shown. Produces Hammer.

Crafting
Iron Ingot
Stick
Iron Ingot
Stick
Hammer Hammer guaranteed
Developer reference
Registry name
handcrafted:hammer
Namespace
handcrafted
Mod ID
handcrafted

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " # ",
    " /#",
    "/  "
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:iron_ingot"
    },
    "/": {
      "item": "minecraft:stick"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}