This commit is contained in:
GabsPuNs
2026-05-14 21:52:21 -04:00
parent 1b2f5c6fe8
commit f8a2d644f5
291 changed files with 7363 additions and 18368 deletions

View File

@@ -221,10 +221,4 @@ void Witch::performRangedAttack(shared_ptr<LivingEntity> target, float power)
potion->shoot(xd, yd + dist * 0.2f, zd, 0.75f, 8);
level->addEntity(potion);
}
// TU25 Addition
float Witch::getEyeHeight()
{
return 1.62f;
}