Unofficial (legacy) implementation of the Ascendancy game mode using the Sponge API.
This project is not affiliated with the official Ascendancy Game mode.
The project utilizes git submodules for individual components of implementation.
- The AscendancyServerPlugin module represents the server-side projects
- The AscendancyLib module represents common classes (such as network protocol) for both the client and server.
- The AscnednacyCustomMod module represents the client side mod needed for the core game logic.
This project uses Gradle 4.10.3 and requires Java 8.
NOTE: The project will not compile on anything new than Java 11 due to the version of ForgeGradle used.
To compile the project:
Unix-like:
./gradlew build
Windows:
gradlew build
- This project targets Minecraft version 1.12.2.