From 5f931d74fce13092fd8da50f0b601a4d1b2798d1 Mon Sep 17 00:00:00 2001 From: Loki Rautio Date: Wed, 29 Apr 2026 17:02:40 -0500 Subject: [PATCH] Update 4JLibs, adjust README --- Minecraft.Client/Windows64/4JLibs | 2 +- README.md | 10 ++-------- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/Minecraft.Client/Windows64/4JLibs b/Minecraft.Client/Windows64/4JLibs index f567d33cc..8fb036f6d 160000 --- a/Minecraft.Client/Windows64/4JLibs +++ b/Minecraft.Client/Windows64/4JLibs @@ -1 +1 @@ -Subproject commit f567d33ccbddad1d8356e4d8344b22de80f23ab2 +Subproject commit 8fb036f6d6ca5aa5aa2e20633638d6232a58d508 diff --git a/README.md b/README.md index 560a798a5..db73f7f00 100644 --- a/README.md +++ b/README.md @@ -3,13 +3,6 @@ [![Discord](https://img.shields.io/badge/Discord-Join%20Server-5865F2?logo=discord&logoColor=white)](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.