mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 23:40:31 +01:00
Corrected creeper mesh
This commit is contained in:
parent
05853440be
commit
46df48af01
|
@ -13,7 +13,7 @@ mobs:register_mob("mobs:creeper", {
|
||||||
-- textures and model
|
-- textures and model
|
||||||
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.9, 0.4},
|
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.9, 0.4},
|
||||||
visual = "mesh",
|
visual = "mesh",
|
||||||
mesh = "mobs_tree_monster.x",
|
mesh = "mobs_tree_monster.b3d",
|
||||||
drawtype = "front",
|
drawtype = "front",
|
||||||
textures = {
|
textures = {
|
||||||
{"mobs_creeper.png"},
|
{"mobs_creeper.png"},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user