ModdedPE is a launcher that allows you to run Minecraft PE and load NMods. ModdedPE can also be used as a library for your projects.
The app module is outdated and has errors when importing mods.
It is recommended to use the new app-x module, which is completely rewritten in Jetpack Compose with new interesting features.
TODO: Fix NMod Loader Modern version of the launcher with completely redesigned interface in Jetpack Compose.
Module for creating Minecraft clones
- Add resources to the path:
assets-pack/src/main/assets/.. - Create an archive with native libraries at the path:
minecraft-app/src/main/jniLibs/ABI/libgame.so(zip:libminecraftpe.so/libMediaDecoders_Android.so/libfmod.so/libc++_shared.so...)
Here are some samples that can help you develop NMods:
Would like to develop another mcpe launcher that can load NMods? The Open Source NModAPI will help you a lot.