changed object filename to mobs_chicken.x

This commit is contained in:
tenplus1 2015-03-23 21:34:27 +00:00
parent fca23e3f06
commit 14b819f630
2 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ mobs:register_mob("mobs:chicken", {
-- textures and model
collisionbox = {-0.3, -0.75, -0.3, 0.3, 0.1, 0.3},
visual = "mesh",
mesh = "chicken.x",
mesh = "mobs_chicken.x",
drawtype = "front",
textures = {
{"mobs_chicken.png", "mobs_chicken.png", "mobs_chicken.png", "mobs_chicken.png",