how to use nbt tags in an item gui

Started by tntapplecraft YT on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Feb 2018
Points:
821

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 136
how to use nbt tags in an item gui

I made a magic book gui and there was an entity nbt tag as text in the gui but when I test the gui in game, it is always 0 no matter what I do, I use this in the gui: <ENBT:integer:=magicpoints>

is this the right way to do this?

Active 4 months ago
Joined Jun 2019
Points:
2787

User statistics:

  • Modifications: 4
  • Forum topics: 48
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 3716
you don't need the = lmao
Mon, 06/29/2020 - 08:56

you don't need the = lmao

Active 3 years ago
Joined Feb 2018
Points:
821

User statistics:

  • Modifications: 2
  • Forum topics: 10
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 136
omg thanks, I think it was a…
Mon, 06/29/2020 - 09:34

omg thanks, I think it was a typo that I didn't notice