summaryrefslogtreecommitdiff
path: root/cottages/init.lua
diff options
context:
space:
mode:
authorVanessa Ezekowitz <vanessaezekowitz@gmail.com>2016-08-19 02:27:19 -0400
committerVanessa Ezekowitz <vanessaezekowitz@gmail.com>2016-08-19 02:27:19 -0400
commitee9541f8eace4c72604acaec2291d0ca07d32fa0 (patch)
tree27f73e35f5d6523bae0231a76f37a0dc7b71a228 /cottages/init.lua
parent2db921cac8002232a3ecd21ad56c262d89e301b4 (diff)
downloaddreambuilder_modpack-ee9541f8eace4c72604acaec2291d0ca07d32fa0.tar
dreambuilder_modpack-ee9541f8eace4c72604acaec2291d0ca07d32fa0.tar.gz
dreambuilder_modpack-ee9541f8eace4c72604acaec2291d0ca07d32fa0.tar.bz2
dreambuilder_modpack-ee9541f8eace4c72604acaec2291d0ca07d32fa0.tar.xz
dreambuilder_modpack-ee9541f8eace4c72604acaec2291d0ca07d32fa0.zip
updated cottages mod
Diffstat (limited to 'cottages/init.lua')
-rw-r--r--cottages/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/cottages/init.lua b/cottages/init.lua
index af0cb16..cbafc0a 100644
--- a/cottages/init.lua
+++ b/cottages/init.lua
@@ -56,6 +56,7 @@ cottages.handmill_min_per_turn = 0;
-- uncomment parts you do not want
dofile(minetest.get_modpath("cottages").."/nodes_furniture.lua");
dofile(minetest.get_modpath("cottages").."/nodes_historic.lua");
+dofile(minetest.get_modpath("cottages").."/nodes_feldweg.lua");
dofile(minetest.get_modpath("cottages").."/nodes_straw.lua");
dofile(minetest.get_modpath("cottages").."/nodes_anvil.lua");
dofile(minetest.get_modpath("cottages").."/nodes_doorlike.lua");