Custom variables not showing up

Started by RangerRed2002 on

Topic category: Help with Minecraft modding (Java Edition)

Active 3 years ago
Joined Oct 2019
Points:
711

User statistics:

  • Modifications: 0
  • Forum topics: 14
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 5
Custom variables not showing up
Fri, 10/25/2019 - 17:23 (edited)

Hello. I'm making a procedure that involves a variable, but whenever I go to the dark blue "get" block, it doesn't show the variable, just an empty bubble. Does anyone else have this problem? And does anyone have a solution?

Edited by RangerRed2002 on Fri, 10/25/2019 - 17:23
Active 4 years ago
Joined Aug 2019
Points:
1023

User statistics:

  • Modifications: 0
  • Forum topics: 31
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 450
This is likely due to you…
Fri, 10/25/2019 - 19:14

This is likely due to you having the Get block and making the variable afterwards. Close the procedure and reopen it again and you should see all local and global variables.

Active 5 years ago
Joined Sep 2019
Points:
663

User statistics:

  • Modifications: 0
  • Forum topics: 4
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 4
I also found this problem…
Fri, 11/01/2019 - 16:52

I also found this problem and even opening and closing the variables do not appear

Active 4 years ago
Joined Aug 2019
Points:
1023

User statistics:

  • Modifications: 0
  • Forum topics: 31
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 450
Make sure you create the…
Sat, 11/02/2019 - 15:15

Make sure you create the right type of variable too:

Blue = Logic. Purple = Number. Cyan = Text.