diff options
author | Sokomine <wegwerf@anarres.dyndns.org> | 2016-08-17 23:53:33 +0200 |
---|---|---|
committer | Sokomine <wegwerf@anarres.dyndns.org> | 2016-08-17 23:53:33 +0200 |
commit | 1f0bc0e4bd6e20f4094708246c08d095d83dac62 (patch) | |
tree | af796e0ebd1c62e617858cdacba55214261e54b4 /init.lua | |
parent | 00fd63ba140f7eca9ea73a2732948dac72c9f4fc (diff) |
added nice meshes from VanessaE, junction, t-junction and curve to dirt road
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); |