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

Model Gap Fix

Fixes gaps in Block Models and Item Models

29.2M загрузок4K подписчиковGPL-3.0-onlyfabricforgeneoforgequilt

Обновлён 14 октября 2025 г. · опубликован 13 сентября 2022 г.

Model Gap FIX

 

This is a simple client mod that fixes https://bugs.mojang.com/browse/MC-73186

which affects both Block Models and Item Models and possibly other models too

 

The mod works by removing texture zooming, making every model face use 100% of its texture, unlike of what it did previoulsly.

Thisnot only fixes this bugs on items (where it's most noticeable) but with block models too and everything else that might use those functions.

 

This issue was especially noticeable with custom block models or some 2d items.

 

 

Q&A:

  • Will this slow down my game?

 

Not at all! Removing texture zooming just removes some code and has no impact. If you however want to be nit picky the mod also slightly tweaks item models in a way that could add a ouple more quads for concave item textures compared to vanilla so in that case it could very slightly worse that vanilla. This is however negligible and could only be an issue when trying to run high resolution packs

  • How does this work?

The base fix is simply removing texture zooming. This is extremly simple to do and immediately "fixes up" all those problematic gaps on models. For 2d item models something else is needed as this alone creates another kind of tiny gaps in them due to the way they are generated, quad by quad. These are very tiny and they flicker so I had to fix those too. To do so I've changed the item model generator to never create a quad that encompasses a transparent pixel and instead create multiple quads for each row of solid pixel in the same direction. This allows me to slightly increase the size of all these side quads without creating new gaps in the process, thus covering all gaps seamlessly. Note that this last part only applies to forge as fabric does not seem to have such tiny lines and the models work right away with no extra quad

 

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
1.21.10-1.12Релиз1.21.10fabric14 октября 2025 г..jar (65 КБ)
1.21.5-1.12Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8neoforge7 апреля 2025 г..jar (46 КБ)
1.21.5-1.12Релиз1.21.5, 1.21.6, 1.21.7, 1.21.8fabric7 апреля 2025 г..jar (65 КБ)
1.21.5-1.12Релиз1.21.5neoforge6 апреля 2025 г..jar (46 КБ)
1.21.5-1.12Релиз1.21.5fabric6 апреля 2025 г..jar (65 КБ)
1.21.3-1.11Релиз1.21.3, 1.21.4neoforge23 декабря 2024 г..jar (46 КБ)
1.21.3-1.10Релиз1.21.3, 1.21.4fabric7 декабря 2024 г..jar (65 КБ)
1.21.3-1.10Релиз1.21.3, 1.21.4neoforge7 декабря 2024 г..jar (46 КБ)
1.21-1.10Релиз1.21, 1.21.1neoforge3 августа 2024 г..jar (46 КБ)
1.21-1.9Релиз1.21neoforge2 августа 2024 г..jar (46 КБ)
1.21-1.8Релиз1.21neoforge2 августа 2024 г..jar (46 КБ)
1.21-1.6Релиз1.21neoforge20 июня 2024 г..jar (42 КБ)
1.21-1.6Релиз1.21, 1.21.1fabric19 июня 2024 г..jar (61 КБ)
1.15Релиз1.20.1forge21 марта 2024 г..jar (44 КБ)
1.15Релиз1.20.1fabric21 марта 2024 г..jar (64 КБ)

Показаны последние 15 из 26 версий. Все версии — на Modrinth.

Ченджлог

1.21.10-1.12Релиз1.21.10 · 14 октября 2025 г.

fix

1.21.5-1.12Релиз1.21.6, 1.21.7, 1.21.8 · 7 апреля 2025 г.

fix

1.21.5-1.12Релиз1.21.6, 1.21.7, 1.21.8 · 7 апреля 2025 г.

fix

1.21.5-1.12Релиз1.21.5 · 6 апреля 2025 г.

updated version

1.21.5-1.12Релиз1.21.5 · 6 апреля 2025 г.

updated version

1.21.3-1.11Релиз1.21.3, 1.21.4 · 23 декабря 2024 г.

updated version

1.21.3-1.10Релиз1.21.3, 1.21.4 · 7 декабря 2024 г.

updated

1.21.3-1.10Релиз1.21.3, 1.21.4 · 7 декабря 2024 г.

updated

Полная история изменений — на Modrinth.

Комментарии

Загружаем…