Skip to content

Commit 53ca1db

Browse files
Add info that mods need the ndk
1 parent b03ba1f commit 53ca1db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/extra/advanced/modding-api/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ This document provides an overview of the MCPELauncher API, detailing the availa
44

55
## Overview
66

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+
79
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.
810

911
## Accessing the API

0 commit comments

Comments
 (0)