Перейти к содержимому
Mineforgian

Kerria

Faster texture animation

317K загрузок45 подписчиковLGPL-3.0-onlyfabricforgeneoforge

Обновлён 3 июля 2026 г. · опубликован 3 апреля 2026 г.

  • Kerria Enabled
  • Kerria Disabled

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.1neoforge3 июля 2026 г..jar (180 КБ)
1.3.2+1.21.1-fabricРелиз1.21.1fabric3 июля 2026 г..jar (176 КБ)
1.3.2+1.20.1-forgeРелиз1.20.1forge3 июля 2026 г..jar (792 КБ)
1.3.2+1.20.1-fabricРелиз1.20.3, 1.20.4, 1.20.5, 1.20.6fabric3 июля 2026 г..jar (172 КБ)
1.3.2+1.19.2-forgeРелиз1.19.2forge3 июля 2026 г..jar (791 КБ)
1.3.2+1.19.2-fabricРелиз1.19.2, 1.19.3, 1.19.4fabric3 июля 2026 г..jar (172 КБ)
1.3.2+1.18.2-forgeРелиз1.18.2forge3 июля 2026 г..jar (791 КБ)
1.3.2+1.18.2-fabricРелиз1.18.2fabric3 июля 2026 г..jar (172 КБ)
1.3.2+1.16.5-forgeРелиз1.16.5forge3 июля 2026 г..jar (922 КБ)
1.3.2+1.16.5-fabricРелиз1.16.5fabric3 июля 2026 г..jar (172 КБ)
1.3.1+1.21.1-neoforgeРелиз1.21.1neoforge17 июня 2026 г..jar (180 КБ)
1.3.1+1.21.1-fabricРелиз1.21.1fabric17 июня 2026 г..jar (175 КБ)
1.3.1+1.20.1-forgeРелиз1.20.1forge17 июня 2026 г..jar (791 КБ)
1.3.1+1.20.1-fabricРелиз1.20.3, 1.20.4, 1.20.5, 1.20.6fabric17 июня 2026 г..jar (172 КБ)
1.3.1+1.19.2-forgeРелиз1.19.2forge17 июня 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.

Комментарии

Загружаем…