EnderContainers

EnderContainers

2.5k Downloads

Enderchest close sound not work Enderchest 1

andris155 opened this issue ยท 4 comments

commented
commented

The reason that there is no closing sound on the first enderchest is that my plugin can use the default one. If you put the key useVanillaEnderchest to false in the configuration file, you will see that the bug no longer occurs. (more info here)

And I can't handle the event properly with the default enderchest... However I will try to do something.

commented

okay, thanks!

commented

Now this should work for all enderchests (even the default one) thanks to this commit: 65609ee
Hope that it brings the behavior that you want.

commented

Thanks!