TheBrokenRail
930d0120f3
Some checks failed
CI / Build (AMD64, Server) (push) Successful in 9m46s
CI / Build (AMD64, Client) (push) Successful in 9m57s
CI / Build (ARM64, Client) (push) Successful in 10m0s
CI / Build (ARM64, Server) (push) Successful in 10m3s
CI / Build (ARMHF, Server) (push) Successful in 6m53s
CI / Build (ARMHF, Client) (push) Successful in 9m8s
CI / Test (Server) (push) Successful in 10m50s
CI / Test (Client) (push) Successful in 13m14s
CI / Release (push) Has been skipped
CI / Build Example Mods (push) Failing after 5m55s
|
||
---|---|---|
.. | ||
chat-commands | ||
expanded-creative | ||
recipes | ||
build.sh | ||
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