Aluminum Boomerang
16×16 · BAKED

item· Other

Aluminum Boomerang

Spartan Weaponry · by ObliviousSpartan
item Aluminum WeaponsBoomerangs

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

Acquisition

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

Crafting conditional
Any Aluminum Ingot
Any Planks
Any Planks
Any Planks
Any Planks
Aluminum Boomerang Aluminum Boomerang guaranteed
Developer reference
Registry name
spartanweaponry:aluminum_boomerang
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/aluminum_weapons
spartanweaponry:items/boomerangs

Recipe JSON (1):

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