Posted December 15, 20159 yr 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 Why bother?
December 15, 20159 yr Author 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) Why bother?
December 15, 20159 yr Author 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) Why bother?
December 15, 20159 yr Author 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) Why bother?
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.