Crafting using Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Any Diamond Gem, Bluebright Stick, Any Diamond Gem and Handle, arranged in the pattern shown. Produces Diamond Battleaxe.
item· Other
Diamond Battleaxe
Spartan Weaponry · by ObliviousSpartan
Diamond Battleaxe is a item from Spartan Weaponry, crafted from Any Diamond Gem, Bluebright Stick, and Handle.
Acquisition
Mining & drops
| source | count | chance | conditions |
|---|---|---|---|
Loot table: End City Treasure (spartanweaponry) spartanweaponry:end_city_treasure | 1–1 | 100% | — |
Related items
Developer reference
- Registry name
spartanweaponry:diamond_battleaxe- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/battleaxes spartanweaponry:items/diamond_weapons
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#/#",
" | "
],
"ingredients": {
"#": {
"tag": "forge:gems/diamond"
},
"/": {
"tag": "forge:rods/wooden"
},
"|": {
"item": "spartanweaponry:handle"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"battleaxe"
]
},
"type": "spartanweaponry:type_disabled"
}
],
"sequence": null,
"group_name": "spartanweaponry:battleaxe",
"experience": null,
"cooking_time": null
}