From 3027973c3a8cb749fb993f3a7dd2528c632a0a3f Mon Sep 17 00:00:00 2001 From: Sokomine Date: Fri, 30 Jun 2017 19:58:52 +0200 Subject: added special ladder and rope for mines --- init.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'init.lua') 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 -- cgit v1.2.3