master
D00Med 2016-12-28 18:16:04 +10:00
parent 2f13daf5e2
commit 4ae42d11ec
2 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -3,7 +3,7 @@ mobs:register_mob("mobs_loz:tingle", {
hp_min = 13,
hp_max = 27,
armor = 90,
collisionbox = {-0.4, -0, -0.4, 0.4, 1.3, 0.4},
collisionbox = {-0.2, -0, -0.2, 0.2, 1.3, 0.2},
--visual_size = {x=1.5, y=1.5},
visual = "mesh",
mesh = "tingle.b3d",