Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)