Duchessentials
ModrinthA lightweight library mod providing essential utilities and APIs for Minecraft mod development. Includes logging system, string/math/collection helpers, and mod registration API.
5.0k downloads 1 followers updated 4mo ago
latest v1.0.0 Modrinth
🛠️ 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!

Comments 0
No comments yet. Be the first to share your thoughts.