Giter Site home page Giter Site logo

skyblockaddons's Introduction

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/ .

TirelessTraveler for helping maintain the project in the past.

DidiSkywalker & CraftedFury (Nahydrin) for adding/PRing many incredible features!

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!

Thanks to Open Source Software

Big thanks to all the open source software we use in this project! They are all listed here.

For Contributors

Please make sure to make your pull requests off the development branch if you're adding new features. If there's an important bug fix, still make your PR on development, but put it in a separate commit so I can cherry-pick it into master branch. Thank you!

  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. 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.
  3. 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.
  4. If you are using the Gradle builder (you can check in FileSettingsBuild, Execution, DeploymentGradleBuild and run using), 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.

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 new access transformers. You may want to re-run the gradle tasks setupDecompWorkspace and setupDevWorkspace so the access transformers are applied to the source code!

skyblockaddons's People

Contributors

biscuitbot avatar biscuut avatar ilikeplayinggames avatar didiskywalker avatar hollowstrawberry avatar bigwitheroh avatar tomocrafter avatar p0kedev avatar berisan avatar srthibaultp avatar my-name-is-jeff avatar dapigguy avatar maksarcher avatar motschen avatar elhertz avatar craftedfury avatar occanowey avatar akashiikun avatar szczot3k avatar stevekung avatar supito301 avatar don028 avatar dadudze123 avatar inventivetalentdev avatar djtheredstoner avatar antonio32a avatar forosophobia avatar reyadayer avatar rektsuddendeath avatar rigner avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.