Tune digging time group for power plant

This commit is contained in:
Jeija 2012-04-22 07:48:15 +02:00
parent 45520274eb
commit 700cd06dd9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ minetest.register_node("mesecons_powerplant:power_plant", {
inventory_image = "jeija_power_plant.png",
paramtype = "light",
walkable = false,
groups = {snappy=2},
groups = {snappy=3},
light_source = LIGHT_MAX-9,
description="Power Plant",
})