aboutsummaryrefslogtreecommitdiff
path: root/nodes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nodes.lua')
-rw-r--r--nodes.lua5
1 files changed, 5 insertions, 0 deletions
diff --git a/nodes.lua b/nodes.lua
index 5efda8f..04159fd 100644
--- a/nodes.lua
+++ b/nodes.lua
@@ -116,6 +116,11 @@ local nodes = {
groups = {cracky = 2},
sounds = sound_stone,
},
+ ["cobble_compressed"] = {
+ description = S("Compressed Cobblestone"),
+ groups = {cracky = 1},
+ sounds = sound_stone,
+ },
["plankstone"] = {
description = S("Plankstone"),
groups = {cracky = 3},