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.
- Host: GitHub
- URL: https://github.com/caramellizedd/devyclient
- Owner: caramellizedd
- License: other
- Created: 2024-07-02T15:22:29.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2025-06-19T04:24:03.000Z (12 months ago)
- Last Synced: 2025-06-19T05:31:16.570Z (12 months ago)
- Topics: fabricmc, fabricmc-mod, java, minecraft, minecraft-client, minecraft-mod
- Language: Java
- Homepage:
- Size: 532 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!