DieReicheErethons / Brewery

GNU General Public License v3.0
162 stars 185 forks source link

API BrewModifyEvent should include original ItemMeta #471

Open ks-hl opened 2 years ago

ks-hl commented 2 years ago

Please add the original ItemMeta or original ItemStack to BrewModifyEvent. I'm trying to find the original ItemStack to check something before the brew is sealed, but it's impossible with the current events.

Thank you

Sn0wStorm commented 2 years ago

Yes should be possible to attach the old item onto the event, where there is an old item.

Sn0wStorm commented 2 years ago

Ill consider adding this with the next feature release