Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Commit a9baee9

Browse files
authored
Update README.md
1 parent 916d4eb commit a9baee9

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,26 @@
1-
#Cloud Client
1+
# Cloud Client
22
Cloud 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
99
1. Clone or download the repository either using git or the zip download
1010
2. Open the folder, either 1.7.10 or 1.8.9 and copy the path
1111
3. 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")
1212
4. Type in "gradlew setupDecompWorkspace" and either add "idea" if using intelliJ IDEA or "eclipse" if using Eclipse (IntelliJ IDEA is recommended)
1313
5. 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
1617
In order to build the project you will first need to setup your workspace, which you can do above.
1718
1. Open either the 1.7.10 or 1.8.9 folder and copy the path
1819
2. 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")
1920
3. Type in "gradlew build". This will make a new build in C:\User\Desktop\cloudclient-main\1.8.9\build\libs
2021
4. Copy the .jar file and paste it into your mods folder in order to launch the mod
2122

22-
##License
23+
## License
2324
This project is licensed under the GNU GPL-3.0 License
2425

2526
Permissions:
@@ -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

Comments
 (0)