What is it?
Chi's Lib is a simple library for my mods that I use to always have access to the functions I need.
What can it do?
The library contains various utilities that make working with certain aspects easier, or simply make development more convenient.
Some of its features include:
- Simplified effect registration.
- Simplified creation of boss music.
- Item utilities.
- Entity utilities.
- Simplified potion recipe registration.
- A fix for potion display in the JEI menu.
- Spell utilities.
- Overlay utilities.
- Particle utilities.
- Tracking a player's first time joining a world.
- Player timers.
- New attributes.
- A tick helper for events that need to run sequentially, one after another.
- And much more.
Future
The library is constantly growing, so there will be much more functionality in the future. Of course, I originally created all of this primarily for my own needs, but if you find something here that is useful to you personally, that will make me happy.

