Ares is a free, open source minecraft utility mod aimed at anarchy servers. Created by Tigermouthbear.
Visit https://aresclient.org/download for instructions on downloading and installing.
To open GUI use ;
key.
To change GUI bind key use -bind clickGui your_preferred_key
(e.g. -bind clickGui u
will change gui key to u
)
- Requires JDK 17
- To build all versions of Ares (including the installer), run the
build
gradle task.- To build the forge 1.12.2 version, run the
:ares-forge:build
gradle task. - To build the fabric 1.18.1 version, run the
:ares-fabric:build
gradle task. - To build the fabric 1.17.1 version, run the
:ares-fabric-1.17:build
gradle task. - To build the fabric 1.16.4 version, run the
:ares-fabric-1.16:build
gradle task. - To build the installer, run the
:ares-installer:build
gradle task.
- To build the forge 1.12.2 version, run the
- All built jars will be copied to 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
ortestFabric
gradle task to build and copy the mod into your mods folder automatically (currently only works for default minecraft folder).
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.