The core library of the HybrisMC ecosystem.
Clone the repository, then initialize submodules with:
git submodule update --init
and run the following command:
./gradlew build
If Gradle complains it cannot find or download a toolchain, download a JDK 16 (or higher) distribution. OpenJDK is recommended.
A development environment will be initialized the first time the Gradle wrapper is called. Launch the game using:
./gradlew :<version>:launchGame
(where <version>
should be replaced with the name of the subproject of the
target version).
A work-in-progress documentation set can be found in here.
Hybris is open source, contributions are welcome! Make sure to create a pull request with your changes and a maintainer will review it. If a change is more complex, always make sure to discuss it in an Issue first.