Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

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?

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...

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.