- Download the
*.litemod
from the release and put it into.minecraft/mods/
. - This mod requires MaLiLib. Download it from https://masa.dy.fi/mcmods/client_mods/ and put it into
.minecraft/mods/
.
- Press
K + C
to open the config screen. - ChangeLog.
- Clone the repository.
- You MAY have to run
gradle setupDecompWorkspace
.
Before release, ensure the mod version is correct:
Run your task by one of the following commands:
- Run
gradle build
, and the release will be a file with postfix.litemod
in thebuild/libs/
directory. - Run
gradle runClient
to test the mod on the IDE.