Compatibility
Minecraft: Java Edition
26.1.x
1.21.10–1.21.11
Platforms
Supported environments
Client-side
Tags
Creators
Details
Licensed Apache-2.0
Published 2 months ago
A lightweight helper library for Minecraft mods on Fabric and NeoForge. TurtleLib does not add gameplay on its own — it provides shared technical systems used by other mods.
TurtleLib is a dependency library designed to keep mod code cleaner and more reusable across loaders.If a mod requires TurtleLib, it must be installed in the same mods/ folder.
Features ✨
- Locale loading and synchronization (
LangLoader) - Localized message formatting (
MessageService) - Provider-based update checks (
UpdateChecker) - Deterministic version comparison (
VersionComparator) - Shared behavior across Fabric and NeoForge modules
Quick Start (Players) 🚀
- Download the TurtleLib version that matches your Minecraft/loader version.
- Put the TurtleLib JAR into your Minecraft
mods/folder. - Add the dependent mod(s) that require TurtleLib.
- Start the game normally.
If TurtleLib is missing, dependent mods may fail to load.
License 📄
Apache-2.0


