Custom variables not showing up

Started by RangerRed2002 on

Topic category: Help with Minecraft modding (Java Edition)

Joined Oct 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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
Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.

Joined Sep 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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

Joined Aug 2019
Points:

User statistics:

  • Modifications:
  • Forum topics:
  • Wiki pages:
  • MCreator plugins:
  • Comments:
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.