Flux Library (FL for short) is an all-purpose library made for Minecraft Mods. Its goal is to achieve best performance with minimal resources. FL is used in recent versions of my other mods (such as Flux Machinery). Other mods can use this library too!
For more details, head out to Flux Machinery wiki page!
Do you want to use this library for your own mod?
Add these lines to your build.gradle file (only if you do not have them; do not paste it in buildscript section):
repositories { maven { name = "CurseForge" url = "https://minecraft.curseforge.com/api/maven/" } }
Then add this to dependencies section (replace VERSION with appropriate version number):
deobfCompile "fl:fl:VERSION"
Mod Pack Makers: YES! You can include this mod/library in your modpack (only if some mod requires it).