How to install mods on mcpelauncher? (Linux/Mac)
Introduction
mcpelauncher is a launcher for Android version of Minecraft. It supports both Linux and macOS. It also supports modding of the game (not minecraft addons). The modding community is very small so there are not many mods, but some of them are very useful.
How to use mods?
I am not going to demonstrate the in-app mod download UI because it’s still not fully ready.
I will add it to this guide once it becomes good enough.
First, you have to know which architectures your launcher supports. You can check by going launcher Settings -> (scroll down) -> Run troubleshooter It will show you something like this…
As you can see the first entry to support is
x86_64
, this means by default the launcher installs x86_64 compatible APKs. So, I will have to get mods that are forx86_64
architecture.Let’s get a mod now, for this tutorial I am going to use mcpelauncher-shadersmod, which makes it easier to add shaders manually.
- Go to mcpelauncher-shadersmod release page.
- Download the file with architecture that matches the first entry from step 1. (if no file matching it is available then the mod is unsupported on your system)
- Extract it if it’s a zip
Go to launcher settings -> Storage tab -> (scroll down) and click the folder icon next to “Game Data” entry. It will take you to a folder named “mcpelauncher”
There create a folder named
mods
if it doesn’t exist already
Congratulations! You have successfully installed a mod. Now the mod should take effect when you launch Minecraft.
Warning
- This guide only explains how to install mods, some mods require extra work to actually work. For example, shadersmod requires user to create another folder named
shaders
and putting.material.bin
files inside it.- Since these mods are made by reverse engineering the game, there’s always a chance that a mod will stop working when the game is updated. In that case, you have to wait for the mod to be updated.
- Installing mod which is not supported on your system may crash the game.
Some mods you can try
mcpelauncher-fullbright by CrackedMatter
A mod that will set brightness to max, allowing you to see in dark.
mcpelauncher-zoom by CrackedMatter
A mod that will allow you to zoom in like OptiFine, you can control zoom level using scroll wheel.
mcpelauncher-nohurtcam by GameParrot
A mod that disables hurt animation.
mcpelauncher-strafe-sprint-fix by CrackedMatter
A mod that will fix diagonal sprinting bug that happens with Android x86 builds of Minecraft on Intel CPUs.
mcpelauncher-materialbinloader by CrackedMatter
A mod that allows user to load RenderDragon shaders from resource packs just like how old shaders worked in 1.18.12 and older versions.
Note that, it only supports RenderDragon shaders. Also the shader must support the game version, since it doesn’t support auto updating shader.