Number NBT tag in overlay

Started by RicardoSantosOfc99 on

Topic category: Help with modding (Java Edition)

Last seen on 00:05, 19. Jun 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Number NBT tag in overlay

Hi, I'm developing a mod. And at a time when I needed to create a Training Points system for that, I decided to create an NBT Number tag and an overlay. It would be possible to expose the value of this NBT tag in the overlay, and update it. If yes can someone tell me how?

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
with procedures. NBT or…
Mon, 11/01/2021 - 19:23

with procedures. NBT or Variable (Var is better.) Does it got a Max or Unlimited? 

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
variables then
Mon, 11/01/2021 - 22:02

variables then

Last seen on 00:05, 19. Jun 2022
Joined Nov 2021
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
Ok I have a number variable…
Mon, 11/01/2021 - 22:18

Ok I have a number variable. How can I do for this appear in overlay/GUI.

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
<BNBT:integer:tagName> put…
Mon, 11/01/2021 - 22:32

<BNBT:integer:tagName> put this on the text of the overlay

Last seen on 04:28, 26. Jan 2024
Joined Oct 2020
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
that's for NBTs tho, for…
Tue, 11/02/2021 - 16:39

that's for NBTs tho, for Variables replace BNBT with VAR