Home

Awesome

MCBER

This crate is made to redirect MCBE shaders to ones from resource packs externally so that it can work with any mcbe version and even multiple platforms. for now it only supports android

[!NOTE] This repo is used by draco-injector.

The redirector is still unstable and might have some bugs or crashes, please report those in this repo.

Confirmed working with

How to build(pc):

How to build(android)

Tutorial on how to use:

step 1: Go to releases and open the latest one

step 2: Download the .so for your arch and rename it to "libmcbe_r.so"

step 2: Place it in the mc APK at this path: "libs/(arch)/"

step 3: Make the library start with mc by any of these methods:

Method 1 (Dex):

const-string v0, "mcbe_r"
invoke-static {v0}, Ljava/lang/System;->loadLibrary(Ljava/lang/String;)V

image <br> image <br> <sup><sub>Done using MT Manager</sub></sup>

Method 2 (Patchelf):

patchelf path/to/libminecraftpe.so --add-needed libmcbe_r.so

step 4: now if you did everything correctly you should have a patched mcbe that redirects shaders.