Allow digging unknown nodes

This commit is contained in:
Perttu Ahola 2011-12-03 13:56:39 +02:00
parent d06d7cb9a4
commit d566ffaa5f
1 changed files with 2 additions and 0 deletions

View File

@ -472,6 +472,8 @@ public:
ContentFeatures f;
f.name = name;
f.setAllTextures("unknown_block.png");
// Make unknown blocks diggable
f.material.diggability = DIGGABLE_NORMAL;
return set(name, f);
}
virtual void updateTextures(ITextureSource *tsrc)