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