Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated 2 months ago
All versions
1.0.7-1.21.1-alpha-fabric.1
Release
Accelerated Rendering v1.0.7-1.21.1-alpha-fabric.110 months ago 5,988
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.7-1.21.1 ALPHA
- 添加了
过滤器配置 > 启用容器GUI过滤器选项以阻止部分在渲染加速后会导致需渲染异常的容器GUI被加速, 提供更好的兼容性. - 修复了玩家在物品栏GUI中以错误光照渲染导致的渲染异常.
- 修复了超出标准范围UV的面在静态剔除中被错误剔除导致的渲染异常.
Accelerated Rendering 1.0.7-1.21.1 ALPHA
- Adds
Filter Settings > Enable Menu Filterto filter menus that will cause glitches when accelerated. - Fixes visual glitches on players rendered with wrong light direction in inventory GUI.
- Fixes visual glitches on static culler exceptionally culled geometries with UV outside regular range.
Full Changelog: https://github.com/ZhuRuoLing/AcceleratedRendering-reFabricated/commits/1.0.7-1.21.1-alpha-fabric.1
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| acceleratedrendering-1.0.7-1.21.1-alpha-fabric.1-sources.jar | Unknown | 338.45 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:VvxWACZ3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hKeZP11p:VvxWACZ3"
}

