Platinum Boomerang
16×16 · BAKED

item· Other

Platinum Boomerang

Spartan Weaponry · by ObliviousSpartan
item BoomerangsPlatinum Weapons

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

Acquisition

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

Crafting conditional
Any Platinum Ingot
Any Planks
Any Planks
Any Planks
Any Planks
Platinum Boomerang Platinum Boomerang guaranteed
Developer reference
Registry name
spartanweaponry:platinum_boomerang
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/boomerangs
spartanweaponry:items/platinum_weapons

Recipe JSON (1):

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