Tags
Creators
Details
Licensed ARR
Published 2 years ago
Updated 2 days ago
All versions
v1.30.0-mc1.21.1
Release
KapLib v1.30.011 months ago 122
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Moved
- KapLibMod#RANDOM_SOURCE to MathHelper#RANDOM_SOURCE
- MathHelper#cooldown to AttributeHelper#cooldown
Uncategorized
- changed util module to not be needing the full jar at runtime. you should be able to use jar in jar to add the module
Fixed
- ArmorRecipe not working due to namespace not being preserved
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| kap_lib-v1.30.0-mc1.21.1-enchantments-sources.jar | Unknown | 5.32 KiB | |
| kap_lib-v1.30.0-mc1.21.1-enchantments.jar | Unknown | 10.77 KiB | |
| kap_lib-v1.30.0-mc1.21.1-items-sources.jar | Unknown | 10.68 KiB | |
| kap_lib-v1.30.0-mc1.21.1-items.jar | Unknown | 22.61 KiB | |
| kap_lib-v1.30.0-mc1.21.1-publish-sources.jar | Unknown | 8.49 KiB | |
| kap_lib-v1.30.0-mc1.21.1-publish.jar | Unknown | 23.71 KiB | |
| kap_lib-v1.30.0-mc1.21.1-sources.jar | Unknown | 555.52 KiB | |
| kap_lib-v1.30.0-mc1.21.1-util-sources.jar | Unknown | 20.67 KiB | |
| kap_lib-v1.30.0-mc1.21.1-util.jar | Unknown | 108.67 KiB |
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:IrKTRsiH:5bCdCuoN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:IrKTRsiH:5bCdCuoN"
}

