Started by
Polysquarazoid
on
Topic category: Help with MCreator software
I replicated a look where flying procedure posts by pylo. The event trigger is “on player tick update” and my minecraft crash message is crashed whilst ticking player.
This google drive link contains the crash message, and procedure. (Removing this procedure from my mod makes it work)
https://drive.google.com/drive/folders/1dQsY0HJKx5F4VdjUb2kxup_Ih0h-F-RZ
First of all your second statement is outside if block so it will always execute which is not ok as it will return null when there is no player riding.
I HIGHLY recommend you to check some procedure tutorials on YT, you can't just start by copying some random blocks, you need to understand them.
Thanks