Started by
R_XclusiveNL
on
Topic category: Help with Minecraft modding (Java Edition)
Is there a way to Turn on and off a abillity? Lets say i have a tool that breaks a 3x3 area, on the trigger
''When block destroyed with tool'' and i want to turn that off or on. Can that be done with a ''when right clicked in air'' trigger procedure?
I would love to get some help with this.
put he procedure on the axe, that way when you have axe on hand + boot on, it will send message
https://i.gyazo.com/e65e4dae6b05ac9f6c73413ff1f2f0b7.mp4 this is what it does
then put it on When Item Right Clicked
(if it works tell me it works so other people can see it and there's no need for other people to open another forum)
The message works, but it checks if there is boots on/off, not if theres a enchantment on/off ( i know that can be fixed )
Now this works for boots but can it be adapted in a way so it can check if theres a enchantment on a tool or not?
the procedure will detect if you have boots on AND if they are enchanted, at least mine. check your procedure and see if you accidentally put = or OR
also yes