|
@ -36,7 +36,6 @@ mobs_param = { |
|
|
|
|
|
|
|
|
add_egg = true , |
|
|
add_egg = true , |
|
|
egg_image = "default_dirt.png" , |
|
|
egg_image = "default_dirt.png" , |
|
|
backface_culling = false, |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
-- =================================================================== |
|
|
-- =================================================================== |
|
@ -68,7 +67,7 @@ mobs_param.core_param = { |
|
|
collisionbox = { -0.40, -0.01, -0.40, 0.40, 1.80, 0.40 } , |
|
|
collisionbox = { -0.40, -0.01, -0.40, 0.40, 1.80, 0.40 } , |
|
|
visual = "mesh" , |
|
|
visual = "mesh" , |
|
|
-- drawtype = "front" , |
|
|
-- drawtype = "front" , |
|
|
-- backface_culling = false, |
|
|
backface_culling = false, |
|
|
mesh = msname .. ".x" , |
|
|
mesh = msname .. ".x" , |
|
|
textures = { msname .. "_mesh.png" } , |
|
|
textures = { msname .. "_mesh.png" } , |
|
|
stepheight = 1.2 , |
|
|
stepheight = 1.2 , |
|
|