Brewery

Brewery

101k Downloads

Brews inserted into Minecraft barrels via hoppers or droppers/dispencers don't age

LeeSpork opened this issue ยท 1 comments

commented

I was looking to adding some automation to my winery by using hoppers just to make is so I don't have to manually move around an entire double chest of items by hand, but it turns out that brews don't age if a player doesn't open the barrel. After 12 hours of storing the brews in the barrels after inserting them in with hoppers or droppers, they are still just "Grape must" or the same complete brew with an age of 0, not even using the fancy coloured lore text stuff that usually appears when you put it into a barrel.
image

commented

Yes it would be a big performance hit to check for brewables every time a hopper moves something. The MoveItemEvent of Hoppers is already a big performance killer on so many servers, I intentionally didn't want to make it worse.

You will have to open the barrels manually once for the plugin to realise that it has brews in it.