Update entity sizes

This commit is contained in:
Tiger Wang
2021-04-12 22:35:07 +01:00
parent 1394fc8eb5
commit 6e80f7544d
70 changed files with 124 additions and 112 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
cIronGolem::cIronGolem(void) :
Super("IronGolem", mtIronGolem, "entity.irongolem.hurt", "entity.irongolem.death", "entity.irongolem.ambient", 1.4, 2.9)
Super("IronGolem", mtIronGolem, "entity.irongolem.hurt", "entity.irongolem.death", "entity.irongolem.ambient", 1.4f, 2.7f)
{
}