Update nodes for compatibility with digging time groups.

This commit is contained in:
Anthony Zhang
2012-03-22 17:52:11 -04:00
parent 9ec0767762
commit 3018128b4b
18 changed files with 42 additions and 41 deletions

View File

@ -11,7 +11,7 @@ minetest.register_node("mesecons_solarpanel:solar_panel", {
type = "fixed",
},
furnace_burntime = 5,
material = minetest.digprop_dirtlike(0.1),
groups = {snappy=2},
description="Solar Panel",
})