forked from Mirrorlandia_minetest/mesecons
Tune digging time group for power plant
This commit is contained in:
parent
45520274eb
commit
700cd06dd9
@ -7,7 +7,7 @@ minetest.register_node("mesecons_powerplant:power_plant", {
|
|||||||
inventory_image = "jeija_power_plant.png",
|
inventory_image = "jeija_power_plant.png",
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
walkable = false,
|
walkable = false,
|
||||||
groups = {snappy=2},
|
groups = {snappy=3},
|
||||||
light_source = LIGHT_MAX-9,
|
light_source = LIGHT_MAX-9,
|
||||||
description="Power Plant",
|
description="Power Plant",
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user