summaryrefslogtreecommitdiff
path: root/cottages/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'cottages/init.lua')
-rw-r--r--cottages/init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/cottages/init.lua b/cottages/init.lua
index cbafc0a..8149611 100644
--- a/cottages/init.lua
+++ b/cottages/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