All versions
1.2.8-bugfix.2
Release
GpuShift 1.2.8-bugfix.2last week 943
Compatibility
Minecraft: Java Edition
1.21.1
Platforms
Fabric
NeoForge
Supported environments
Client-side
Changes
GpuShift 1.2.8-bugfix.2 This update improves compatibility with Sable and Create: Aeronautics / Simulated on Minecraft 1.21.1.
- Fixed beds and chests disappearing or rendering only partially on Sable structures. They now remain visible without pointing the crosshair at them.
- Fixed severe stuttering caused by fueled Portable Engines on tilted structures, particularly when facing south or east.
- Improved handling of particles from moving structures, allowing Sable to process and render them correctly.
- Preserved regular particle optimization and rendering budgets for objects in the main world. The Minecraft 1.20.1 download is a rebuild of the current branch; the Sable fixes above apply to 1.21.1. Special thanks to CyberT-m (#10) and NezzieNazzie (#11) for reporting these issues and providing the details needed to track them down.
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:BpmMSdoc:CoE44jUx"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BpmMSdoc:CoE44jUx"
}

