1- #Cloud Client
1+ # Cloud Client
22Cloud Client is an open source Minecraft PVP Client for 1.7.10 and 1.8.9 using the Forge API.
33
4- ##Downloading
4+ ## Downloading
55- Download the mod from the Releases section here
6- - Download the mod using the installer (github.com/CloudClientDev/cloudinstaller)
6+ - Download the mod using the installer (https:// github.com/CloudClientDev/cloudinstaller )
77
8- ##Workspace Setup
8+ ## Workspace Setup
991 . Clone or download the repository either using git or the zip download
10102 . Open the folder, either 1.7.10 or 1.8.9 and copy the path
11113 . Open a command proment or terminal and change the directory to the copied path (for example: "cd C:\User\Desktop\cloudclient-main\1.8.9")
12124 . Type in "gradlew setupDecompWorkspace" and either add "idea" if using intelliJ IDEA or "eclipse" if using Eclipse (IntelliJ IDEA is recommended)
13135 . Wait for everything to finish and open the project using your preferred IDE from above. Do not import the project as a gradle project
14+ 6 . Lastly add "--tweakClass org.spongepowered.asm.launch.MixinTweaker --mixin mixins.cloudmc.json" to your programm arguments
1415
15- ##Building
16+ ## Building
1617In order to build the project you will first need to setup your workspace, which you can do above.
17181 . Open either the 1.7.10 or 1.8.9 folder and copy the path
18192 . Open a command proment or terminal and change the directory to the copied path (for example: "cd C:\User\Desktop\cloudclient-main\1.8.9")
19203 . Type in "gradlew build". This will make a new build in C:\User\Desktop\cloudclient-main\1.8.9\build\libs
20214 . Copy the .jar file and paste it into your mods folder in order to launch the mod
2122
22- ##License
23+ ## License
2324This project is licensed under the GNU GPL-3.0 License
2425
2526Permissions:
@@ -37,4 +38,4 @@ This project uses code from:
3738- superblaubeere27 (Font Renderer) https://github.com/superblaubeere27 (MIT license, compatible with GPL-3.0)
3839- LaVache-FR (AnimationUtil) https://github.com/LaVache-FR (GPL-3.0 License)
3940- Moulberry (MotionBlur) https://github.com/Moulberry (Creative Commons Public License, compatible with GPL-3.0)
40- - makamys (1.7.10 Template) https://github.com/makamys/forge-mod-template (LGPL, compatible with GPL-3.0 License)
41+ - makamys (1.7.10 Template) https://github.com/makamys/forge-mod-template (LGPL, compatible with GPL-3.0 License)
0 commit comments