summaryrefslogtreecommitdiff
path: root/nodes_mining.lua
diff options
context:
space:
mode:
authorSokomine <wegwerf@anarres.dyndns.org>2018-06-30 03:14:41 +0200
committerSokomine <wegwerf@anarres.dyndns.org>2018-06-30 03:14:41 +0200
commit739f3a7ac4d221590383d5d8cd97f821c7d61b87 (patch)
treec6cacac05f7aae260d0e8700b939eb5396f6f510 /nodes_mining.lua
parentd607c8af311e0beaa3d3331f6acbf722985c9b62 (diff)
added screenshot; made compatible with mineclone2; adjusted sounds
Diffstat (limited to 'nodes_mining.lua')
-rw-r--r--nodes_mining.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nodes_mining.lua b/nodes_mining.lua
index 3af4f71..b33ec3d 100644
--- a/nodes_mining.lua
+++ b/nodes_mining.lua
@@ -54,7 +54,7 @@ minetest.register_node("cottages:ladder_with_rope_and_rail", {
},
groups = {choppy=2,oddly_breakable_by_hand=3,rail=1,connect_to_raillike=1}, --connect_to_raillike=minetest.raillike_group("rail")},
legacy_wallmounted = true,
- sounds = default.node_sound_wood_defaults(),
+ sounds = default.node_sound_wood_defaults,
})