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:
5
init.lua
5
init.lua
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user