#Detecting right click with empty hand on block

1 messages · Page 1 of 1 (latest)

tall tiger
#

I'm on 1.20 and using @minecraft/[email protected]. Can it still be done? I've seen information on this server stating that it can or can't be, but I haven't gotten it to work myself.

daring cloud
#

idk really.

#

u could do a workaround and check on json then do something that the script api can pickup on

mental steppe
#

ik there must be a way in animation controllers for sure. Gonna have to look through molang again

finite wedge
tall tiger
#

Haven’t tried it recently

mental steppe
#

script doesn't detect anymore

#

you could do it in 1.2.0 but they removed that starting from 1.3.0

#

empty hand i mean

finite wedge
#

I mean, I’m sure you could fill the player’s inventory with invisible items and remove them when the gui is opened for sorting/pickup

#

It’s very duct tapey, but…

surreal fog
#
if (item.type.id == undefined) { 
  //code
}