Developer reference
- Registry name
spartanshields:elementium_basic_shield - Namespace
spartanshields - Mod ID
spartanshields - Tags (2)
botania:items/mana_using_items
spartanshields:items/basic_shields
Recipe JSON (1):
{
"recipe_type": "minecraft:crafting_shaped",
"pattern": [
"#s#",
"#/#",
" m "
],
"ingredients": {
"#": {
"tag": "forge:ingots/elementium"
},
"/": {
"item": "botania:dreamwood_twig"
},
"m": {
"item": "botania:rune_mana"
},
"s": {
"item": "botania:rune_summer"
}
},
"conditions": [
{
"raw": {
"type": "forge:mod_loaded",
"modid": "botania"
},
"type": "forge:mod_loaded"
}
],
"sequence": null,
"group_name": null,
"experience": null,
"cooking_time": null
}