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:
@@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user