-- =================================================================== local cvt = default.convert_node -- =================================================================== cvt ( "abridoors:hidden_door_dungeon_stone_a" , "doors:door_bedroom_a" ) cvt ( "abridoors:hidden_door_dungeon_stone_b" , "doors:door_bedroom_b" ) cvt ("abridoors:hidden_door_sandstone_brick_a" , "doors:door_bedroom_a" ) cvt ("abridoors:hidden_door_sandstone_brick_b" , "doors:door_bedroom_b" ) -- =================================================================== cvt ("abridoors:hidden_trapdoor_desert_stone_brick" , "doors:trapdoor" ) cvt ("abridoors:hidden_trapdoor_desert_stone_brick_open" , "doors:trapdoor_open" ) cvt ("abridoors:hidden_trapdoor_dungeon_stone" , "doors:trapdoor" ) cvt ("abridoors:hidden_trapdoor_dungeon_stone_open" , "doors:trapdoor_open" ) cvt ("abridoors:hidden_trapdoor_sandstone_brick" , "doors:trapdoor" ) cvt ("abridoors:hidden_trapdoor_sandstone_brick_open" , "doors:trapdoor_open" ) cvt ("abridoors:hidden_trapdoor_stonewall" , "doors:trapdoor" ) cvt ("abridoors:hidden_trapdoor_stonewall_open" , "doors:trapdoor_open" ) -- =================================================================== -- End of file.