Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

momentumdevelopment/cosmos

Repository files navigation

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.