Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated last month
All versions
1.0.11-1.21.1-alpha-fabric.1
Release
Accelerated Rendering v1.0.11-1.21.1-alpha-fabric.1last month 2,267
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
Fabric
Supported environments
Client-side
Required content
Any compatible version
Any compatible version
Changes
加速渲染 1.0.11-1.21.1 ALPHA
- 增强了模型渲染性能.
- 增强了文字加速性能 (受 Modern UI 启发, 感谢冰月).
- 添加了 Modern UI 加速支持.
- 修复了 ImmediatelyFast 兼容性问题
- 修复了被过滤的物品在 GUI 中的渲染问题
- 修复了物品耐久条和冷却渲染问题
- 修复了物品层渲染顺序问题.
Accelerated Rendering 1.0.11-1.21.1 ALPHA
- Improves mesh rendering performance.
- Improves text acceleration performance (Inspired by Modern UI, special thanks to BloCamLimb).
- Adds acceleration support for Modern UI.
- Fixes ImmediatelyFast compatibility issue.
- Fixes filtered item incorrect rendering issue in GUI.
- Fixes item durability bar and cooldown overlay rendering issue.
- Fixes item layer rendering order issue.
Full Changelog: https://github.com/ZhuRuoLing/AcceleratedRendering-reFabricated/commits/1.0.11-1.21.1-alpha-fabric.1
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| acceleratedrendering-1.0.11-1.21.1-alpha-fabric.1-sources.jar | Unknown | 443.05 KiB |
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:hKeZP11p:1OCl8RMb"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hKeZP11p:1OCl8RMb"
}

