mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
stuff
This commit is contained in:
parent
796a743b75
commit
f0e6c89e5d
|
Before Width: | Height: | Size: 952 KiB After Width: | Height: | Size: 952 KiB |
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
|
|
@ -5,6 +5,9 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- 'main'
|
||||
paths-ignore:
|
||||
- '.gitignore'
|
||||
- '*.md'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
|
|||
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -406,6 +406,9 @@ FodyWeavers.xsd
|
|||
|
||||
enc_temp_folder/
|
||||
|
||||
# Dlls
|
||||
x64/
|
||||
|
||||
# Game data / assets
|
||||
Minecraft.Client/Schematics/
|
||||
Minecraft.Client/Windows64/GameHDD/
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
[](https://discord.gg/5CSzhc9t)
|
||||
|
||||

|
||||

|
||||
|
||||
## 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.
Loading…
Reference in a new issue