All versions
1.0.6-forge-1.20.1
Release
Create: Apokinetics 1.0.6-forge-1.20.13 weeks ago 136
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
- Apokinetic Wrench now works as a regular Create Wrench
- Shift-Right-Click uses normal Create Wrench actions on socketable machines
- Fixed NeoForge startup crash caused by duplicate Apokinetic Wrench renderer registration
- Added loot tables for the Apokinetic Table and Kinetic Pylon
- Fixed the Apokinetic Table not dropping when mined with a pickaxe
- Fixed enchanted Apotheosis arrows crashing the game (again!)
- Fixed Mob Effect gems such as Evasion and Blighted crashing servers
- Fixed Leech Block using an incompatible Apotheosis cooldown method
- Fixed Factory Scanner crashes caused by broken machine speed checks
- Hardened optional mixins against fatal injection failures
- Fixed Rupture not increasing Crushing Wheel processing speed
- Rebalanced Yielding to stack as additive expected bonus copies
- Fixed maxed gems with identical stats failing to stack
- Fixed Apokinetic Tables repeatedly updating gems after maximum Rotation
- Fixed Frostwork losing priority to overlapping cold fan processing modes
- Fixed non-Frostwork fan processing being blocked when no usable Frostwork gem is installed
- Prevented Precision and Yielding resource loops in Mechanical Crafters
- Updated Wrench, Yielding, Rupture, Frostwork, and Ponder descriptions
- Added configurable Yielding minimum and maximum expected bonus copies
- Compat with Create addons coming next updates!
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:s1S1I9PP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:jRFvnLpf:s1S1I9PP"
}

