Jump to content

Recommended Posts

Posted

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?

Posted

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.

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.