All versions
1.2.0
Release
gpushift-Neoforge-1.2.03 months ago 260
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client-side
Changes
GpuShift
- Added beta GPU Particle Layer for safe cosmetic particle acceleration.
- Added beta desktop-style UI with draggable and movable windows.
- Added side dock icons for quick access to GpuShift windows.
- Added UI preferences for background blur and maximum open windows.
- Added beta Block Entity Render Budget optimization.
- Added safe skipping for far decorative vanilla block entities under frame pressure.
- Added item frame render budgeting.
- Maps, glowing item frames, and named item frames are protected.
- Added new Block Entities beta settings window.
- Added overlay counters for:
- GPU particles
- Block entities
- Item frames
- Fixed multiple beta UI issues:
- blur handling
- window z-order
- click-through bugs
- text overlap
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:nNPXGaPX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BpmMSdoc:nNPXGaPX"
}

