How to have a Separate 2d Texture for GUI?

Started by _Barry_124_ on Tue, 02/28/2023 - 21:15

Topic category: Help with modding (Java Edition)

Last seen on 22:33, 5. Jun 2023
Joined Feb 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to have a Separate 2d Texture for GUI?
Tue, 02/28/2023 - 21:15

I've been working on a mod and recently I've decided that I would like for the texture in the GUI to not be the 3d model. Instead I want it to be a separate 2d texture/image. For Example, it currently looks like the 3d model. I 'm wondering how to change the model to look like the separate image included when seen in GUI's. My apologies if I'm doing something wrong.Image

Image

 

Last seen on 21:32, 17. May 2023
Joined Mar 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
This is impossible for an…
Wed, 04/05/2023 - 02:40

This is impossible for an item (using mcreators basic interface) to have a specific gui texture I believe, but you can use "Block Item Texture" for blocks. Sorry.