mirror of
https://github.com/Sollace/Unicopia.git
synced 2024-11-27 07:17:58 +01:00
Update mod.json
This commit is contained in:
parent
518c418072
commit
95e487ad1b
2 changed files with 8 additions and 0 deletions
|
@ -35,6 +35,7 @@ public abstract class AbstractSpell implements Spell {
|
|||
return type;
|
||||
}
|
||||
|
||||
@Override
|
||||
public final SpellTraits getTraits() {
|
||||
return traits == null ? SpellTraits.EMPTY : traits;
|
||||
}
|
||||
|
|
|
@ -39,5 +39,12 @@
|
|||
"suggests": {
|
||||
"minelp": "*",
|
||||
"modmenu": "*"
|
||||
},
|
||||
"custom": {
|
||||
"modmenu": {
|
||||
"links": {
|
||||
"modmenu.discord": "https://discord.gg/zKSZ8Mg"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue