A Minecraft Forge mod with many features to make your Hypixel skyblock experience better. Always looking for more features to add!
InventiveTalent for allowing us to use her magma boss API in our project, please check out her magma boss timer website at https://hypixel.inventivetalent.org/skyblock-magma-timer/ .
Big thank you to YourKit for supporting this project with their profiler to help us improve performance!
YourKit supports open source projects with innovative and intelligent tools for monitoring and profiling Java and .NET applications. YourKit is the creator of YourKit Java Profiler, YourKit .NET Profiler, and YourKit YouMonitor.
Big thanks to Crowdin for supporting this project with their localization management platform to help us serve the mod in many languages! Check out their website here!
Also thanks for our countless translators who help translate this mod!
- Make sure to add this VM argument to your debug configuration or your IDE's equivalent, so all the transformers
are applied properly in your dev environment!
-Dfml.coreMods.load=codes.biscuit.skyblockaddons.tweaker.SkyblockAddonsLoadingPlugin
- Set the Gradle task
processResourcesDev
to run every time before launching the Minecraft client from your dev environment. This is required for the mod assets to load properly in the dev environment. - This project uses Lombok, which helps with things such as not having to manually create Getters and Setters. If you are using IntelliJ, please download the plugin called Lombok either in your IDE or by visiting this link so that everything works correctly. If you are using Eclipse, you can read this page here.
- After installing the plugin in IntelliJ, go to
File
→Settings
→Build
→Execution, Deployment, Compiler
→Annotation Processors
, and check ☑Enable annotation processing
on the top right. This will allow you to debug properly.
Note: If your jar build is failing because the code is trying to access private methods or fields,
this way be because someone added some access transformers.
You may want to re-run the gradle tasks setupDecompWorkspace
and setupDevWorkspace
so
the access transformers are applied to the source code!