Bronze Boomerang
16×16 · BAKED

item· Other

Bronze Boomerang

Spartan Weaponry · by ObliviousSpartan
item BoomerangsBronze Weapons

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

Acquisition

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

Crafting conditional
Any Bronze Ingot
Any Planks
Any Planks
Any Planks
Any Planks
Bronze Boomerang Bronze Boomerang guaranteed
Developer reference
Registry name
spartanweaponry:bronze_boomerang
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/boomerangs
spartanweaponry:items/bronze_weapons

Recipe JSON (1):

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