Jump to content

Recommended Posts

Posted

I always seam to have problems when updating mods with the Configs Screen to show from the game itself. Always miss some detail and not on 1.12.2 not sure where my error could me.

I have everything that I had on 1.11.x only thing changed are the methods on my GuiFactory and now the screen is provided this way

 

	@Override
	public GuiScreen createConfigGui(GuiScreen parentScreen) {
		// TODO Auto-generated method stub
		return new ModGuiConfig(parentScreen);
	}

 

 

But it's not working. What could I be missing?

I have:
 

@Mod(modid = ModInfo.MODID, name = ModInfo.MOD_NAME, version = ModInfo.VERSION, guiFactory = ModInfo.GUI_FACTORY_CLASS, acceptedMinecraftVersions = ModInfo.ACCEPTED_VERSIONS)

 

and:

 

public static final String GUI_FACTORY_CLASS = "com.mramericanmike.barebones.client.gui.ModGuiFactory";

 

I'm lost this time, once again.

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.