summaryrefslogtreecommitdiff
path: root/adaptions.lua
diff options
context:
space:
mode:
Diffstat (limited to 'adaptions.lua')
-rw-r--r--adaptions.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/adaptions.lua b/adaptions.lua
index b6c672a..4c93818 100644
--- a/adaptions.lua
+++ b/adaptions.lua
@@ -93,6 +93,10 @@ if( not( minetest.registered_nodes["default:tree"])) then
end
end
+if( minetest.get_modpath("moreblocks")) then
+ and minetest.registered_nodes( "moreblocks:slab_wood" );
+end
+
if( not( minetest.registered_nodes["wool:white"])) then
cottages.craftitem_wool = "cottages:wool";
end