Joao0464 / cosmos

Free, open-source, Minecraft 1.12.2 PvP client aimed at the anarchy community.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

minecraft GitHub All Releases discord minecraft minecraft logo

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 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
  • 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 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.

About

Free, open-source, Minecraft 1.12.2 PvP client aimed at the anarchy community.

License:GNU General Public License v3.0


Languages

Language:Java 99.5%Language:GLSL 0.5%