Tags
Creators
Details
All versions
9.20.1138
Release
v9.20.1138last week 104
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Changes
- Made the Wasteland strip mine generator a lot faster (less server freezes during Wasteland generation)
- Fix Continuous Shifter crashes with blocks that implement
Waterloggablebut do not define thewaterloggableproperty - Fixed damage enchantments not working
- The Accelerator tool menu can no longer be opened while charging
- Fixed Continuous Platforms rendering occluding things incorrectly
- Fixed render order of Effector holes
- Added crafting recipes to recombine Voidtouched Glass panes
- Stripped Squeeze Stems now produce Depicace instead of Delicace, which is purple and can be used for all the same things
- Added preliminary integration with Estrogen/Create: Estrogen and Create: Testosterone
- Translation updates
- Void fluid now increases your FPS even in third-person or freecam view
- Reduced lag the first time the Accelerator scope is used
- Added some hacks for improving FreeBSD/LWJGL 3.4.2 compatibility, enabled with
-Dyttr.freeBsdHacks=true. These will be moved to a separate mod at some point
Optional dependencies
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:ZCLrWdGm:YdSYc6al"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZCLrWdGm:YdSYc6al"
}


