Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/desertcod98/oakclient
Minecraft utility mod for 1.19.2 :D
https://github.com/desertcod98/oakclient
fabric-mod fabricmc fabricmc-mod gradle hack java minecraft minecraft-client minecraft-fabric minecraft-mod utility-mod
Last synced: 3 months ago
JSON representation
Minecraft utility mod for 1.19.2 :D
- Host: GitHub
- URL: https://github.com/desertcod98/oakclient
- Owner: desertcod98
- License: gpl-3.0
- Created: 2022-11-13T20:32:00.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T19:37:50.000Z (over 1 year ago)
- Last Synced: 2024-10-01T08:21:35.823Z (3 months ago)
- Topics: fabric-mod, fabricmc, fabricmc-mod, gradle, hack, java, minecraft, minecraft-client, minecraft-fabric, minecraft-mod, utility-mod
- Language: Java
- Homepage:
- Size: 790 KB
- Stars: 20
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OakClient
OakClient is an in development utility mod created with anarchy servers in mind, providing useful features that don't come with the vanilla client.This client was created to learn and to have fun, every contribution or suggestion is welcome!
## How to install:
-Put OakClient.jar (find it here: https://github.com/desertcod98/OakClient/releases/latest) in you Fabric mods folder-If you are using MultiMC, install Fabric on your 1.19.2 Minecraft instance and add it to your mods
## How to use:
-To open the GUI, press right-shift
-Command prefix is '.' (use '.help' to get help about commands)
## How to build from source:
Windows: `.gradlew.bat build`
Other: `.gradlew build`
## Dependencies:
-Panel Studio by lukflug (https://github.com/lukflug/PanelStudio)
-Renderer from BleachHack by BleachDev (https://github.com/BleachDev/BleachHack)
-Fabric (https://github.com/FabricMC/fabric)
-Yarn (https://github.com/FabricMC/yarn)