Golden Boomerang
16×16 · BAKED

item· Other

Golden Boomerang

Spartan Weaponry · by ObliviousSpartan
item BoomerangsGolden Weapons

Golden Boomerang is a item from Spartan Weaponry, crafted from Any Gold Ingot and Any Planks.

Acquisition

Crafting using Any Gold Ingot, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Golden Boomerang.

Crafting conditional
Any Gold Ingot
Any Planks
Any Planks
Any Planks
Any Planks
Golden Boomerang Golden Boomerang guaranteed
Developer reference
Registry name
spartanweaponry:golden_boomerang
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/boomerangs
spartanweaponry:items/golden_weapons

Recipe JSON (1):

{
  "recipe_type": "minecraft:crafting_shaped",
  "pattern": [
    "#PP",
    "P  ",
    "P  "
  ],
  "ingredients": {
    "#": {
      "tag": "forge:ingots/gold"
    },
    "P": {
      "tag": "minecraft:planks"
    }
  },
  "conditions": [
    {
      "raw": {
        "type": "spartanweaponry:type_disabled",
        "disabled": [
          "boomerang"
        ]
      },
      "type": "spartanweaponry:type_disabled"
    }
  ],
  "sequence": null,
  "group_name": "spartanweaponry:boomerang",
  "experience": null,
  "cooking_time": null
}