promotional bannermobile promotional banner
premium banner

CocoLib

Abandoned
Simple Minecraft modding library.

Description

 

   

 

About

CocoLib is a Minecraft modding library for Forge that introduces simple and clean solutions to complex problems developers usually encounter when creating Minecraft mods. Creating mods for Minecraft can prove to be a challenging and at times frustrating experience. Developers are required to have a good understanding of both Java and Forge when implementing more complex mod ideas. In addition to this, working on multiple projects that are trying to implement similar concepts or using similar method to accomplish tasks requires a fair amount of code duplication. CocoLib does a lot of this for you by providing simple and efficient ways of solving many problems without having to spend an unreasonable amount of time researching implementation practices and resort to code duplication. It tries to do this while maintaining best Java and Forge practices.

Features

  • Provides precise methods of converting Minecraft to real time and vice versa.
  • Provides a way to keep track of game day time through defined segments.
  • Provides a way to store and update sprite render data in object instances.
  • Provides support for positioning, aligning and drawing sprites on screen.
  • Contains general purpose modding utility methods and classes.
  • Comes with a set of useful custom annotations.

Where to get it?

Visit the Files section of the CurseForge page to download the library.
The library is also completely open source and hosted on Github

License

This project is licensed under General Public License v3.0.

Software that depends on, is built upon or derived from this project is conditioned on making available complete source code of licensed works and modifications, which include larger works using a licensed work, under the same license. Copyright and license notices must be preserved.