forked from pieeebot/cafeberry
fix(TU22): Boat, Baby zombie and Texture changes.
TU22: - Corrected baby zombie hit boxes size. - Fix for players sometimes taking fall damage while in a boat. - Updated Lapis Lazuli's block texture
This commit is contained in:
@@ -147,6 +147,8 @@ void Zombie::aiStep()
|
||||
}
|
||||
}
|
||||
Monster::aiStep();
|
||||
if (isBaby())
|
||||
setSize(0.3f, 0.9f);
|
||||
}
|
||||
|
||||
bool Zombie::hurt(DamageSource *source, float dmg)
|
||||
|
||||
Reference in New Issue
Block a user