minecraft-pi-reborn/example-mod/README.md

10 lines
467 B
Markdown
Raw Normal View History

2022-06-25 21:30:08 +00:00
# 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](https://github.com/bigjango13).
## The SDK
The modding SDK is a collection of exported CMake targets that allows anyone to create their own MCPI mod!
It is copied to ``~/.minecraft-pi/sdk/lib/minecraft-pi-reborn-client/sdk/sdk.cmake`` whenever MCPI-Reborn is started.