Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.08 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.08 KB

Hybris Core

The core library of the HybrisMC ecosystem.

Building

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).

Documentation

A work-in-progress documentation set can be found in here.

Contributing

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.