Add perfect build count to stats
This commit is contained in:
parent
f82a408f30
commit
650d586e0f
@ -160,7 +160,7 @@ public enum AchievementCategory
|
||||
Material.NAME_TAG, 0, GameCategory.CLASSICS, null),
|
||||
|
||||
SPEED_BUILDERS("Speed Builders", null,
|
||||
new StatDisplay[] {StatDisplay.WINS, StatDisplay.GAMES_PLAYED, StatDisplay.GEMS_EARNED},
|
||||
new StatDisplay[] {StatDisplay.WINS, StatDisplay.GAMES_PLAYED, StatDisplay.GEMS_EARNED, null, new StatDisplay("Perfect Builds", "PerfectBuild")},
|
||||
Material.QUARTZ_BLOCK, 0, GameCategory.ARCADE, null);
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user