Tags
Creators
Details
Licensed GPL-3.0-only
Published 9 months ago
Updated 2 months ago
All versions
2.4.0+26.1
Release
Kinetic Minecart 2.4.0+26.12 months ago 198
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Server-side
Client and server
Required content
Any compatible version
Changes
Changes:
- Feat: Added death notification messages. (Change damage source to kinetic death by @the-pink-hacker in #3)
- Feat: Changed default configuration values.
- Refactor: Added null safety checks.
- Refactor: Organized the project structure.
- Refactor: Renamed classes.
- Build: Updated the build environment.
- Docs: Updated the README.
- Cleanup some minor things by @the-pink-hacker in #4
New Contributors:
- @the-pink-hacker made their first contribution in #3
Full Changelog: https://github.com/KSSJW/kinetic-minecart/compare/2.3.0+26.1.fabric...2.4.0+26.1
Optional dependencies
Any compatible version
Any compatible version
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:KE68O6Jp:hHSTMYyc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KE68O6Jp:hHSTMYyc"
}

