
Kerria
Faster texture animation
Обновлён 3 июля 2026 г. · опубликован 3 апреля 2026 г.
Kerria
Overview
Kerria is a mod that optimizes texture animations.
In vanilla Minecraft, texture animations are handled rather inefficiently. Each time a texture is updated, it is uploaded onto the atlas via the slow glTexSubImage2D, which involves CPU->GPU upload and may potentially incur a pipeline stall.
This mod adds two optimizations to reduce the performance impact of animated textures:
- Texture Animation Cache. Instead of performing an upload each time, we can cache non-interpolated animated textures once they are uploaded to the GPU. When the texture is subsequently needed, it is applied with a very fast GPU-to-GPU copy.
- Fast Texture Upload. Optimize texture upload performance with persistently mapped buffers and pixel buffer objects.
The optimizations can be configured through the Sodium/Embeddium video settings screen.
FAQs
Is this compatible with Sodium/Embeddium's "Animate Only Visible Textures" option?
Yes. That option improves performance by skipping uploading animated textures that are invisible, while this mod actually speeds up the process of uploading animated textures.
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.3.2+1.21.1-neoforge | Релиз | 1.21.1 | neoforge | 3 июля 2026 г. | .jar (180 КБ) |
| 1.3.2+1.21.1-fabric | Релиз | 1.21.1 | fabric | 3 июля 2026 г. | .jar (176 КБ) |
| 1.3.2+1.20.1-forge | Релиз | 1.20.1 | forge | 3 июля 2026 г. | .jar (792 КБ) |
| 1.3.2+1.20.1-fabric | Релиз | 1.20.3, 1.20.4, 1.20.5, 1.20.6 | fabric | 3 июля 2026 г. | .jar (172 КБ) |
| 1.3.2+1.19.2-forge | Релиз | 1.19.2 | forge | 3 июля 2026 г. | .jar (791 КБ) |
| 1.3.2+1.19.2-fabric | Релиз | 1.19.2, 1.19.3, 1.19.4 | fabric | 3 июля 2026 г. | .jar (172 КБ) |
| 1.3.2+1.18.2-forge | Релиз | 1.18.2 | forge | 3 июля 2026 г. | .jar (791 КБ) |
| 1.3.2+1.18.2-fabric | Релиз | 1.18.2 | fabric | 3 июля 2026 г. | .jar (172 КБ) |
| 1.3.2+1.16.5-forge | Релиз | 1.16.5 | forge | 3 июля 2026 г. | .jar (922 КБ) |
| 1.3.2+1.16.5-fabric | Релиз | 1.16.5 | fabric | 3 июля 2026 г. | .jar (172 КБ) |
| 1.3.1+1.21.1-neoforge | Релиз | 1.21.1 | neoforge | 17 июня 2026 г. | .jar (180 КБ) |
| 1.3.1+1.21.1-fabric | Релиз | 1.21.1 | fabric | 17 июня 2026 г. | .jar (175 КБ) |
| 1.3.1+1.20.1-forge | Релиз | 1.20.1 | forge | 17 июня 2026 г. | .jar (791 КБ) |
| 1.3.1+1.20.1-fabric | Релиз | 1.20.3, 1.20.4, 1.20.5, 1.20.6 | fabric | 17 июня 2026 г. | .jar (172 КБ) |
| 1.3.1+1.19.2-forge | Релиз | 1.19.2 | forge | 17 июня 2026 г. | .jar (790 КБ) |
Показаны последние 15 из 73 версий. Все версии — на Modrinth.
Ченджлог
1.3.2+1.21.1-neoforgeРелиз1.21.1 · 3 июля 2026 г.
Fixed "Resource Reload failed" errors.
1.3.2+1.21.1-fabricРелиз1.21.1 · 3 июля 2026 г.
Fixed "Resource Reload failed" errors.
1.3.2+1.20.1-forgeРелиз1.20.1 · 3 июля 2026 г.
Fixed "Resource Reload failed" errors.
1.3.2+1.20.1-fabricРелиз1.20.4, 1.20.5, 1.20.6 · 3 июля 2026 г.
Fixed "Resource Reload failed" errors.
1.3.2+1.19.2-forgeРелиз1.19.2 · 3 июля 2026 г.
Fixed "Resource Reload failed" errors.
1.3.2+1.19.2-fabricРелиз1.19.2, 1.19.3, 1.19.4 · 3 июля 2026 г.
Fixed "Resource Reload failed" errors.
1.3.2+1.18.2-forgeРелиз1.18.2 · 3 июля 2026 г.
Fixed "Resource Reload failed" errors.
1.3.2+1.18.2-fabricРелиз1.18.2 · 3 июля 2026 г.
Fixed "Resource Reload failed" errors.
Полная история изменений — на Modrinth.
Комментарии
Загружаем…

