Description
Mana and Artifice has a large variety of preloaded spell icons to choose from already(405 to be exact) but many players of expressed interest in adding ones of their own
While the current api doesnt allow for it this mod serves to fill that role
Simply define in the moremnaicons-client.toml file a list of model file locations like so
customIcons =
["yourresourcepackname:spell_icon/custom-icon",yourresourcepackname:spell_icon/custom-icon2"]
and either modify the uploaded template resource pack or create a small resource pack structured like so
yourresourcepackname-
-assets ->
- yourresourcepackname ->
-textures->
-textures->
-item->
-sorcery->
-icons->
- custom-icon.png
-models ->
-spell_icon->
-custom-icon.json
{
"parent": "item/generated",
"textures": {
"layer0": "spellicondatapack:item/sorcery/icons/custom-icon",
"layer1": "mna:item/sorcery/spell_frame"
}
}
-pack.mcmeta
and your good to go!


