FrostClient is a powerful open-source Minecraft PvP client (based on CloudClient) designed for Minecraft versions 1.8.9 using the Forge API.
https://quitefrosty.github.io/FrostClient/
- Clone or download the repository using Git or the ZIP download.
- Open the folder
1.7.10\frostclient
or1.8.9\frostclient
and copy the path. - Open a command prompt or terminal and navigate to the copied path.
cd C:\User\Desktop\cloudclient-main\<version>\cloudclient
- Setting up the workspace for your IDE:
- IntelliJ IDEA
gradlew setupDecompWorkspace idea
- Eclipse
gradlew setupDecompWorkspace eclipse
- Open the project with your preferred IDE (do not import it as a Gradle project).
- 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
- Open either the
1.7.10\cloudclient
or1.8.9\cloudclient
folder and copy the path. - Open a command prompt or terminal and navigate to the copied path.
cd C:\User\Desktop\cloudclient-main\<version>\cloudclient
- Build the project.
gradlew build
The new build will be located at
C:\User\Desktop\cloudclient-main\<version>\cloudclient\build\libs
- Copy the .jar file to your mods folder and launch Forge with the corresponding Minecraft version.
Contributions are welcome! Feel free to fork this project, make changes, and submit a pull request to the development branch.
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: