
TurtleLib
Shared helper library for my and your Fabric/NeoForge mods. I use it in my own mods, but you can use it for your own mods also.
- Загрузки
- 441
- Подписчики
- 0
- Обновлён
- 12 апреля 2026 г.
- Лицензия
- Apache-2.0
Опубликован 27 марта 2026 г.
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
Ченджлог
1.2.0Релиз26.1.2 · 12 апреля 2026 г.
Updated to Minecraft 26.1.2
1.2.0Релиз26.1.2 · 12 апреля 2026 г.
Updated to Minecraft 26.1.2
1.1.0Релиз26.1.1 · 4 апреля 2026 г.
- compatibility for MC 26.1.1
- dropped support for legacy MC versions (1.21.x + 26.1)
1.1.0Релиз26.1.1 · 4 апреля 2026 г.
- compatibility for MC 26.1.1
- dropped support for legacy MC versions (1.21.x + 26.1)
1.0.0Релиз26.1 · 30 марта 2026 г.
initial release for MC 26.1 NeoForge
1.0.0Релиз26.1 · 30 марта 2026 г.
initial release for MC 26.1 Fabric
1.0.0Релиз1.21.11 · 30 марта 2026 г.
initial release for MC 1.21.11 NeoForge
1.0.0Релиз1.21.11 · 30 марта 2026 г.
initial release for MC 1.21.11 Fabric
Комментарии
Загружаем…