Posted March 1, 201411 yr I have a problem with loading the textures. Every time the player loads a world, he/she has to load some resource pack to get the textures working. Does anyone know a fix for this?
March 4, 201411 yr Could you be a little bit more precise? Which textures are not loaded? The mod ones ore the Vanilla Textures? Where are they located? And which Resourcepack is needed to load them? Could you maybe post the File structure? http://i.imgur.com/wNvtGZw.png[/img] MODS and MODDING TUTORIALS
March 4, 201411 yr cpw derped up when updating, It'll be fixed next time I sync FML: https://github.com/MinecraftForge/FML/commit/b7ad532ab5eb3e00d77ffde946d25675c9f69cf7 I do Forge for free, however the servers to run it arn't free, so anything is appreciated. Consider supporting the team on Patreon
March 4, 201411 yr Sometimes textures will glitch out in Forge 10.12.0.1034. And fail to load, what you need to do is add a line a code until forge updates. /** TODO Hack to get our textures for items and blocks to show, remove when the bug is * fixed in an update. If this is not done, then the player must manually refresh * the texture packs. */ if (event.getSide() == Side.CLIENT) Minecraft.getMinecraft().refreshResources(); Post that in the FMLPreInt event, and the resources should refresh and your textures should load, works fine for me. I may ask questions asking for help, but I know what I'm doing. If my post is helpful in any way, give a "Thank You" in return, I'd really appreciate it.
March 9, 201411 yr Author Thanks. Just remembered this topic when i was adding chilli textures to my mod.
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.