Antonio32A / SkyblockAddons

A Minecraft Forge mod with helpful Hypixel skyblock features!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SkyblockAddons

downloads downloads license discord twitter discord

A Minecraft Forge mod with many features to make your Hypixel Skyblock experience better. Always looking for more features to add!

Special Credits

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/

Thanks to YourKit

YourKit

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.

Thanks to Crowdin & Our Translators

Crowdin

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 us translate this mod!

For Contributors

  1. Make sure to add this VM argument to your debug configuration or your IDE's equivalent, so that all the transformers are applied properly in your dev environment! -Dfml.coreMods.load=codes.biscuit.skyblockaddons.tweaker.SkyblockAddonsLoadingPlugin
  2. 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.
  3. 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.
  4. After installing the plugin in IntelliJ, go to FileSettingsBuildExecution, Deployment, CompilerAnnotation 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 may 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!

About

A Minecraft Forge mod with helpful Hypixel skyblock features!

License:MIT License


Languages

Language:Java 100.0%