Included content
| Name | Version | |
|---|---|---|
![]() | KapLib | v1.32.3-mc1.21.1 |
fixed mod description not displaying in mod menu
fixed a possible StackOverflowError when ChainLightning would trigger to often
fixed ChainLightning targeting allied or dead entities
fixed ChainLightning hitting the entity that was hit originally
fixed a bug where XP drops from non-player kills crashing the game
changed ChainLightning to target closest entity instead of random
changed ChainLightning to max range log2(lvl) * 2 <= 20, and made the spawned particle thinner
changed Blood Thirst and Momentum Shift Attributes to apply for 10 seconds, instead of depending on the level
update to KapLib v1.32.3
| Name | Version | |
|---|---|---|
![]() | KapLib | v1.32.3-mc1.21.1 |
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.
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:qXXsseLn:dTVmBVNY"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:qXXsseLn:dTVmBVNY"
}