mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-09 17:23:49 +01:00
Fix Baby Striders being extra small
This commit is contained in:
parent
4cc0a5b0f1
commit
e1ba319616
@ -200,7 +200,6 @@ local baby_strider = table.copy(strider)
|
|||||||
baby_strider.collisionbox = {-.3, -0.01, -.3, .3, 0.94, .3}
|
baby_strider.collisionbox = {-.3, -0.01, -.3, .3, 0.94, .3}
|
||||||
baby_strider.xp_min = 13
|
baby_strider.xp_min = 13
|
||||||
baby_strider.xp_max = 13
|
baby_strider.xp_max = 13
|
||||||
baby_strider.visual_size = {x=strider.visual_size.x/2, y=strider.visual_size.y/2}
|
|
||||||
textures = { {
|
textures = { {
|
||||||
"extra_mobs_strider.png",
|
"extra_mobs_strider.png",
|
||||||
"extra_mobs_trans.png",
|
"extra_mobs_trans.png",
|
||||||
|
Loading…
Reference in New Issue
Block a user