Started by
RicardoSantosOfc99
on
Topic category: Help with Minecraft modding (Java Edition)
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?
with procedures. NBT or Variable (Var is better.) Does it got a Max or Unlimited?
Unlimited
variables then
Ok I have a number variable. How can I do for this appear in overlay/GUI.
<BNBT:integer:tagName> put this on the text of the overlay
that's for NBTs tho, for Variables replace BNBT with VAR