JackO face is not at the good position in block

This commit is contained in:
Laurent Vivier 2011-09-25 14:00:20 +02:00
parent 067a43f233
commit 52ec219b0e
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ void content_mapnode_init()
i = CONTENT_JACKO;
f = &content_features(i);
f->setAllTextures("JackO-side.png");
f->setTexture(2,"JackO-front.png");
f->setTexture(3,"JackO-front.png");
f->setInventoryTexture("JackO-front.png");
f->param_type = CPT_LIGHT;
f->light_propagates = true;