Crafting using Lead Ingot, Dark Oak Planks, Dark Oak Planks, Dark Oak Planks and Dark Oak Planks, arranged in the pattern shown. Produces Lead Boomerang.
item· Other
Lead Boomerang
Spartan Weaponry · by ObliviousSpartan
Lead Boomerang is a item from Spartan Weaponry, crafted from Lead Ingot and Dark Oak Planks.
Acquisition
Related items
Developer reference
- Registry name
spartanweaponry:lead_boomerang- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/boomerangs spartanweaponry:items/lead_weapons
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#PP",
"P ",
"P "
],
"ingredients": {
"#": {
"tag": "forge:ingots/lead"
},
"P": {
"tag": "minecraft:planks"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"boomerang",
"lead"
]
},
"type": "spartanweaponry:type_disabled"
},
{
"raw": {
"type": "forge:not",
"value": {
"tag": "forge:ingots/lead",
"type": "forge:tag_empty"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": "spartanweaponry:boomerang",
"experience": null,
"cooking_time": null
}
