You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/extra/advanced/modding-api/index.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ This document provides an overview of the MCPELauncher API, detailing the availa
4
4
5
5
## Overview
6
6
7
+
Mods have to be compiled as android shared libraries (`.so` files) using the Android NDK and placed in the `mods` directory of the MCPELauncher. The launcher will automatically load these libraries at startup.
8
+
7
9
The MCPELauncher API allows developers to hook into Minecraft's runtime, modify behavior, and manage dynamic libraries. It provides functions for logging, hooking symbols, patching memory, and handling dynamic libraries.
0 commit comments