// Class File redirects official launcher requests to custom launcher package net.minecraft; public class LauncherFrame { public static void main(String[] args) { net.elementsmodcolab.LauncherWindow.main(args); } }