diff options
author | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-14 21:44:44 +0300 |
---|---|---|
committer | h-v-smacker <hans-von-smacker+github@gmail.com> | 2018-07-14 21:44:44 +0300 |
commit | 4b267bcde860f081616748d38010a38352672a00 (patch) | |
tree | f0f2fbf004c87427efb5ca9144bfcc6c11052207 /nodes_historic.lua | |
parent | 69709206eb0264e348694b64b5749593bf2a8b69 (diff) | |
parent | 739f3a7ac4d221590383d5d8cd97f821c7d61b87 (diff) |
merge resolution
Diffstat (limited to 'nodes_historic.lua')
-rw-r--r-- | nodes_historic.lua | 2 |
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, }) |