Wooden Sword
minecraft:wooden_sword

Wooden Sword

Minecraft · by Mojang Studios
item Swords

Acquisition

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

Crafting
Wooden Sword Wooden Sword guaranteed

Scrapbox using Scrap Box. Produces Wooden Sword.

Scrapbox
Wooden Sword Wooden Sword guaranteed
Developer reference
Registry name
minecraft:wooden_sword
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:items/swords

Recipe JSON (2):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "X",
    "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
}