1.0.5
Compatibility
Changes
Apokinetics 1.0.5 Changelog
Fixed arrow/entity crashes with Apotheosis effects Fixed Encased Fan gem effects on belts and depots Fixed Velocity and Ignition fan processing speed Fixed Precision with Mixers, Basins, and fluids Fixed Precision on Spouts Fixed Spout container duplication exploits Removed Yielding from Spouts Fixed Crushing Wheels not properly sharing gems Fixed Crushing Wheel gem stacking and chance calculations Fixed several processing-context issues between machines Fixed compatibility crashes with other Create addons Improved Kinetic Pylon performance Improved general performance and caching Expanded configuration options for gem effects and machine balance Added diminishing returns and configurable caps for Precision and Yielding Updated chance-based gem stacking to use Final Chance = 1 - ∏(1 - pᵢ), preventing chances from stacking additively and exceeding intended values For identical gems: Final Chance = 1 - (1 - p)ⁿ Fixed several smaller crashes, edge cases, and inconsistencies
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:jRFvnLpf:ufyKLWS0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jRFvnLpf:ufyKLWS0"
}

