diff options
| author | rtm516 <rtm516@users.noreply.github.com> | 2026-03-07 19:55:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-07 13:55:44 -0600 |
| commit | 9cac3e039483c59477bae2edc03a3780afe49bd6 (patch) | |
| tree | 7f21f31b42b41438da81e11c07a9d9bb3cf4289a /Minecraft.Client/ClientConstants.cpp | |
| parent | e5ad785803ff5867b5d5c38efb85947819eb72db (diff) | |
Change F3 rendering and add git version information (#836)
* Change F3 rendering and add git version information
* Change position, block, chunk and facing
* Limit position decimal places
* Move LCE unique to the bottom and add more java features
* Fix chunk information disappearing after y256
* Add chunk count information
* Move build number script to prebuild.ps1
* We dont need to specify vector and wstring are from std
* Restore build number to fix multiplayer
* Use short symbolic-ref
* Restore original BuildVer.h
---------
Co-authored-by: Loki <lokio.casebstv@gmail.com>
Co-authored-by: Loki Rautio <lokirautio@gmail.com>
Diffstat (limited to 'Minecraft.Client/ClientConstants.cpp')
| -rw-r--r-- | Minecraft.Client/ClientConstants.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Minecraft.Client/ClientConstants.cpp b/Minecraft.Client/ClientConstants.cpp index 41c4b125..43da4360 100644 --- a/Minecraft.Client/ClientConstants.cpp +++ b/Minecraft.Client/ClientConstants.cpp @@ -1,4 +1,4 @@ #include "stdafx.h" #include "ClientConstants.h" -const wstring ClientConstants::VERSION_STRING = wstring(L"Minecraft Xbox ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING;
\ No newline at end of file +const wstring ClientConstants::VERSION_STRING = wstring(L"Minecraft LCE ") + VER_FILEVERSION_STR_W;//+ SharedConstants::VERSION_STRING;
\ No newline at end of file |
