Jump to content

Load mod after OptiFine


anion155

Recommended Posts

Ok, I want to do version of Custom Item Textures from MCPatcher compatible with OptiFine and MultiMC. And I need information about every Item's texture associated with this Item. And as way to get it I choose to place method invoke in registerIcon method of TextureMap (the method that every Item use in they are registerIcons method).

 

As I understand TextureStitchEvent emit before and after all textures registered.

 

PS. can't find way to make OptiFine and MultiMC work with MCPatcher at the start moment. If someone have a proper way feel free to msg me :). But I continue mod, 'cause I like process.

Link to comment
Share on other sites

Here look at this page: https://bitbucket.org/prupe/mcpatcher/wiki/Custom_Item_Textures

 

Custom Item Textures is for changing item texture looking at damage, stackSize or NBT. And I want to implement this.

 

TextureAtlasSprite class has no information about Item. So I need to add another textures not replacing them.

 

PS. I just found that OptiFine has realization of this "thing" but in Config class hard disabled...

Link to comment
Share on other sites

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.