1
0
mirror of https://github.com/moparisthebest/minetest synced 2024-08-13 16:53:49 -04:00

Unknown nodes can be dug

This commit is contained in:
Perttu Ahola 2012-03-19 08:16:17 +02:00
parent 77d09552ae
commit d24c56fd4b

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++)