diff options
Diffstat (limited to 'adaptions.lua')
-rw-r--r-- | adaptions.lua | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/adaptions.lua b/adaptions.lua index 4c93818..24782cd 100644 --- a/adaptions.lua +++ b/adaptions.lua @@ -93,8 +93,9 @@ if( not( minetest.registered_nodes["default:tree"])) then end end -if( minetest.get_modpath("moreblocks")) then - and minetest.registered_nodes( "moreblocks:slab_wood" ); +if( minetest.get_modpath("moreblocks") + and minetest.registered_nodes[ "moreblocks:slab_wood" ]) then + cottages.craftitem_slab_wood = "moreblocks:slab_wood"; end if( not( minetest.registered_nodes["wool:white"])) then |