1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 23:40:34 +02:00

Corrected creeper mesh

This commit is contained in:
Gael-de-Sailly 2015-07-16 14:54:23 +02:00
parent 05853440be
commit 46df48af01

View File

@ -13,7 +13,7 @@ mobs:register_mob("mobs:creeper", {
-- textures and model
collisionbox = {-0.4, -0.01, -0.4, 0.4, 1.9, 0.4},
visual = "mesh",
mesh = "mobs_tree_monster.x",
mesh = "mobs_tree_monster.b3d",
drawtype = "front",
textures = {
{"mobs_creeper.png"},