Texture error on startup
josephcsible opened this issue ยท 1 comments
I receive the following error on startup:
20:50:14 | TEXTURE ERRORS | main | error | +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
20:50:14 | TEXTURE ERRORS | main | error | The following texture errors were found.
20:50:14 | TEXTURE ERRORS | main | error | ==================================================
20:50:14 | TEXTURE ERRORS | main | error | DOMAIN xreliquary
20:50:14 | TEXTURE ERRORS | main | error | --------------------------------------------------
20:50:14 | TEXTURE ERRORS | main | error | domain xreliquary is missing 1 texture
20:50:14 | TEXTURE ERRORS | main | error | domain xreliquary has 1 location:
20:50:14 | TEXTURE ERRORS | main | error | unknown resourcepack type net.minecraft.client.resources.LegacyV2Adapter : FMLFileResourcePack:Reliquary
20:50:14 | TEXTURE ERRORS | main | error | -------------------------
20:50:14 | TEXTURE ERRORS | main | error | The missing resources for domain xreliquary are:
20:50:14 | TEXTURE ERRORS | main | error | textures/fluids/milk_flowing.png
20:50:14 | TEXTURE ERRORS | main | error | -------------------------
20:50:14 | TEXTURE ERRORS | main | error | No other errors exist for domain xreliquary
20:50:14 | TEXTURE ERRORS | main | error | ==================================================
20:50:14 | TEXTURE ERRORS | main | error | +=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=
The game seems to run fine, but this is probably something that should be fixed. Minecraft 1.12.2, Forge 14.23.0.2493, and Reliquary 1.3.4.719.
Thanks for reporting this. Apparently I have missed that the milk texture has different name than the one requested in code and the reason I couldn't see the error before is that if TiCon is in pack I let it register its version of the milk fluid and TiCon is also in all my test packs so my registration logic almost never gets triggered in my testing.