mirror of
https://github.com/Sokomine/cottages.git
synced 2024-12-28 03:30:35 +01:00
if moreblocks is installed, moreblocks:slab_wood will be used instead of stairs:slab_wood
This commit is contained in:
parent
b300e9e4b0
commit
6bd1f13061
@ -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
|
||||
|
@ -5,3 +5,4 @@ homedecor?
|
||||
intllib?
|
||||
trees?
|
||||
wool?
|
||||
moreblocks?
|
||||
|
Loading…
Reference in New Issue
Block a user