This mod provides some miscellaneous functionality for modding BDS, such as:
- the ability to use
modloader_on_server_start() - altering the server version to include list of loaded mods
- making the log format a bit less noisy and more useful
- Get the SDK for the modloader from
minecraft-linux/server-modloaderreleases. - Unzip it somewhere (let's say
~/bds-mod-workspace/sdk) - In this repository,
mkdir build && cd build cmake -DCMAKE_PREFIX_PATH=~/bds-mod-workspace/sdk ..make
Once done, you have a libCoreMod.so ready to go.
Read the instructions for server-modloader README for instructions how to use it.