master
D00Med 2017-01-03 14:29:16 +10:00
parent bd85138d5c
commit e02a0efa04
5 changed files with 2 additions and 2 deletions

View File

@ -27,7 +27,7 @@ for _, col in pairs(all_colours) do
hp_min = 8,
hp_max = 10,
armor = 200,
collisionbox = {-0.5, -1, -0.5, 0.5, 0.3, 0.5},
collisionbox = {-0.4, 0, -0.4, 0.4, 1.3, 0.4},
visual = "mesh",
mesh = "mobs_sheep.b3d",
textures = {
@ -117,7 +117,7 @@ for _, col in pairs(all_colours) do
self.object:set_properties({
textures = {"mobs_sheep_shaved.png"},
mesh = "mobs_sheep_shaved.b3d",
mesh = "mobs_sheep.b3d",
})
return

Binary file not shown.

Before

Width:  |  Height:  |  Size: 635 B

After

Width:  |  Height:  |  Size: 569 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 983 B

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

After

Width:  |  Height:  |  Size: 3.8 KiB