1
0
mirror of https://github.com/Sokomine/cottages.git synced 2026-01-13 12:35:41 +01:00

added screenshot; made compatible with mineclone2; adjusted sounds

This commit is contained in:
Sokomine
2018-06-30 03:14:41 +02:00
parent d607c8af31
commit 739f3a7ac4
9 changed files with 22 additions and 17 deletions

View File

@@ -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;