jordsta95 Posted December 15, 2015 Share Posted December 15, 2015 Hi there, I was wondering how to move the .cfg from the main config folder into a subfolder e.g. minecraft/configs/mymod and how I could call a texture from e.g. /mymod/texture.png instead of it being taken from the assets folder in the jar. Thank you Quote Why bother? Link to comment Share on other sites More sharing options...
jordsta95 Posted December 15, 2015 Author Share Posted December 15, 2015 Load from outside the jar, in the mymod folder. And the reason for that is because I have a few items which are there for modpack developers which can be fully customized, apart from the textures (at the minute) and it would be great if they could just replace those textures/add their own in there (so either replace texture.png with the image they want, or put image.png in the folder, and put that filename in the config file to replace the default) Quote Why bother? Link to comment Share on other sites More sharing options...
jordsta95 Posted December 15, 2015 Author Share Posted December 15, 2015 Because that requires the user using a resource pack (even if bundled with a mod pack, it doesn't mean the user will activate/not deactivate it) Quote Why bother? Link to comment Share on other sites More sharing options...
jordsta95 Posted December 15, 2015 Author Share Posted December 15, 2015 Because when you install a mod pack you download the mods and configs folders (generally), and if the images that the pack dev want the user to see (maybe it's a themed pack, for example) are in the configs folder the user will see the intended textures (as long as they don't delete the images from the config folder) Quote Why bother? Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.