Fixes gaps in Block Models and Item Models
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:
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
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
Required
Unsupported
Умови використання, зміни та поширення цього товару.
14.10.2025 · Modrinth
fix
Скриншоти та зображення з оригінальної сторінки Modrinth.
Автор проєкту не додав галерею на Modrinth.
Опубліковані версії та оригінальні файли Modrinth.
14.10.2025 · 1 963 926 завантаження
fix
07.04.2025 · 53 853 завантаження
fix
07.04.2025 · 4 308 125 завантаження
fix
06.04.2025 · 198 завантаження
updated version
06.04.2025 · 21 492 завантаження
updated version
23.12.2024 · 18 776 завантаження
updated version
07.12.2024 · 2 199 220 завантаження
updated
07.12.2024 · 1 527 завантаження
updated
03.08.2024 · 1 575 216 завантаження
fixed an issue on neoforge
02.08.2024 · 363 завантаження
updated to neoforge
02.08.2024 · 242 завантаження
updated to neoforge
20.06.2024 · 3 433 завантаження
changed default configs to have quad expansion off
You can turn it back on yourself if you want in the configs
19.06.2024 · 5 589 573 завантаження
changed default configs to have quad expansion off
You can turn it back on yourself if you want in the configs
21.03.2024 · 2 514 058 завантаження
changed default configs to have quad expansion off
You can turn it back on yourself if you want in the configs
21.03.2024 · 5 369 195 завантаження
changed default configs to have quad expansion off
You can turn it back on yourself if you want in the configs
20.03.2024 · 38 139 завантаження
changed default configs to have quad expansion off
You can turn it back on yourself if you want in the configs
20.03.2024 · 412 240 завантаження
changed default configs to have quad expansion off
You can turn it back on yourself if you want in the configs
24.06.2023 · 457 616 завантаження
1.20 fix. works for me
24.06.2023 · 4 156 861 завантаження
1.20 fix. works for me
08.03.2023 · 34 524 завантаження
21.01.2023 · 410 439 завантаження
added better configs
disabled main fix for mac os. Alternative one is there but wont have same effect
13.12.2022 · 8 849 завантаження
1.193
28.10.2022 · 649 124 завантаження
check CF page
28.10.2022 · 220 565 завантаження
check CF page
13.09.2022 · 9 945 завантаження
fixed mixins not working on fabric
13.09.2022 · 24 024 завантаження