Files
LegacyWeaveLoader/WeaveLoaderRuntime
Jacobwasbeast b2664e0f19 Replace file overwrite with CreateFileW hook for mod texture loading
Instead of backing up and overwriting vanilla terrain.png/items.png,
hook CreateFileW to redirect file opens to merged atlases in
mods/ModLoader/generated/. The hook is active only during init and
removed once textures are loaded into GPU memory. Vanilla game files
are never modified.
2026-03-07 00:14:06 -06:00
..