This is a maintained fork of Movecraft, which aims to add legacy version support as well as performance fixes.
Movecraft requires at least Java 17
Releases can be found on the releases tab.
Development builds aren't provided, if you want one, compile it yourself using the instructions below. Use at your own risk!
Please check the Wiki and FAQ pages before asking for help!
Building Movecraft is as easy as downloading the source code and executing the following command:
./gradlew clean shadowJar --parallel
Compiled jars can be found in the Movecraft/build/libs
directory.