Modify text of label of GUI not working

Started by SHB_YT on

Topic category: Help with modding (Java Edition)

Last seen on 16:54, 29. May 2020
Joined May 2018
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Modify text of label of GUI not working

My GUI has a fuel level that displays the integer amount of fuel that the block contains. This works fine, when I enter x amount of fuel into the block it shows the correct amount of fuel in the block.

I've done this by putting the following into the label: Fuel: <BNBT:integer:fuelAmount>

Alright?

So why I can't I do the same for text / string variables?

Like if I put: <BNBT:string:EXAMPLE> or <BNBT:text:EXAMPLE> it throws an error.

The plan is to have a progess bar like so: [||||||||||||||||||||] that fills up over time. I am capable of doing so if MCreator would actually allow me to use a string variable.

This feature is not possible…
Wed, 05/06/2020 - 17:53

This feature is not possible yet. I suggest you open a feature request on the issue tracker and we will consider adding this in the upcoming updates.