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
- Host: GitHub
- URL: https://github.com/md5sha256/legacy-ascendancy-parent
- Owner: md5sha256
- Created: 2020-03-08T21:18:20.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2021-05-29T10:16:01.000Z (about 5 years ago)
- Last Synced: 2025-06-14T16:02:05.913Z (12 months ago)
- Topics: forge-mod, java-8, sponge-plugin
- Homepage:
- Size: 817 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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