Description
Mod that blocks the attack from occurring when the player attacks (or shoots an arrow) while climbing a ladder. It will display a message to the player showing that the attack was blocked. The config file can enable/disable the blocking from meele attacks and/or bow, and enable/disable the displaying of the message.
Config:
general {
# Block bow shooting while the player is on a ladder or vine
B:blockBow=true
# Block melee attacks while the player is on a ladder or vine
B:blockMelee=true
# Show messages when an attack is blocked
B:showMessages=true
}


