TheBrokenRail 0c92551e8a
All checks were successful
CI / Build (AMD64) (push) Successful in 22m29s
CI / Build (ARM64) (push) Successful in 23m48s
CI / Build (ARMHF) (push) Successful in 13m55s
CI / Test (AMD64, Server) (push) Successful in 2m20s
CI / Build Example Mods (push) Successful in 1m41s
CI / Test (ARM64, Client) (push) Successful in 4m47s
CI / Test (AMD64, Client) (push) Successful in 6m15s
CI / Test (ARM64, Server) (push) Successful in 1m43s
CI / Test (ARMHF, Client) (push) Successful in 4m59s
CI / Test (ARMHF, Server) (push) Successful in 1m57s
CI / Release (push) Has been skipped
Improve HOOK()
2024-10-07 10:18:16 -04:00
..
2024-10-07 10:18:16 -04:00
2024-07-14 22:12:08 -04:00
2024-09-22 20:02:40 -04:00
2024-02-12 00:44:38 -05:00
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.