
Textures don't work in-game on first load, F3+T fixes it
jbredwards opened this issue ยท 1 comments
AssetMover works fine from my end, but is there anything I should be doing in my mod's code to ensure this doesn't happen? Right now my mod is calling AssetMoverAPI.fromMinecraft
to download the textures during FMLConstructionEvent
.
Duplicate of #1, I'll investigate it after work.