FrostClient (Classic)

FrostClient (Classic)

1.1k Downloads

Logo

FrostClient

FrostClient is a powerful open-source Minecraft PvP client (based on CloudClient) designed for Minecraft versions 1.8.9 using the Forge API.

Download

https://quitefrosty.github.io/FrostClient/

Screenshots

Title Screen

Title Screen

HUD Editor

HUD Editor

Mod Menu

Mod Menu

Workspace Setup

  1. Clone or download the repository using Git or the ZIP download.
  2. Open the folder 1.7.10\frostclient or 1.8.9\frostclient and copy the path.
  3. Open a command prompt or terminal and navigate to the copied path.
cd C:\User\Desktop\cloudclient-main\<version>\cloudclient
  1. Setting up the workspace for your IDE:
  • IntelliJ IDEA
gradlew setupDecompWorkspace idea
  • Eclipse
gradlew setupDecompWorkspace eclipse
  1. Open the project with your preferred IDE (do not import it as a Gradle project).
  2. To enable Mixins in a development environment, add the following arguments to your program arguments.
--tweakClass org.spongepowered.asm.launch.MixinTweaker --mixin mixins.cloudmc.json

Building

  1. Open either the 1.7.10\cloudclient or 1.8.9\cloudclient folder and copy the path.
  2. Open a command prompt or terminal and navigate to the copied path.
cd C:\User\Desktop\cloudclient-main\<version>\cloudclient
  1. Build the project.
gradlew build

The new build will be located at

C:\User\Desktop\cloudclient-main\<version>\cloudclient\build\libs
  1. Copy the .jar file to your mods folder and launch Forge with the corresponding Minecraft version.

Contributions

Contributions are welcome! Feel free to fork this project, make changes, and submit a pull request to the development branch.

License

This project is licensed under the GNU Lesser General Public License v3.0.

Permissions:

  • Modification
  • Distribution
  • Private use

Conditions:

  • License and copyright notice
  • State changes
  • Disclose source
  • Same license

This project includes code from:

  • superblaubeere27 (Font Renderer) GitHub
  • LaVache-FR (AnimationUtil) GitHub
  • Moulberry (MotionBlur) GitHub