Hello, I am currently making my own event for when player brews potion. I have finished the most of it, but I am stuck at getting result in BrewEvent. I have tried event.getContents().getItem(...slot...) but that returns the old potion (the one before brewing, water for example) How can I get result (new potions that are made using specific ingredients) potions from Brew Event?