1
0
zrcadlo https://github.com/Sokomine/cottages.git synchronizováno 2025-11-08 07:15:27 +01:00

use wooden slab from moreblocks if available

Tento commit je obsažen v:
Sokomine
2015-10-23 06:39:29 +02:00
rodič 6bd1f13061
revize 93fdfdd0bb

Zobrazit soubor

@@ -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