How to change an image in a custom gui to another image

Started by Darrow1302 on

Topic category: Help with modding (Java Edition)

Last seen on 07:27, 11. May 2024
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
How to change an image in a custom gui to another image

Hi guys,

I'd like to know how I can make it so that in my gui, the cross remains displayed as long as the player has not completed a specific advancement and that as soon as this advancement is completed, the cross turns into validated (see image below)

 

I would recommend placing…
Thu, 05/02/2024 - 18:34

I would recommend placing two images one over another and using the visibility condition procedure for visibility.

When selected procedure returns true, it means the image should be shown

I suggest you check our…
Thu, 05/02/2024 - 18:34

I suggest you check our tutorials collection playlist on our YouTube channel which contains many examples and tutorials that can help you get started with MCreator: https://www.youtube.com/playlist?list=PLAeL-oIFIEngE6jRgFYeFMfuj8WQsO3Ei

Last seen on 07:27, 11. May 2024
Joined Apr 2023
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
@Klemen Could I have an…
Sat, 05/04/2024 - 17:34

@Klemen

Could I have an example of what it should look like?
If it's not possible, that's okay, I'll just keep looking on my own...

PS: I haven't found anything in the playlist that matches my expectations.

I believe playlist contains…
Sun, 05/05/2024 - 07:43

I believe playlist contains examples that show how to use conditions, thought that would be useful to setup condition for the image