thetorine / thirstmod

The Mod that makes you thirsty!
https://www.minecraftforum.net/forums/mapping-and-modding/minecraft-mods/1282656
16 stars 4 forks source link

use canteen - client crash #1

Closed ghost closed 9 years ago

ghost commented 9 years ago

http://pastebin.com/Z0UHtU8C

When connected to server use canteen when points to block. Singleplayer looks ok.

ghost commented 9 years ago

affected line must be changed to this:

} else if (itemstack.getItemDamage() > 0 && canDrink(player)) {

thetorine commented 9 years ago

Fixed and released. Thanks for letting me know.