1
0
mirror of https://github.com/Sokomine/cottages.git synced 2025-07-04 00:50:28 +02:00

added nice meshes from VanessaE, junction, t-junction and curve to dirt road

This commit is contained in:
Sokomine
2016-08-17 23:53:33 +02:00
parent 00fd63ba14
commit 1f0bc0e4bd
13 changed files with 1141 additions and 19 deletions

View File

@ -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");