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

12 lines
615 B
Markdown
Raw Normal View History

2022-06-27 01:17:52 +00:00
# Example Mods
2024-06-15 12:52:15 +00:00
These are example mods that can be built using the modding SDK.
2022-06-25 21:30:08 +00:00
2022-06-27 01:17:52 +00:00
* **Expanded Creative Mod**: This specific mod adds even more items and blocks to the Creative Inventory. It was originally by [@Bigjango13](https://github.com/bigjango13).
2024-06-15 12:52:15 +00:00
* **Chat Commands Mod**: This specific mod makes a chat message starting with `/` handled by the MCPI API.
2022-06-27 18:47:55 +00:00
* **Recipes Mod**: This specific mod demos custom recipes.
2022-06-25 21:30:08 +00:00
## The SDK
The modding SDK is a collection of exported CMake targets that allows anyone to create their own MCPI mod!
2024-06-15 12:52:15 +00:00
The SDK is copied to `~/.minecraft-pi/sdk` whenever MCPI-Reborn is started.