feat: achievements, minecraft store, languages, auto lb sendStats, more Language Strings
This commit is contained in:
@@ -25,9 +25,9 @@ public:
|
||||
static vector<ItemStat *> *itemsCollectedStats;
|
||||
static vector<ItemStat *> *itemsCraftedStats;
|
||||
|
||||
#if (defined _EXTENDED_ACHIEVEMENTS) && (!defined _DURANGO)
|
||||
|
||||
static vector<ItemStat *> *blocksPlacedStats;
|
||||
#endif
|
||||
|
||||
|
||||
static Stat *walkOneM;
|
||||
static Stat *swimOneM;
|
||||
@@ -60,18 +60,18 @@ public:
|
||||
static StatArray itemsCollected;
|
||||
static StatArray itemsCrafted;
|
||||
|
||||
#if (defined _EXTENDED_ACHIEVEMENTS) && (!defined _DURANGO)
|
||||
|
||||
static StatArray blocksPlaced;
|
||||
#endif
|
||||
|
||||
|
||||
// Added TU9
|
||||
static Stat *killsEnderdragon; // The number of times this player has dealt the killing blow to the Enderdragon
|
||||
static Stat *completeTheEnd; // The number of times this player has been present when the Enderdragon has died
|
||||
|
||||
#if (defined _EXTENDED_ACHIEVEMENTS) && (!defined _DURANGO)
|
||||
|
||||
static StatArray biomesVisisted;
|
||||
static StatArray rainbowCollection;
|
||||
#endif
|
||||
|
||||
|
||||
static void staticCtor();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user