From 6bd1f13061e5565f352688474ffbf90a05c564df Mon Sep 17 00:00:00 2001 From: Sokomine Date: Thu, 22 Oct 2015 22:14:47 +0200 Subject: if moreblocks is installed, moreblocks:slab_wood will be used instead of stairs:slab_wood --- adaptions.lua | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'adaptions.lua') 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 -- cgit v1.2.3