Stone Sword
minecraft:stone_sword

Stone Sword

Minecraft · by Mojang Studios
item Swords

Acquisition

Crafting using Any Stone Tool Materials, Any Stone Tool Materials and Stick, arranged in the pattern shown. Produces Stone Sword.

Crafting
Stone Sword Stone Sword guaranteed
Developer reference
Registry name
minecraft:stone_sword
Namespace
minecraft
Mod ID
minecraft
Tags (1)
minecraft:items/swords

Recipe JSON (1):

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