Global itemstack variable not working for me

Started by eliotroden on

Topic category: Help with Minecraft modding (Java Edition)

Active 8 months ago
Joined Nov 2024
Points:
45

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
Global itemstack variable not working for me

everytime i try to use a global itemstack variable outside of the procedure that i set the varible in it just comes out as "0 minecraft:air". anyone know how to help?

Maybe you have found a bug…
Sun, 11/17/2024 - 15:50

Maybe you have found a bug. Try to make minimal reproducible example workspace and open bug report at our github issue tracker

Active 8 months ago
Joined Nov 2024
Points:
45

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
where can i find the github?…
Sun, 11/17/2024 - 17:39

where can i find the github?

 

Active 8 months ago
Joined Nov 2024
Points:
45

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 2
i have found out that it…
Sun, 11/17/2024 - 19:50

i have found out that it only happens when i set the global variable with a button in a gui. i dont know why this happens tho i think it has something to do with the gui not being global/static