Add section explaining which file this project is based off of

There were many files from the leak, this PR tells user which file the project is based off of

solves #18
This commit is contained in:
project516 2026-03-02 11:02:58 -06:00 committed by GitHub
parent bd1fb8112c
commit 3ed0b430e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,6 +4,7 @@ LCEMP is my Minecraft Legacy Console Edition source fork that enables LAN multip
## notes: ## notes:
- This is NOT the full source code. - This is NOT the full source code.
- You need to provide the required asset files yourself. - You need to provide the required asset files yourself.
- This project is based off of the `minecraft.rar` file.
- Code quality is not perfect. I am still learning C++. - Code quality is not perfect. I am still learning C++.
- If you use this in other LCE-based projects, credit me. - If you use this in other LCE-based projects, credit me.