From 52ec219b0ea4ab32398d6d513ae2ffcd4ffba515 Mon Sep 17 00:00:00 2001 From: Laurent Vivier Date: Sun, 25 Sep 2011 14:00:20 +0200 Subject: [PATCH] JackO face is not at the good position in block --- src/content_mapnode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content_mapnode.cpp b/src/content_mapnode.cpp index 6a5a05e72..a10f286cc 100644 --- a/src/content_mapnode.cpp +++ b/src/content_mapnode.cpp @@ -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;