
Atlauncher custom pack mods#
Users Settings private Server server // Server to use for the Launcher private String forgeLoggingLevel // Logging level to use when running Minecraft with Forge private int initialMemory // Initial RAM to use when launching Minecraft private int maximumMemory // Maximum RAM to use when launching Minecraft private int permGen // PermGenSize to use when launching Minecraft in MB private int windowWidth // Width of the Minecraft window private int windowHeight // Height of the Minecraft window private boolean maximiseMinecraft // If Minecraft should start maximised private boolean saveCustomMods // If custom mods should be saved between updates/reinstalls private boolean usingCustomJavaPath // If the user is using a custom java path private String javaPath // Users path to Java private String javaParamaters // Extra Java paramaters when launching Minecraft private boolean advancedBackup // If advanced backup is enabled private boolean sortPacksAlphabetically // If to sort packs default alphabetically private boolean keepLauncherOpen // If we should close the Launcher after Minecraft has closed private boolean enableConsole // If to show the console by default private boolean enableTrayIcon // If to enable tray icon private boolean enableLeaderboards // If to enable the leaderboards private boolean enableLogs // If to enable logs private boolean enableOpenEyeReporting // If to enable OpenEye reporting private boolean enableProxy = false // If proxy is in use private boolean enablePackTags = false * Settings class for storing all data for the Launcher and the settings of the user.

Import java.io.UnsupportedEncodingException * You should have received a copy of the GNU General Public License * GNU General Public License for more details. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. * but WITHOUT ANY WARRANTY without even the implied warranty of * This program is distributed in the hope that it will be useful,
Atlauncher custom pack software#
* the Free Software Foundation, either version 3 of the License, or * it under the terms of the GNU General Public License as published by * This program is free software: you can redistribute it and/or modify

Some modpacks were created by only one person, whereas others are maintained by a team of people.IntroductionHere is the source code for .java It is similar in its functionality to other launchers, like the Feed The Beast Launcher, but unlike most others none of the available modpacks are created by the launcher developer.
Atlauncher custom pack install#
The ATLauncher is an unofficial Minecraft launcher developed by RyanTheAllmighty that allows for easy installation of modpacks, without having to manually install each mod and adjust the configuration. The main ATLauncher window, currently showing part of the modpack list
