Invar Boomerang
16×16 · BAKED

item· Other

Invar Boomerang

Spartan Weaponry · by ObliviousSpartan
item BoomerangsInvar Weapons

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

Acquisition

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

Crafting conditional
Any Invar Ingot
Any Planks
Any Planks
Any Planks
Any Planks
Invar Boomerang Invar Boomerang guaranteed
Developer reference
Registry name
spartanweaponry:invar_boomerang
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/boomerangs
spartanweaponry:items/invar_weapons

Recipe JSON (1):

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