Crafting using Bronze Ingot, Bronze Ingot, Pole, Handle and Bronze Ingot, arranged in the pattern shown. Produces Bronze Lance.
item· Other
Bronze Lance
Spartan Weaponry · by ObliviousSpartan
Bronze Lance is a item from Spartan Weaponry, crafted from Bronze Ingot, Pole, and Handle.
Acquisition
Related items
Developer reference
- Registry name
spartanweaponry:bronze_lance- Namespace
spartanweaponry- Mod ID
spartanweaponry- Tags (2)
spartanweaponry:items/bronze_weapons spartanweaponry:items/lances
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" #",
"#/ ",
"|# "
],
"ingredients": {
"#": {
"tag": "forge:ingots/bronze"
},
"/": {
"item": "spartanweaponry:pole"
},
"|": {
"item": "spartanweaponry:handle"
}
},
"conditions": [
{
"raw": {
"type": "spartanweaponry:type_disabled",
"disabled": [
"lance",
"bronze"
]
},
"type": "spartanweaponry:type_disabled"
},
{
"raw": {
"type": "forge:not",
"value": {
"tag": "forge:ingots/bronze",
"type": "forge:tag_empty"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": "spartanweaponry:lance",
"experience": null,
"cooking_time": null
}