mirror of
https://github.com/Sollace/Unicopia.git
synced 2025-02-18 19:04:23 +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;
|
return type;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Override
|
||||||
public final SpellTraits getTraits() {
|
public final SpellTraits getTraits() {
|
||||||
return traits == null ? SpellTraits.EMPTY : traits;
|
return traits == null ? SpellTraits.EMPTY : traits;
|
||||||
}
|
}
|
||||||
|
|
|
@ -39,5 +39,12 @@
|
||||||
"suggests": {
|
"suggests": {
|
||||||
"minelp": "*",
|
"minelp": "*",
|
||||||
"modmenu": "*"
|
"modmenu": "*"
|
||||||
|
},
|
||||||
|
"custom": {
|
||||||
|
"modmenu": {
|
||||||
|
"links": {
|
||||||
|
"modmenu.discord": "https://discord.gg/zKSZ8Mg"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue