Started by
Xboy1
on
Topic category: Help with MCreator software
I'm making a rocket and so far everything worked fine, except one thing. It's supposed to fly up into the sky, but it doesn't. It was working until I changed the procedure without changing the motion vector block at all, so I have no idea why this is happening. The link below is an image of the procedure, I added the repeat block after finding out motion vector only changes the entity for 1 tick. Please tell me the problem if you know what it is.
EDIT: I changed the item used to spawn the rocket from a regular block to a command block and it worked. Doesn't make much sense but it works now so whatever
Edited by Xboy1 on Wed, 08/04/2021 - 09:40
The wait 1 tick block will only schedule an event,and will not block the client for 1 tick.
The client scheduled 20 same events in the next tick.
Fix:
Add local variable "i"
Change loop to: