A 1.12.2 Anarchy Client. Still in development. Download the client from the latest commit here
How do I open the ClickGUI?
The default ClickGUI bind is
RSHIFT
How do I use commands?
The command prefix is
$
, and you can run$help
to get a list of all commands
How do I request help, or suggest a feature?
You can join the discord server (click on the badge with the online members in the discord) and use the appropriate channels
Surge
Teletofu
SooStrator
Gentleman
Doogie13
Sxmurai / Aesthetical
EBSmash
Bush
Master7720
Chanakan55991
Swp
Xello12121
Files will have an @author tag just before the class declaration to tell you who wrote it.
Windows:
.\gradlew build
Linux/Mac (or any other based UNIX/UNIX-LIKE OS):
chmod +x gradlew
./gradlew build
Note that this may not produce a functioning build, as Mixin's annotation processor does not always work correctly.
Fork the repository and push your changes to the fork. Then, create a pull request to this repository and it will be reviewed.
Follow the java
and kotlin coding conventions and try to adapt the code style
found in the rest of the client, such as using lowerCamelCase
and using the 1TBS brace style.
A directory is created in the Paragon config folder (/.minecraft/paragon), called "font". Here, upon first opening the client, two files will be present. "font.ttf" is the font that will be used when the Font module is enabled. The second file is "font_config.json". Here you can find a couple of font rendering settings. "size" is an integer (whole number) value that determines the font's size. "y_offset" is a float (decimal) value to determine how much to add to the Y value when text is rendered. (this is so you can center it so it looks good (cough wp3 cough).
You can change the custom font by simply deleting "font.ttf" in the font folder, and replacing it with a different TTF font file, which is also called "font.ttf". It must be named this as otherwise the client will not detect the font, and will therefore default to Java's default font. Support for fonts with different file names might be added in the future.