summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--technic_worldgen/nodes.lua2
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(),
})