I'm trying to create a function, but when it's actually executed in game, it performs all actions at once instead of repeating and waiting. I have no idea what the issue is. Please help!
After some further work, it seems to me like the wait function is working correctly, and the issue might actually be with the repeat command. For context, when i actually run this code in the game, it applies the bonemeal once after the short delay.
The issue is already reported. Next time you find an issue, please check if someone already reported it at https://github.com/MCreator/MCreator/issues and if not, then open a new bug report.
After some further work, it seems to me like the wait function is working correctly, and the issue might actually be with the repeat command. For context, when i actually run this code in the game, it applies the bonemeal once after the short delay.
The issue is already reported. Next time you find an issue, please check if someone already reported it at https://github.com/MCreator/MCreator/issues and if not, then open a new bug report.
oh