Window Hammer
mcwwindows:hammer

Window Hammer

Macaw's Windows · by Sketch Macaw & Peachy Macaw
item

Acquisition

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

Crafting
Iron Ingot
Stick
Iron Nugget
Stick
Window Hammer Window Hammer guaranteed
Developer reference
Registry name
mcwwindows:hammer
Namespace
mcwwindows
Mod ID
mcwwindows

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " A ",
    " BC",
    "B  "
  ],
  "ingredients": {
    "A": {
      "item": "minecraft:iron_ingot"
    },
    "B": {
      "item": "minecraft:stick"
    },
    "C": {
      "item": "minecraft:iron_nugget"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}