From 7dfc7e199178a0fba33a0506c86bfb5f897ed6fc Mon Sep 17 00:00:00 2001 From: Soggy_Pancake <54160598+Soggy-Pancake@users.noreply.github.com> Date: Sat, 14 Mar 2026 13:50:06 -0700 Subject: [PATCH] Generate stitched atlas when game retrieves atlas --- Minecraft.Client/PreStitchedTextureMap.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Minecraft.Client/PreStitchedTextureMap.cpp b/Minecraft.Client/PreStitchedTextureMap.cpp index eeccb628..4a5aad7f 100644 --- a/Minecraft.Client/PreStitchedTextureMap.cpp +++ b/Minecraft.Client/PreStitchedTextureMap.cpp @@ -105,6 +105,8 @@ void PreStitchedTextureMap::stitch() } else #endif + texturePack->generateStitched(texturesByName); // add fallback so custom ones work? + if(texturePack->hasFile(L"res/" + filename,false)) { drive = texturePack->getPath(true);