Tags
Creators
Details
All versions
9.20.947
Release
v9.20.9477 months ago 112
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Forge
NeoForge
Quilt
Supported environments
Client and server
Changes
- Fixed rifle scope getting "stuck" when switching off it or hiding the HUD
- Allowed changing scope state on a rifle that's cooling down
- Reduce inertia in magchambers
- Allow sneaking in magchambers
- Projector blocks can now be dyed
- Right-click an existing block with dye (does not consume the dye) or hold a dye in your offhand while using the Projector
- Fixed wearable items being given both Trinket and ICurioItem interfaces when both are present (e.g. Connector)
- New diving suit item textures by Roselace
- New Pinching EMI icon by Roselace
- Fixed diving suit suppressing Ears chest render
- Added Switchy 3 support for soul colors
- Don't disable world rendering for Void fluid/diving/etc while in VR (currently can detect Vivecraft and Visor) as this makes the game unplayable
- Fix liquids destroying scorched portals
- Refactored LatchHolder to avoid a Mojmap conflict causing heap pollution under Connector
- Added the Boxe®, a new storage device similar to a barrel that can be dyed any color
- Fixed XM music discs playing in stereo by moving mono support to Lib39 Keygen (broke in the 1.20 port)
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:H9DE6jyr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZCLrWdGm:H9DE6jyr"
}


