Cosmos is a free, open-source, Minecraft 1.12.2 Forge PvP Client aimed at the anarchy community. The client is no longer updated.
- Download the .jar file from the releases tab
- Put the .jar in your "mods" folder (Create one if it does not exist)
- Windows: Press
Windows + R
and type in%appdata%
open the.minecraft/mods
folder. - MacOS: Open Finder and open the
minecraft/mods
folder.
- Windows: Press
- Download and install Forge 1.12.2 2855
- Press
RSHIFT
to open the ClickGUI - The command prefix is
*
- Run
gradlew setupDecompWorkspace
in terminal. - Refresh Gradle.
- Run
gradlew genIntelliJRuns
in terminal and then launch as Minecraft Client.
- Run
gradlew build
in terminal and you will find your built jar in build/libs. - Note: Building directly from the main branch might produce a build that is not functional or bugged, this is due to the fact that the developers use this branch when adding, modifying, or testing features, for the best experience either build from tags of previous releases or download the jar file from the releases tab.
This project is under the GPL-3.0 license meaning that you must disclose the source code of the project you are adding our code into. The project you are working on must also be under the GPL-3.0 license. We all like open source, but give credit where credit is due.