You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
minecraft-pi-reborn/pipeline/head There was a failure building this commit
Details
|
8 months ago | |
---|---|---|
.. | ||
chat-commands | 9 months ago | |
expanded-creative | 9 months ago | |
recipes | 9 months ago | |
README.md | 8 months ago |
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