diff options
Diffstat (limited to 'technic_worldgen/nodes.lua')
-rw-r--r-- | technic_worldgen/nodes.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/technic_worldgen/nodes.lua b/technic_worldgen/nodes.lua index 29ea5fb..3b0ad99 100644 --- a/technic_worldgen/nodes.lua +++ b/technic_worldgen/nodes.lua @@ -32,7 +32,7 @@ minetest.register_node( ":technic:granite", { description = S("Granite"), tiles = { "technic_granite.png" }, is_ground_content = true, - groups = {cracky=3}, + groups = {cracky=1}, sounds = default.node_sound_stone_defaults(), }) |