
macu lib
Library for my mods and adding supporter perks
- Загрузки
- 63K
- Подписчики
- 9
- Обновлён
- 23 июня 2026 г.
- Лицензия
- EUPL-1.2
Опубликован 9 марта 2025 г.
macu lib
This is a library for my mods, like multi-platform item & block registering and adding supporter perks, like different cosmetics.
For examples of how to use api refer to the test mod in the GitHub repository
Developers
Add this mod to your build.gradle(.kts)
// Add the Macuguita maven repo to your repositories block
repositories {
maven {
name = "macuguita maven"
url = "https://maven.macuguita.com/releases/"
}
}
// Add the mod as a dependency in your environment
dependencies {
// Prior to Minecraft 26.x, use "modImplementation" instead
implementation("com.macuguita:macu_lib-<loader>:${project.macu_lib_version}")
}
Support
If you encounter any issues or have suggestions, feel free to:
Open an issue on GitHub.
Send me a DM on Discord @macuguita
Message me on any platform I linked in my website: macuguita.com
You are free to use this mod in any Modpack in this platform
Credits
- Developer: macuguita
Ченджлог
3.0.4+26.2Релиз26.2 · 23 июня 2026 г.
- Some error handling with 404's returned by the server
2.0.6+26.1.2-neoforgeРелиз26.1.2 · 23 июня 2026 г.
- Some error handling with 404's returned by the server
2.0.6+26.1.2-fabricРелиз26.1.2 · 23 июня 2026 г.
- Some error handling with 404's returned by the server
2.0.6+1.21.11-neoforgeРелиз1.21.11 · 23 июня 2026 г.
- Some error handling with 404's returned by the server
2.0.6+1.21.11-fabricРелиз1.21.11 · 23 июня 2026 г.
- Some error handling with 404's returned by the server
2.0.6+1.21.1-neoforgeРелиз1.21, 1.21.1 · 23 июня 2026 г.
- Some error handling with 404's returned by the server
2.0.6+1.21.1-fabricРелиз1.21, 1.21.1 · 23 июня 2026 г.
- Some error handling with 404's returned by the server
3.0.3+26.2Релиз26.2 · 21 июня 2026 г.
- Fix neoforge entrypoints
Комментарии
Загружаем…