minecraft-pi-reborn/example-mod
TheBrokenRail 2b920f50ba Improve Example Mod README 2022-06-25 17:49:09 -04:00
..
.gitignore Initial SDK Support 2022-06-25 17:30:08 -04:00
CMakeLists.txt Initial SDK Support 2022-06-25 17:30:08 -04:00
README.md Improve Example Mod README 2022-06-25 17:49:09 -04:00
expanded-creative.cpp Initial SDK Support 2022-06-25 17:30:08 -04:00

README.md

Example Mod

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

This specific mod adds even more items and blocks to the Creative Inventory. It was originally by @Bigjango13.

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