diff --git a/GameMods.hpp b/GameMods.hpp index ea46645..cb0b48d 100644 --- a/GameMods.hpp +++ b/GameMods.hpp @@ -36,6 +36,6 @@ //#define TEST_DROPPED_ITEMS // Allow dropped items to be dropped and collected. // Toggle Demo Mode -#define DEMO +//#define DEMO #endif diff --git a/README.md b/README.md index c3f8e0e..56bfca0 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,8 @@ via binary reverse engineering. An Android build will come soon. +### The default build is **enhanced**. If you want the original experience, comment every define and uncomment the demo define from GameMods.hpp. + * Note: The original mcpe01_canada.apk does not work on newer Android devices. A port of this likely will. Eventually, I plan on creating a new repository, `mcpe01_canada`, which will include just the port of the Canada demo.