Make granite harder than regular stone

In real life granite is renowned for its hardness.
This commit is contained in:
Zefram
2014-07-30 20:25:35 +01:00
parent 84cf6504c5
commit 0dfac3f484
3 changed files with 3 additions and 3 deletions

View File

@ -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(),
})