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