Posted February 22, 201312 yr Hey guys, I have a question for you modders out there: How do you make minecraftforge pull his texture file from the same package your classes are in like buildcraft does with their buildcraft_resources? Thomas
February 22, 201312 yr Just put this in your Common Proxy public static String NAME_PNG = "/packages/texturefile_name.png"; and this in your client proxy: @Override public void registerRenderers() { MinecraftForgeClient.preloadTexture(NAME_PNG); http://www.minecraftforge.net/wiki/Icons_and_Textures PM's regarding modding questions should belong in the Modder Support sub-forum and won't be answered.
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.