Update mod.json

This commit is contained in:
Sollace 2022-09-04 15:16:26 +02:00
parent 518c418072
commit 95e487ad1b
2 changed files with 8 additions and 0 deletions

View file

@ -35,6 +35,7 @@ public abstract class AbstractSpell implements Spell {
return type;
}
@Override
public final SpellTraits getTraits() {
return traits == null ? SpellTraits.EMPTY : traits;
}

View file

@ -39,5 +39,12 @@
"suggests": {
"minelp": "*",
"modmenu": "*"
},
"custom": {
"modmenu": {
"links": {
"modmenu.discord": "https://discord.gg/zKSZ8Mg"
}
}
}
}