minecraft-pi-reborn/example-mods
TheBrokenRail f3755387e8 Improve Mouse Sensitivity On Wayland 2024-03-19 00:25:50 -04:00
..
chat-commands Improve Mouse Sensitivity On Wayland 2024-03-19 00:25:50 -04:00
expanded-creative Simplify Some Code 2024-01-23 21:58:18 -05:00
recipes Simplify Some Code 2024-01-23 21:58:18 -05:00
README.md More CMake Tweaks 2022-08-05 20:08:13 -04:00
build.sh Bug Fixes & Low-Level Improvements 2024-02-12 00:44:38 -05:00

README.md

Example Mods

This is an example of a mod that can be built using the modding SDK.

  • Expanded Creative Mod: This specific mod adds even more items and blocks to the Creative Inventory. It was originally by @Bigjango13.
  • Chat Commands Mod: This specific mod makes an chat message starting with a / handled by the MCPI API.
  • Recipes Mod: This specific mod demos custom recipes.

The SDK

The modding SDK is a collection of exported CMake targets that allows anyone to create their own MCPI mod!

The SDK is copied to ~/.minecraft-pi/sdk/lib/minecraft-pi-reborn-client/sdk/sdk.cmake whenever MCPI-Reborn is started.

How do I use this?

mkdir build
cd build
cmake ..
cp libexpanded-creative.so ~/.minecraft-pi/mods