commit | 322b7de68ee4609b9484c70dc2537a54ac462579 | [log] [download] |
---|---|---|
author | Emre Özcan <justsomechars@gmail.com> | Mon May 25 22:52:38 2020 +0300 |
committer | GitHub <noreply@github.com> | Mon May 25 15:52:38 2020 -0400 |
tree | 479296c8eec3cd90dd5234fca03136ef88daebb3 | |
parent | 365a74b937961b02c92d1338b566b2b038b3e65a [diff] |
Adds missing cauldron-item interactions. (#1097) * Added missing cauldron-item interactions. Fixes GlowstoneMC#1095. * Comply with requested changes. * Move potion edge case Check if the player is holding a potion instead of a water bottle inside `emptyBottle`. getType() only needs to be called once this way.