From 739f3a7ac4d221590383d5d8cd97f821c7d61b87 Mon Sep 17 00:00:00 2001 From: Sokomine Date: Sat, 30 Jun 2018 03:14:41 +0200 Subject: added screenshot; made compatible with mineclone2; adjusted sounds --- init.lua | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'init.lua') diff --git a/init.lua b/init.lua index 8149611..a2a4751 100644 --- a/init.lua +++ b/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; -- cgit v1.2.3