minecraft-pi-reborn/example-mods
TheBrokenRail 38d7dda1a7
Some checks failed
CI / Build (AMD64) (push) Successful in 17m8s
CI / Build (ARM64) (push) Successful in 17m45s
CI / Build (ARMHF) (push) Successful in 11m24s
CI / Test (ARM64, Client) (push) Failing after 2m9s
CI / Test (AMD64, Client) (push) Failing after 2m44s
CI / Test (AMD64, Server) (push) Successful in 3m53s
CI / Test (ARM64, Server) (push) Successful in 2m17s
CI / Build Example Mods (push) Failing after 2m31s
CI / Test (ARMHF, Client) (push) Failing after 1m58s
CI / Test (ARMHF, Server) (push) Failing after 1m55s
CI / Release (push) Has been skipped
The Great Unification
2024-06-15 08:52:15 -04:00
..
chat-commands The Great Unification 2024-06-15 08:52:15 -04:00
expanded-creative The Great Unification 2024-06-15 08:52:15 -04:00
recipes The Great Unification 2024-06-15 08:52:15 -04:00
build.sh Bug Fixes & Low-Level Improvements 2024-02-12 00:44:38 -05:00
README.md The Great Unification 2024-06-15 08:52:15 -04:00

Example Mods

These are example mods 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 a chat message starting with / 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 whenever MCPI-Reborn is started.