aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorrtm516 <rtm516@users.noreply.github.com>2026-03-07 19:55:44 +0000
committerGitHub <noreply@github.com>2026-03-07 13:55:44 -0600
commit9cac3e039483c59477bae2edc03a3780afe49bd6 (patch)
tree7f21f31b42b41438da81e11c07a9d9bb3cf4289a /.github
parente5ad785803ff5867b5d5c38efb85947819eb72db (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 '.github')
-rw-r--r--.github/workflows/nightly.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml
index ddbfbc0e..402f3cb6 100644
--- a/.github/workflows/nightly.yml
+++ b/.github/workflows/nightly.yml
@@ -21,7 +21,7 @@ jobs:
- name: Setup msbuild
uses: microsoft/setup-msbuild@v2
-
+
- name: Build
run: MSBuild.exe MinecraftConsoles.sln /p:Configuration=Release /p:Platform="Windows64"
@@ -30,7 +30,6 @@ jobs:
- name: Update release
uses: andelf/nightly-release@main
-
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with: