https://github.com/momentumdevelopment/cosmos
Free, open-source, Minecraft 1.12.2 PvP client aimed at the anarchy community.
https://github.com/momentumdevelopment/cosmos
Last synced: about 1 year ago
JSON representation
Free, open-source, Minecraft 1.12.2 PvP client aimed at the anarchy community.
- Host: GitHub
- URL: https://github.com/momentumdevelopment/cosmos
- Owner: momentumdevelopment
- License: gpl-3.0
- Archived: true
- Created: 2021-07-30T18:24:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2023-06-21T20:20:31.000Z (almost 3 years ago)
- Last Synced: 2025-04-26T10:55:40.653Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 8.65 MB
- Stars: 152
- Watchers: 9
- Forks: 37
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- minecraft-hack-clients - Github
README


[](https://discord.gg/JK2Zz2CDpM)



Cosmos is a free, open-source, Minecraft 1.12.2 Forge PvP Client aimed at the anarchy community. The client is no longer updated.
## Usage:
- Download the .jar file from the [releases](https://github.com/momentumdevelopment/cosmos/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.
- Download and install [Forge 1.12.2 2855](https://adfoc.us/serve/sitelinks/?id=271228&url=https://maven.minecraftforge.net/net/minecraftforge/forge/1.12.2-14.23.5.2855/forge-1.12.2-14.23.5.2855-installer.jar)
- Press `RSHIFT` to open the ClickGUI
- The command prefix is `*`
## Setting up:
- Run `gradlew setupDecompWorkspace` in terminal.
- Refresh Gradle.
## Debugging:
- Run `gradlew genIntelliJRuns` in terminal and then launch as Minecraft Client.
## Building:
- 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.
## Licensing:
This project is under the [GPL-3.0 license](https://www.gnu.org/licenses/gpl-3.0.en.html) 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.