From 6fe0b6e0a725b33ba19165e773d192d67598a496 Mon Sep 17 00:00:00 2001 From: iProgramInCpp Date: Wed, 2 Aug 2023 22:39:54 +0300 Subject: [PATCH] Add some small notes. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2732d46..2e0e9cd 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Minecraft PE Reverse Engineering Project This project is an attempt to recreate one of the first released builds of Minecraft: Pocket Edition -- mcpe01_canada.apk -- and port it to other platforms, -via binary reverse engineering. +via binary reverse engineering. This project is similar in terms of goals to [Minecraft Pi](https://minecraft.net/edition/pi), except playable on more devices. An Android build will come soon. @@ -15,6 +15,10 @@ Eventually, I plan on creating a new repository, `mcpe01_canada`, which will inc Want to help this project? [Here's a list of things left to do.](TODO.md) +## DISCLAIMER + +This project **requires** you to have a copy of the `mcpe01_canada.apk` (sha256: ``), before you can build. + ## Setup Before opening the VS2022 project or trying to build, load the sound assets into the `sound_data/` folder in the root of the project