An open API service indexing awesome lists of open source software.

https://github.com/caramellizedd/devyclient

A Minecraft Client for FabricMC.
https://github.com/caramellizedd/devyclient

fabricmc fabricmc-mod java minecraft minecraft-client minecraft-mod

Last synced: about 1 month ago
JSON representation

A Minecraft Client for FabricMC.

Awesome Lists containing this project

README

          

# DevyClient Revised
> This project is a continuation of my last project "AND1558-Client"

> Here I rewrote the entire code to work with the newest Minecraft version along with the FabricMC modloader.
>

Everything else is the same along with the GPL-3.0 License
>
Project Development might be slow due to school!
#### Welcome to the DevyClient Public Repository!
- You may use this client as a base but YOU MUST credit me for it
- If you use this client as a base or use a significant chunk of my code YOU MUST make your SOURCE CODE PUBLIC, no exceptions
- For any issues you may have found, you are allowed to push/send fixes or create an issue for it
#### If you disagree with any of the above rules, i will either close-source the project or just outright abandon this project.
## Building/Compiling
Tutorial on how to compile/build this Gradle Project

#### Setting up
1. Open using your IDE (I used IntelliJ IDE for this)
2. Download the Minecraft Development Plugin
3. After finished downloading, restart your IDE
4. Open the project
5. Wait until everything finish loading
6. On the run configuration menu Select "Minecraft Client"
7. You should be done now
#### Compiling
1. Goto Gradle Task
2. Click on Tasks -> Build -> build
3. Wait for it to finish and open the Compiled jar in (build/libs)
4. and you should be done
## Common Issues when Developing
Yet to be found!