Puzzles Lib is the backbone of my Minecraft mods, designed to streamline development across Forge, Fabric, and other mod loaders. I built it to handle the nitty-gritty of mod loader-specific code, making it easier for me to create and maintain mods without rewriting everything for each platform. While it’s tailored to my needs, other developers are welcome to adapt its systems for their own projects—just don’t expect a one-size-fits-all solution!
This library simplifies tasks like registering content, sending client-server messages, and creating configs with annotations. It also supports custom data attachments for entities, blocks, and chunks, and even lets you tweak biomes directly in code.