1
0
mirror of https://github.com/Sokomine/cottages.git synced 2026-01-11 19:45:42 +01:00

added special ladder and rope for mines

This commit is contained in:
Sokomine
2017-06-30 19:58:52 +02:00
parent f5fa45f7b7
commit 3027973c3a
3 changed files with 68 additions and 0 deletions

View File

@@ -63,6 +63,7 @@ dofile(minetest.get_modpath("cottages").."/nodes_doorlike.lua");
dofile(minetest.get_modpath("cottages").."/nodes_fences.lua");
dofile(minetest.get_modpath("cottages").."/nodes_roof.lua");
dofile(minetest.get_modpath("cottages").."/nodes_barrel.lua");
dofile(minetest.get_modpath("cottages").."/nodes_mining.lua");
--dofile(minetest.get_modpath("cottages").."/nodes_chests.lua");
-- this is only required and useful if you run versions of the random_buildings mod where the nodes where defined inside that mod