Tags
Creators
Details
Licensed LGPL-2.1-only
Published 4 years ago
Updated 2 weeks ago
All versions
2.4.28
Release
L2 Library 2.4.282 years ago 21.3K
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
2.4.28
- Fix Curios compat for 5.9.x
- Fix tab flashing when switching tabs
- Fix slot name not displayed
- Item Selector follows selection hold key bind
- Make conditional data synchronized to prevent CME
2.4.27
- Fix GeckoLib model entity effect icon rendering
2.4.25
- Fix compatibility with Curios 5.8.x
2.4.24
- Fix a rare CME crash in Condtional Data
2.4.23
- Sync attribute name to client in multiplayer game
- Config for hide individual tabs
- Config for inventory tabs redirecting to vanilla inventory / curios inventory
- Add config-based recipe conditions
- Fix L2Artifact attribute name desync in multiplayer game
- Allow pressing E to exit tab screens
2.4.22
- update L2Tabs for L2Complements
2.4.21
- add custom registry tag support to help L2Hostility
- add Patchouli data gen
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:4Vh3BQ3F:kE0Y2Dbf"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4Vh3BQ3F:kE0Y2Dbf"
}

