summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
authorSokomine <wegwerf@anarres.dyndns.org>2017-06-30 19:58:52 +0200
committerSokomine <wegwerf@anarres.dyndns.org>2017-06-30 19:58:52 +0200
commit3027973c3a8cb749fb993f3a7dd2528c632a0a3f (patch)
treeb341a02c6d7c876e5995c3de9a37fc4849253d07 /init.lua
parentf5fa45f7b709cfe7c8b44dcd20963e5abb3edfbd (diff)
added special ladder and rope for mines
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 cbafc0a..8149611 100644
--- a/init.lua
+++ b/init.lua
@@ -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