Give ProgressiveKits the ability to not use xp or use crowns instead of gems for leveling
This commit is contained in:
parent
6ffd10133e
commit
39f997faf1
@ -285,4 +285,14 @@ public interface ProgressiveKit
|
|||||||
ViewDist.NORMAL, displayTo);
|
ViewDist.NORMAL, displayTo);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
default boolean usesXp()
|
||||||
|
{
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
|
default boolean crownsEnabled()
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user