Skip to content

Latest commit

 

History

History
30 lines (26 loc) · 1.02 KB

README.md

File metadata and controls

30 lines (26 loc) · 1.02 KB

Legacy-Ascendancy-Parent

Unofficial (legacy) implementation of the Ascendancy game mode using the Sponge API.
This project is not affiliated with the official Ascendancy Game mode.

Setup

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.

Compiling

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

Misc

  • This project targets Minecraft version 1.12.2.

Copyright