An open API service indexing awesome lists of open source software.

https://github.com/md5sha256/legacy-ascendancy-parent

Parent Project for the Ascendancy Server's Game Implementation
https://github.com/md5sha256/legacy-ascendancy-parent

forge-mod java-8 sponge-plugin

Last synced: 10 months ago
JSON representation

Parent Project for the Ascendancy Server's Game Implementation

Awesome Lists containing this project

README

          

# Legacy-Ascendancy-Parent
Unofficial (legacy) implementation of the Ascendancy game mode using the [Sponge API](www.spongepowered.org).


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](www.gradle.org) 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](https://github.com/MinecraftForge/ForgeGradle) used.


To compile the project:


Unix-like:
`./gradlew build`


Windows:
`gradlew build`

# Misc
- This project targets [Minecraft](www.minecraft.net) version *1.12.2*.

# Copyright