Duchessentials
ModMIT

Duchessentials

A lightweight library mod providing essential utilities and APIs for Minecraft mod development. Includes logging system, string/math/collection helpers, and mod registration API.

315
Downloads
0
Followers
2 months ago
Updated
📦
5
Versions

📖About Duchessentials

🛠️ DuchEssentials

Lightweight utility library for Minecraft mod developers.

Includes:

🔧 DuchLogger – Unified logging system for mods

📦 Utilities – Helpers for Strings, Math, and Collections

🔌 DuchAPI – Easy mod registration API

Lightweight • Standalone • Easy to use

Perfect for developers who want essential utilities without unnecessary bloat.

Quick Start
DuchLogger.ModLogger logger = DuchLogger.createLogger("modid", "ModName");
DuchAPI.registerMod("modid", "ModName", "1.0.0");

Add "duchessentials": ">=1.0.0" to your dependencies and start using it immediately!