From 9cac3e039483c59477bae2edc03a3780afe49bd6 Mon Sep 17 00:00:00 2001 From: rtm516 Date: Sat, 7 Mar 2026 19:55:44 +0000 Subject: 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 Co-authored-by: Loki Rautio --- Minecraft.Client/postbuild.ps1 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Minecraft.Client/postbuild.ps1') diff --git a/Minecraft.Client/postbuild.ps1 b/Minecraft.Client/postbuild.ps1 index b46df5aa..8ffc9b98 100644 --- a/Minecraft.Client/postbuild.ps1 +++ b/Minecraft.Client/postbuild.ps1 @@ -39,3 +39,5 @@ foreach ($copy in $copies) { xcopy /q /y /i /s /e /d "$src" "$dst" 2>$null } } + +git restore "**/BuildVer.h" \ No newline at end of file -- cgit v1.2.3