Constantan Boomerang
16×16 · BAKED

item· Other

Constantan Boomerang

Spartan Weaponry · by ObliviousSpartan
item BoomerangsContantan Weapons

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

Acquisition

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

Crafting conditional
Any Constantan Ingot
Any Planks
Any Planks
Any Planks
Any Planks
Constantan Boomerang Constantan Boomerang guaranteed
Developer reference
Registry name
spartanweaponry:constantan_boomerang
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/boomerangs
spartanweaponry:items/contantan_weapons

Recipe JSON (1):

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