mirror of
https://hub.spigotmc.org/stash/scm/spigot/bukkit.git
synced 2025-08-21 05:44:17 +00:00
Add missing achievements to the Achievement enum
This commit is contained in:
parent
ac51658471
commit
37e90d74e7
1 changed files with 12 additions and 1 deletions
|
@ -23,7 +23,18 @@ public enum Achievement {
|
||||||
BUILD_SWORD(12),
|
BUILD_SWORD(12),
|
||||||
KILL_ENEMY(13),
|
KILL_ENEMY(13),
|
||||||
KILL_COW(14),
|
KILL_COW(14),
|
||||||
FLY_PIG(15);
|
FLY_PIG(15),
|
||||||
|
SNIPE_SKELETON(16),
|
||||||
|
GET_DIAMONDS(17),
|
||||||
|
NETHER_PORTAL(18),
|
||||||
|
GHAST_RETURN(19),
|
||||||
|
GET_BLAZE_ROD(20),
|
||||||
|
BREW_POTION(21),
|
||||||
|
END_PORTAL(22),
|
||||||
|
THE_END(23),
|
||||||
|
ENCHANTMENTS(24),
|
||||||
|
OVERKILL(25),
|
||||||
|
BOOKCASE(26);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The offset used to distinguish Achievements and Statistics
|
* The offset used to distinguish Achievements and Statistics
|
||||||
|
|
Loading…
Add table
Reference in a new issue