Update dependencies and add new BoosterTypes
The Galaxy-API and mcMMO dependencies have been updated to newer versions and three new BoosterTypes - 'crossbows', 'maces', and 'tridents' - have been added. Also, the Java language version has been upgraded from version 17 to version 21.
This commit is contained in:
@@ -26,6 +26,9 @@ public enum BoosterType {
|
||||
TAMING("taming", MCMMO),
|
||||
UNARMED("unarmed", MCMMO),
|
||||
WOODCUTTING("woodcutting", MCMMO),
|
||||
CROSSBOWS("crossbows", MCMMO),
|
||||
MACES("maces", MCMMO),
|
||||
TRIDENTS("tridents", MCMMO),
|
||||
|
||||
/**
|
||||
* MYPET - Boosts MyPet exp gains
|
||||
|
||||
Reference in New Issue
Block a user