#Help

1 messages · Page 1 of 1 (latest)

crisp yew
#

I dont believe you can detect this through scripting, but you can detect left clicking through behavior animation controllers with player.json.

winged sorrel
#
world.afterEvents.playerInteractWithBlock.subscribe((event) => {
    
});

or

world.afterEvents.playerInteractWithEntity.subscribe((event) => {
    
});```
#

wait that right click

crisp yew
winged sorrel
#

entityHitEntity or entityHitBlock

but work only if you left click entity or block

crisp yew
winged sorrel
#

that work but not for swinging in the air

crisp yew
#

I know.

#

if you are find with using player.json w/ behav ac, I can get an
example file for you later, or someone else can.

regal socket