From 0dfac3f48418a54a0119d445202deb94aed78845 Mon Sep 17 00:00:00 2001 From: Zefram Date: Wed, 30 Jul 2014 20:25:35 +0100 Subject: Make granite harder than regular stone In real life granite is renowned for its hardness. --- technic_worldgen/nodes.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'technic_worldgen') 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(), }) -- cgit v1.2.3