summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorSokomine <wegwerf@anarres.dyndns.org>2016-08-17 23:53:33 +0200
committerSokomine <wegwerf@anarres.dyndns.org>2016-08-17 23:53:33 +0200
commit1f0bc0e4bd6e20f4094708246c08d095d83dac62 (patch)
treeaf796e0ebd1c62e617858cdacba55214261e54b4 /init.lua
parent00fd63ba140f7eca9ea73a2732948dac72c9f4fc (diff)
added nice meshes from VanessaE, junction, t-junction and curve to dirt road
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index af0cb16..cbafc0a 100644
--- a/init.lua
+++ b/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");