1
0
mirror of https://github.com/Sokomine/cottages.git synced 2025-07-04 17:10:23 +02:00

if moreblocks is installed, moreblocks:slab_wood will be used instead of stairs:slab_wood

This commit is contained in:
Sokomine
2015-10-22 22:14:47 +02:00
parent b300e9e4b0
commit 6bd1f13061
2 changed files with 5 additions and 0 deletions

View File

@ -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