Fix Baby Striders being extra small

This commit is contained in:
PrairieWind 2022-11-24 14:46:54 -07:00
parent 4cc0a5b0f1
commit e1ba319616
1 changed files with 0 additions and 1 deletions

View File

@ -200,7 +200,6 @@ local baby_strider = table.copy(strider)
baby_strider.collisionbox = {-.3, -0.01, -.3, .3, 0.94, .3}
baby_strider.xp_min = 13
baby_strider.xp_max = 13
baby_strider.visual_size = {x=strider.visual_size.x/2, y=strider.visual_size.y/2}
textures = { {
"extra_mobs_strider.png",
"extra_mobs_trans.png",