Download AlinLib — Minecraft Mods — MetaMods
AlinLib

AlinLib

Active

Downloads

22

Last update

4 weeks ago

Versions

1.20 — 1.21.10
Client
Fabric
Forge
Neoforge
Quilt
Libraries

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.

modern interface

Legacy design

Interface

Toasts

Toast

Project members
Kel_Cuprum

Kel_Cuprum

Developer

Created: 7 Nov 2023

ID: 2512