summaryrefslogtreecommitdiff
path: root/cottages/init.lua
diff options
context:
space:
mode:
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");