
PetarLib
ArchivedA library mod used by PetarMc1's mods. It provides essential tools for chat handling, logging, networking, and task scheduling.
368
0
368
0
PetarLib has been archived. PetarLib will not receive any further updates unless the author decides to unarchive the project.
Compatibility
Minecraft: Java Edition
26.1.2
1.21.8–1.21.11
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed MIT
Published 5 months ago
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
- Chat Module - Adds chat pattern matching.
- Log Module - Adds a simple logging system that helps debugging.
- Net Module - Handles network requests like talking to APIs
- Task 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.

