Unknown nodes can be dug

This commit is contained in:
Perttu Ahola 2012-03-19 08:16:17 +02:00
parent 77d09552ae
commit d24c56fd4b
1 changed files with 2 additions and 0 deletions

View File

@ -109,6 +109,8 @@ void ContentFeatures::reset()
*/
name = "";
groups.clear();
// Unknown nodes can be dug
groups["dig_immediate"] = 2;
drawtype = NDT_NORMAL;
visual_scale = 1.0;
for(u32 i=0; i<6; i++)