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
Terms for using, modifying and redistributing this product.
14.10.2025 · Modrinth
fix
Screenshots and images from the original Modrinth page.
The project author has not added a gallery on Modrinth.
Published versions and original Modrinth files.
14.10.2025 · 1 963 926 downloads
fix
07.04.2025 · 53 853 downloads
fix
07.04.2025 · 4 308 125 downloads
fix
06.04.2025 · 198 downloads
updated version
06.04.2025 · 21 492 downloads
updated version
23.12.2024 · 18 776 downloads
updated version
07.12.2024 · 2 199 220 downloads
updated
07.12.2024 · 1 527 downloads
updated
03.08.2024 · 1 575 216 downloads
fixed an issue on neoforge
02.08.2024 · 363 downloads
updated to neoforge
02.08.2024 · 242 downloads
updated to neoforge
20.06.2024 · 3 433 downloads
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 downloads
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 downloads
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 downloads
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 downloads
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 downloads
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 downloads
1.20 fix. works for me
24.06.2023 · 4 156 861 downloads
1.20 fix. works for me
08.03.2023 · 34 524 downloads
21.01.2023 · 410 439 downloads
added better configs
disabled main fix for mac os. Alternative one is there but wont have same effect
13.12.2022 · 8 849 downloads
1.193
28.10.2022 · 649 124 downloads
check CF page
28.10.2022 · 220 565 downloads
check CF page
13.09.2022 · 9 945 downloads
fixed mixins not working on fabric
13.09.2022 · 24 024 downloads