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
+1 -2
View File
@@ -9,8 +9,7 @@
cBlaze::cBlaze(void) :
// TODO: The size is only a guesstimate, measure in vanilla and fix the size values here
super("Blaze", mtBlaze, "mob.blaze.hit", "mob.blaze.death", 0.7, 1.8)
super("Blaze", mtBlaze, "mob.blaze.hit", "mob.blaze.death", 0.6, 1.8)
{
}