1
0

Fixed mob hitbox sizes, removed TODOs

Measured bat and blaze in vanilla, updated values.
Cavespiders are, in fact, passive in the day.
This commit is contained in:
archshift
2014-06-07 00:40:01 -07:00
parent 87603eb280
commit b768e54ce8
3 changed files with 2 additions and 5 deletions

View File

@@ -7,8 +7,7 @@
cBat::cBat(void) :
// TODO: The size is only a guesstimate, measure in vanilla and fix the size values here
super("Bat", mtBat, "mob.bat.hurt", "mob.bat.death", 0.7, 0.7)
super("Bat", mtBat, "mob.bat.hurt", "mob.bat.death", 0.5, 0.9)
{
}