aboutsummaryrefslogtreecommitdiff
path: root/Minecraft.Client/Common/Tutorial
AgeCommit message (Collapse)Author
2026-03-02Get rid of MSVC's __int64void_17
Use either int64_t, uint64_t or long long and unsigned long long, defined as per C++11 standard
2026-03-02feat: now can skip the tutorial (#82)red
* now possible to accept and decline tutorial hints that part when it asks if you want to do the tutorial (should work for when the games asks if you already know something like when opening inventories for the first time) * Update ChoiceTask.cpp --------- Co-authored-by: daoge <3523206925@qq.com>
2026-03-01Initial commitdaoge_cmd