Newer
Older
KeeperJerry_Launcher / LaunchServer / resources / launchserver / defaults / profile1.10.2.cfg
@sashok724 sashok724 on 13 Nov 2016 772 bytes хуита
version: "1.10.2";
assetIndex: "1.10.2"; # 1.7.10+ only

# Runtime-dependent params
dir: "XXXXX";
assetDir: "asset1.10.2";

# Client params
sortIndex: 0;
title: "XXXXX";
serverAddress: "server.tld";
serverPort: 25565;

# Updater and client watch service
update: [
	"servers\\.dat"
];
updateVerify: [
	"libraries", "natives", "mods",
	"minecraft\\.jar", "forge\\.jar"
];
updateExclusions: [];

# Client launcher params
mainClass: "net.minecraft.launchwrapper.Launch";
classPath: [ "forge.jar", "minecraft.jar", "libraries" ];
jvmArgs: [
	"-Dfml.ignorePatchDiscrepancies=true",
	"-Dfml.ignoreInvalidMinecraftCertificates=true",

	# JVM Attach protection
	"-XX:+DisableAttachMechanism"
];
clientArgs: [
	"--tweakClass", "net.minecraftforge.fml.common.launcher.FMLTweaker"
];