handled diffrent name for wooden slabs in case of moreblocks beeing installed

This commit is contained in:
Sokomine 2015-08-23 23:33:00 +02:00
parent c1a0d4f1f1
commit 2aca7eb69d

@ -61,6 +61,9 @@ if( minetest.get_modpath( 'moon' ) or minetest.get_modpath( 'moonrealm') or mine
bild_pfad_s2 = bild_pfad; --"forniture_wood_s2.png";
end
if( minetest.get_modpath( 'moreblocks' )) then
WOOD = 'moreblocks:slab_wood';
end
local MAX_BRIDGE_LENGTH = 27; -- this is how far the automatic bridge can extend