PetarLib
A library mod used by PetarMc1's mods. It provides essential tools for chat handling, logging, networking, and task scheduling.
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
PetarLib
PetarLib
PetarLib is a utility library for minecraft mostly used by PetarMc1's mods. It provides essential tools for chat handling, logging, networking, and task scheduling.
Key Features
- Notification Module - Adds chat pattern matching. - Notification Module - Adds a simple logging system that helps debugging. - Notification Module - Handles network requests like talking to APIs - Notification Module - Provides task scheduling and management tools to handle async operations. - Notification Module - Allows mods to display notifications in the action bar.
Why a Library When Code Can Be in the Mod Itself?
By centralizing essential utilities in a dedicated library, mods built with PetarLib are cleaner and easier to update/work on. This means cleaner code and not having the need to rewrite the same code multiple times
Are you a developer?
If you're a mod developer looking to integrate PetarLib into your project you can check the dev docs. There you can find detailed documentation, usage examples, and dependency setup instructions.