diff options
author | Linnea Gräf <nea@nea.moe> | 2024-07-12 21:41:17 +0200 |
---|---|---|
committer | Linnea Gräf <nea@nea.moe> | 2024-07-12 21:41:17 +0200 |
commit | 57b953538dcd2d33f6ce9fb615587e321debc238 (patch) | |
tree | 5f5b216b824c2b8428a5146ead8280301879c059 /README.md | |
parent | ebbe3df91ffc7194cd533b409db8b125aa09b686 (diff) | |
parent | 2a556a687a4fbd9298daa6fa00d0b18de6315038 (diff) | |
download | HyPixelForgeModAPI-57b953538dcd2d33f6ce9fb615587e321debc238.tar.gz HyPixelForgeModAPI-57b953538dcd2d33f6ce9fb615587e321debc238.tar.bz2 HyPixelForgeModAPI-57b953538dcd2d33f6ce9fb615587e321debc238.zip |
Merge commit 'refs/pull/6/head' of github.com:HypixelDev/ForgeModAPI into feat/tweaker
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -5,4 +5,13 @@ This repository contains the implementation of the Hypixel Mod API for the Froge ## Contributing -If you wish to contribute to this implementation of the Mod API to offer improvements or fixes, you can do so by forking the repository and creating a pull request.
\ No newline at end of file +If you wish to contribute to this implementation of the Mod API to offer improvements or fixes, you can do so by forking the repository and creating a pull request. + +> [!IMPORTANT] +> Run `gradlew setupDecompWorkspace` after importing the project to generate the files required to build it + +If IntelliJ still shows unknown symbol errors after running the command, you may need to [clear the filesystem cache](https://www.jetbrains.com/help/idea/invalidate-caches.html). + +### Testing Your Changes + +You can enable DevAuth to log in to the Hypixel server with your Minecraft account. Please see the [DevAuth docs](https://github.com/DJtheRedstoner/DevAuth) for more details.
\ No newline at end of file |