diff options
Diffstat (limited to 'technic_worldgen')
| -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 54ddfca..9e7e4e1 100644 --- a/technic_worldgen/nodes.lua +++ b/technic_worldgen/nodes.lua @@ -58,7 +58,7 @@ minetest.register_node( ":technic:marble", {  	description = S("Marble"),  	tiles = { "technic_marble.png" },  	is_ground_content = true, -	groups = {cracky=3}, +	groups = {cracky=3, marble=1},  	sounds = default.node_sound_stone_defaults(),  })  | 
