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:
@ -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
|
||||
|
Reference in New Issue
Block a user