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:
2026-07-22 19:59:49 +03:00
parent 2eaa1dc9b6
commit d68f152e41
6 changed files with 32 additions and 0 deletions
+2
View File
@@ -147,6 +147,8 @@ void Zombie::aiStep()
}
}
Monster::aiStep();
if (isBaby())
setSize(0.3f, 0.9f);
}
bool Zombie::hurt(DamageSource *source, float dmg)