Developer reference
- Registry name
spartanshields:constantan_tower_shield - Namespace
spartanshields - Mod ID
spartanshields - Tags (1)
spartanshields:items/tower_shields
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"###",
"#O#",
" # "
],
"ingredients": {
"#": {
"tag": "forge:ingots/constantan"
},
"O": {
"item": "spartanshields:wooden_tower_shield"
}
},
"conditions": [
{
"raw": {
"type": "spartanshields:type_disabled",
"disabled": [
"modded",
"constantan"
]
},
"type": "spartanshields:type_disabled"
},
{
"raw": {
"type": "forge:not",
"value": {
"tag": "forge:ingots/constantan",
"type": "forge:tag_empty"
}
},
"type": "forge:not"
}
],
"sequence": null,
"group_name": "spartanshields:constantan_shields",
"experience": null,
"cooking_time": null
}