changed object filename to mobs_chicken.x
This commit is contained in:
parent
fca23e3f06
commit
14b819f630
@ -11,7 +11,7 @@ mobs:register_mob("mobs:chicken", {
|
|||||||
-- textures and model
|
-- textures and model
|
||||||
collisionbox = {-0.3, -0.75, -0.3, 0.3, 0.1, 0.3},
|
collisionbox = {-0.3, -0.75, -0.3, 0.3, 0.1, 0.3},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "chicken.x",
|
mesh = "mobs_chicken.x",
|
||||||
drawtype = "front",
|
drawtype = "front",
|
||||||
textures = {
|
textures = {
|
||||||
{"mobs_chicken.png", "mobs_chicken.png", "mobs_chicken.png", "mobs_chicken.png",
|
{"mobs_chicken.png", "mobs_chicken.png", "mobs_chicken.png", "mobs_chicken.png",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user