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.
don't crop it so I can see dependencies
https://prnt.sc/1ux0xst like this?
yes, so basically what you day is you cannot place it on the trigger right? now take a screenshot of the triggers on your armor
say*
Nono im saying that if i placed a ''send message to event/entity'' it just blocks the whole procedure from working,
Without send message to entity the whole procedure works fine on right click trigger/armor w.e
okay go to where you create a procedure on your armor editor, and on the trigger that the procedure is placed, see if you see on Dependencies Entity or Source Entity
Says Entity https://prnt.sc/1ux32ck
could you send a video of it not working? because there might be a solution but I need to see what's wrong
Sending a video of me trying to right click on a axe and you see nothing happen? >.>
oh so you put the procedure on an axe? see that is the kind of things I don't know, I thought you put the procedure on your armor
Nope, its on axe, i need to let the player know if the abillity is enabled/disabled by a message saying enabled/disabled, without having to hover over the axe item to see if the abillity is on
put this procedure on Tool on Hand Tick
Does this work for axe too, or specificly for armor pieces?