AlinLib
AlinLib is a Minecraft library that significantly simplifies the mod development process. Its primary purpose is creating custom interfaces, notification systems, and other visual elements with a unified design style.
Integration and Usage
The library is available in two build variants:
- Snapshots - versions for development and alpha testing
- Releases - stable releases, beta versions, and release candidates
To integrate the library into your project, use the following code:
repositories {
maven {
name "kelcuprum_TYPE"
url "https://repo.kelcuprum.ru/TYPE"
}
}
dependencies {
modImplementation("ru.kelcuprum:AlinLib-(fabric,neoforge):VERSION");
}
Alternative option via Modrinth:
repositories {
maven {
url "https://api.modrinth.com/maven"
}
}
dependencies {
modImplementation("maven.modrinth:alinlib:VERSION");
}
Visual Capabilities
Interfaces
The library offers modern interface design with intuitive structure. Legacy styling is also supported for compatibility with various projects.
Notifications
A toast (pop-up notification) system is implemented, allowing effective user notification about various in-game events.

Legacy design

Toasts
