#Detect inventory open
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
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.
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
oh