mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-05-06 05:46:02 +00:00
Update 4JLibs, adjust README
Some checks failed
Nightly Server Release / build (Windows64) (push) Has been cancelled
Nightly Release / build (Windows64) (push) Has been cancelled
Nightly Server Release / release (push) Has been cancelled
Nightly Server Release / Build and Push Docker Image (push) Has been cancelled
Nightly Server Release / cleanup (push) Has been cancelled
Nightly Release / release (push) Has been cancelled
Nightly Release / cleanup (push) Has been cancelled
Some checks failed
Nightly Server Release / build (Windows64) (push) Has been cancelled
Nightly Release / build (Windows64) (push) Has been cancelled
Nightly Server Release / release (push) Has been cancelled
Nightly Server Release / Build and Push Docker Image (push) Has been cancelled
Nightly Server Release / cleanup (push) Has been cancelled
Nightly Release / release (push) Has been cancelled
Nightly Release / cleanup (push) Has been cancelled
This commit is contained in:
parent
585455cef0
commit
5f931d74fc
|
|
@ -1 +1 @@
|
|||
Subproject commit f567d33ccbddad1d8356e4d8344b22de80f23ab2
|
||||
Subproject commit 8fb036f6d6ca5aa5aa2e20633638d6232a58d508
|
||||
10
README.md
10
README.md
|
|
@ -3,13 +3,6 @@
|
|||
|
||||
[](https://discord.gg/dH8AZWGcau)
|
||||
|
||||
---
|
||||
## IMPORTANT UPDATE
|
||||
**This repo was moved to a new org!**
|
||||
|
||||
Please change all links and references from `smartcmd/MinecraftConsoles` to `MCLCE/MinecraftConsoles` instead.
|
||||
|
||||
---
|
||||
|
||||
This project is based on source code of Minecraft Legacy Console Edition v1.6.0560.0 (TU19) with some fixes and improvements applied.
|
||||
|
||||
|
|
@ -213,7 +206,8 @@ Persistent files are bind-mounted to host:
|
|||
## Build & Run
|
||||
|
||||
1. Install [Visual Studio 2022](https://aka.ms/vs/17/release/vs_community.exe) or [newer](https://visualstudio.microsoft.com/downloads/).
|
||||
2. Clone the repository.
|
||||
2. Clone the repository with submodules. If you don't, you will get a build error!
|
||||
- `git clone --recurse-submodules https://github.com/MCLCE/MinecraftConsoles.git`
|
||||
3. Open the project folder from Visual Studio.
|
||||
4. Set the build configuration to **Windows64 - Debug** (Release is also ok but missing some debug features), then build and run.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue