Stone Boomerang
16×16 · BAKED

item· Other

Stone Boomerang

Spartan Weaponry · by ObliviousSpartan
item BoomerangsStone Weapons

Stone Boomerang is a item from Spartan Weaponry, crafted from Any Cobblestone and Any Planks.

Acquisition

Crafting using Any Cobblestone, Any Planks, Any Planks, Any Planks and Any Planks, arranged in the pattern shown. Produces Stone Boomerang.

Crafting conditional
Any Cobblestone
Any Planks
Any Planks
Any Planks
Any Planks
Stone Boomerang Stone Boomerang guaranteed
Developer reference
Registry name
spartanweaponry:stone_boomerang
Namespace
spartanweaponry
Mod ID
spartanweaponry
Tags (2)
spartanweaponry:items/boomerangs
spartanweaponry:items/stone_weapons

Recipe JSON (1):

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