Wooden Axe
minecraft:wooden_axe

Wooden Axe

Minecraft · by Mojang Studios
item Axes

Acquisition

Crafting using Any Planks, Any Planks, Any Planks, Stick and Stick, arranged in the pattern shown. Produces Wooden Axe.

Crafting
Wooden Axe Wooden Axe guaranteed

Scrapbox using Scrap Box. Produces Wooden Axe.

Scrapbox
Wooden Axe Wooden Axe guaranteed

Mining & drops

sourcecountchanceconditions
Loot table: Spawn Bonus Chest (minecraft) minecraft:spawn_bonus_chest1–1100%
Developer reference
Registry name
minecraft:wooden_axe
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:items/axes

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "XX",
    "X#",
    " #"
  ],
  "ingredients": {
    "#": {
      "item": "minecraft:stick"
    },
    "X": {
      "tag": "minecraft:planks"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}
{
  "recipe_type": "techreborn:scrapbox",
  "pattern": null,
  "ingredients": {
    "item": "techreborn:scrap_box"
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}