Started by
Kylebutter123
on
Topic category: Help with MCreator software
Hello, I am trying to make a procedure for the chestplate update tick where if it is put on, it will activate flight and when it is taken off, it will remove the ability of flight.
Here is the procedure so far - https://imgur.com/hqh9tji
Can anyone help me with this?
Edited by Kylebutter123 on Sat, 08/17/2019 - 00:09
Create this procedure in event Chestplate update tick :
if get item in armor slot 2 = YourChestplate
do Allow entity to fly (Put it to true)
This works.. but when i put on a chestplate with used durability it doesn't work.
Also when I take off the chestplate while im in air, it keeps my flight ability.
Thats a Bug