Mcreator game modes

Published by lolagain on
Status
Outdated
Issue description

Mcreator detects that you are in creative mode everytime you have cheats on, and not when you are actually in creative mode

Issue comments

I have created survival world and enabled cheats and is player in creative mode procedure block returned false so I am not able to reproduce this. The underlying code call is:

((EntityPlayer)entity).capabilities.isCreativeMode)

which is direct method to check for the game mode, there is nothing inbetween.

Click edit on this ticket page and go to attachments section. Here click upload and select the procedure on your computer.

To export the procedure, open it in MCreator and click Export procedure in the top right corner of the procedure editor.