diff options
author | Sokomine <wegwerf@anarres.dyndns.org> | 2015-10-22 22:14:47 +0200 |
---|---|---|
committer | Sokomine <wegwerf@anarres.dyndns.org> | 2015-10-22 22:14:47 +0200 |
commit | 6bd1f13061e5565f352688474ffbf90a05c564df (patch) | |
tree | 1d9884722249d6873f5168fef5f70961a1fdca16 /adaptions.lua | |
parent | b300e9e4b0bbbf3755e5ec6f05caca870fc8e4e6 (diff) |
if moreblocks is installed, moreblocks:slab_wood will be used instead of stairs:slab_wood
Diffstat (limited to 'adaptions.lua')
-rw-r--r-- | adaptions.lua | 4 |
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 |