Sword on a Stick
16×16 · BAKED

item· Weapons

Sword on a Stick

Simply Swords · by Sweenus
item SwordsSwords

Sword on a Stick is a item from Simply Swords, crafted from Iron Longsword, String, and Stick.

Acquisition

Crafting using Iron Longsword, String and Stick, arranged in the pattern shown. Produces Sword on a Stick.

Crafting
Iron Longsword
String
Stick
Sword on a Stick Sword on a Stick guaranteed
Developer reference
Registry name
simplyswords:sword_on_a_stick
Namespace
simplyswords
Mod ID
simplyswords
Tags (2)
c:items/swords
simplyswords:items/swords

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    " X ",
    " Y ",
    " # "
  ],
  "ingredients": {
    "#": {
      "tag": "c:wood_sticks"
    },
    "X": {
      "item": "simplyswords:iron_longsword"
    },
    "Y": {
      "item": "minecraft:string"
    }
  },
  "conditions": [],
  "sequence": null,
  "group_name": null,
  "experience": null,
  "cooking_time": null
}