Skip to content

Latest commit

 

History

History
31 lines (25 loc) · 1.29 KB

File metadata and controls

31 lines (25 loc) · 1.29 KB

IndustrialCraft2 PE

Port of IC2 Experimental from MC Java Edition to Inner Core modloader for Minecraft on Android

How to play?

  1. Install Horizon app in Play Market: https://play.google.com/store/apps/details?id=com.zheka.horizon
  2. Open app and install Inner Core
  3. Install mod in Mod manager or download it from the github release and extract it to Inner Core mod folder

Discord server

Join our Discord server!

Development

Requirements

  1. Visual Studio Code IDE
  2. Python 3.6 or higher
  3. Node.js 10.15.1 or higher

Building

  1. Clone repository
  2. Download declarations using 'Download Declarations' task in VS Code (Ctrl+Shift+B)
  3. Build project using 'Build Everything' task
  4. You're ready to work! Use 'Build and Push Everything' task to test your changes in the game.

Note

I'm not associated with IC2 developer team which develops original mod for MC Java Edition, this is unofficial port of the mod to Inner Core modloader. All rights for textures from original IC2 are reserved by IC2 developer team.

Credits

Thanks to:

  • Zheka Smirnov for Inner Core modloader and the first version of this mod.
  • all contributors