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