Crafting using Lead Ingot, Lead Ingot, Wooden Basic Shield, Lead Ingot and Lead Ingot, arranged in the pattern shown. Produces Lead Basic Shield.
- Inputs
- 4 × Lead Ingot
- Wooden Basic Shield
- Output
- → Lead Basic Shield
item· Other
Lead Basic Shield is a item from Spartan Shields, crafted from Lead Ingot and Wooden Basic Shield.
Crafting using Lead Ingot, Lead Ingot, Wooden Basic Shield, Lead Ingot and Lead Ingot, arranged in the pattern shown. Produces Lead Basic Shield.
spartanshields:lead_basic_shieldspartanshieldsspartanshieldsspartanshields:items/basic_shields
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
" # ",
"#O#",
" # "
],
"ingredients": {
"#": {
"tag": "forge:ingots/lead"
},
"O": {
"item": "spartanshields:wooden_basic_shield"
}
},
"conditions": [
{
"raw": {
"type": "spartanshields:type_disabled",
"disabled": [
"modded",
"lead"
]
},
"type": "spartanshields:type_disabled"
},
{
"raw": {
"type": "forge:not",
"value": {
"tag": "forge:ingots/lead",
"type": "forge:tag_empty"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": "spartanshields:lead_shields",
"experience": null,
"cooking_time": null
}