Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 1.91 KB

README.md

File metadata and controls

18 lines (14 loc) · 1.91 KB

drawing Ares

Build Status Version Version Discord License

Ares is a free, open source minecraft utility mod aimed at anarchy servers. Created by Tigermouthbear.

Installing

Visit https://aresclient.org/download for instructions on downloading and installing.

Building

To build all versions of Ares, run the buildAll gradle task. To build the forge or fabric version, run the buildForge or buildFabric gradle tasks. The built jars will be in the build folder. To set up the development environment, run the setupWorkspace gradle task (this may take a while and produce warnings). For testing, run the testForge or testFabric gradle task to build and copy the mod into your mods folder automatically (currently only works for default minecraft folder).

Contributing

Feel free to open a pull request or issue, we currently don't have templates for either of these so please be descriptive in your explanations. If you provide a pull request, please keep the same formatting as the rest of the project.