#Detect inventory open

1 messages · Page 1 of 1 (latest)

tidal pulsar
#

How would i detect if an entity's inventory is open? Like if i wanted to play an animation when a horse's inventory was opened.

frosty phoenix
#

you can't detect exactly which entity/block has it's container opened, but you can use "has_container_open" entity filter to check if player has a container open

tidal pulsar
#

oh