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