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 /init.lua | |
parent | 69709206eb0264e348694b64b5749593bf2a8b69 (diff) | |
parent | 739f3a7ac4d221590383d5d8cd97f821c7d61b87 (diff) |
merge resolution
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -29,6 +29,11 @@ else cottages.S = function(s) return s end end +-- MineClone2 needs special treatment; default is only needed for +-- crafting materials and sounds (less important) +if( not( minetest.get_modpath("default"))) then + default = {}; +end --cottages.config_use_mesh_barrel = false; --cottages.config_use_mesh_handmill = true; |