This commit is contained in:
Twig6943 2026-03-02 22:32:06 +03:00 committed by GitHub
parent 796a743b75
commit f0e6c89e5d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 8 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 952 KiB

After

Width:  |  Height:  |  Size: 952 KiB

View file

@ -5,6 +5,9 @@ on:
push:
branches:
- 'main'
paths-ignore:
- '.gitignore'
- '*.md'
jobs:
build:

3
.gitignore vendored
View file

@ -406,6 +406,9 @@ FodyWeavers.xsd
enc_temp_folder/
# Dlls
x64/
# Game data / assets
Minecraft.Client/Schematics/
Minecraft.Client/Windows64/GameHDD/

View file

@ -2,7 +2,7 @@
[![Discord](https://img.shields.io/badge/Discord-Join%20Server-5865F2?logo=discord&logoColor=white)](https://discord.gg/5CSzhc9t)
![img.png](.github/IMG_8725.png)
![img.png](.github/TutorialWorld.png)
## Introduction
@ -55,7 +55,7 @@ cmake -S . -B build -G "Visual Studio 17 2022" -A x64
cmake --build build --config Debug --target MinecraftClient
```
For more informatio, see [COMPILE.md](COMPILE.md)
For more information, see [COMPILE.md](COMPILE.md)
## Known Issues

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.