Started by
MHGDGamer
on
Topic category: Help with Minecraft modding (Java Edition)
This is the procedure I’ve done for flying boots, I’d have to activate the fly when I put them on, and deactivate when I take them off, but when I take them off, the fly is still activated.
How could I do that?
Edited by MHGDGamer on Mon, 02/01/2021 - 09:01
Try to change the Allow Fly to true, maybe this will solve the issue.
I tried and it still doesn’t work
The Procedure is not assigned to a mod element like an item or living entity, right? Set the Global Event Trigger to On Player Tick Update. This can solve the problem too.
now it works, thanks for the help! I didn’t know you had to attach to a trigger