feat: achievements, minecraft store, languages, auto lb sendStats, more Language Strings

This commit is contained in:
Byte
2026-06-23 20:40:27 +02:00
parent 658849b427
commit 028dcdce41
58 changed files with 1649 additions and 375 deletions
+6 -6
View File
@@ -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();