summaryrefslogtreecommitdiff
path: root/nodes_historic.lua
diff options
context:
space:
mode:
authorh-v-smacker <hans-von-smacker+github@gmail.com>2018-07-14 21:44:44 +0300
committerh-v-smacker <hans-von-smacker+github@gmail.com>2018-07-14 21:44:44 +0300
commit4b267bcde860f081616748d38010a38352672a00 (patch)
treef0f2fbf004c87427efb5ca9144bfcc6c11052207 /nodes_historic.lua
parent69709206eb0264e348694b64b5749593bf2a8b69 (diff)
parent739f3a7ac4d221590383d5d8cd97f821c7d61b87 (diff)
merge resolution
Diffstat (limited to 'nodes_historic.lua')
-rw-r--r--nodes_historic.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/nodes_historic.lua b/nodes_historic.lua
index 46537fb..993fb3e 100644
--- a/nodes_historic.lua
+++ b/nodes_historic.lua
@@ -27,7 +27,7 @@ minetest.register_node("cottages:wagon_wheel", {
},
groups = {choppy=2,dig_immediate=2,attached_node=1},
legacy_wallmounted = true,
- sounds = default.node_sound_defaults(),
+ sounds = default.node_sound_defaults,
is_ground_content = false,
})