devs-immortal / Paradise-Lost

Paradise awaits...
https://immortaldevs.net/paradise-lost/
MIT License
199 stars 43 forks source link

Fix Mystery Milk giving no effects in Survival #767

Closed jlortiz0 closed 1 year ago

jlortiz0 commented 1 year ago

Drinking Mystery Milk in survival mode does not call the eatFood handler. This pull request fixes that. Since the handler already decrements the item stack if the player is not in creative mode, the stack is only replaced if the resulting stack is empty.