diff --git a/README.txt b/README.txt index 4cdbb7d4..801109c3 100644 --- a/README.txt +++ b/README.txt @@ -57,13 +57,8 @@ What's changed? * A whole boatload of other mods have been added, which is where most of the content actually comes from. -Compatibility --------------- -The dreambuilder_game github master HEAD is generally compatible with the github -master HEAD of minetest. - License of source code ----------------------- +¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ Copyright (C) 2010-2012 celeron55, Perttu Ahola See README.txt in each mod directory for information about other authors. @@ -82,7 +77,7 @@ with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. License of media (textures and sounds) --------------------------------------- +¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯ Copyright (C) 2010-2012 celeron55, Perttu Ahola See README.txt in each mod directory for information about other authors. diff --git a/mods/cottages/init.lua b/mods/cottages/init.lua index cb3fa864..2bb42441 100644 --- a/mods/cottages/init.lua +++ b/mods/cottages/init.lua @@ -19,6 +19,9 @@ cottages = {} +--cottages.config_use_mesh_barrel = false; +--cottages.config_use_mesh_handmill = true; + -- uncomment parts you do not want dofile(minetest.get_modpath("cottages").."/nodes_furniture.lua"); @@ -29,7 +32,7 @@ dofile(minetest.get_modpath("cottages").."/nodes_doorlike.lua"); dofile(minetest.get_modpath("cottages").."/nodes_fences.lua"); dofile(minetest.get_modpath("cottages").."/nodes_roof.lua"); dofile(minetest.get_modpath("cottages").."/nodes_barrel.lua"); -dofile(minetest.get_modpath("cottages").."/nodes_chests.lua"); +--dofile(minetest.get_modpath("cottages").."/nodes_chests.lua"); -- this is only required and useful if you run versions of the random_buildings mod where the nodes where defined inside that mod dofile(minetest.get_modpath("cottages").."/alias.lua");