A port of IC2 Experimental from Minecraft Java to the Inner Core modloader for Minecraft on Android.
- Install Horizon app from the apk
- Open app and install the Inner Core pack
- Install the mod via the Mod Manager, or download it from the GitHub release and extract it into the Inner Core mods folder.
Join our Discord server!
IndustrialCraft PE uses a lightweight modding toolchain optimized for TypeScript development and it requires several dependencies to run.
- Visual Studio Code IDE
- Python 3.7 or higher
- Node.js 14.17 or higher
- TypeScript compiler (run
npm install -g typescript) - Android Debug Bridge (adb)
- Extract files from
platform-toolsto/toolchain/adbin repo root or add ADB to your Path environment variables
- Extract files from
- Clone repository
- Execute the
Download Declarationstask in VS Code (Ctrl+Shift+B) - Build project using the
Build Everythingtask - You're ready to work! Use the
Build and Push Everythingtask to test your changes on a phone or emulator.
I'm not associated with the IC2 developer team which develops the original mod for Minecraft Java, this is an unofficial port of the mod to the Inner Core modloader. All rights for textures from the original IC2 are reserved by the IC2 developer team.
Thanks to:
- Zheka Smirnov for the Inner Core modloader and the first version of this mod.
- All contributors