mirror of
				https://github.com/chylex/Minecraft-Phantom-Panel.git
				synced 2025-10-31 20:17:16 +01:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			94148add2d
			...
			wip-launch
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 101ca865fe | 
| @@ -0,0 +1,12 @@ | ||||
| using Phantom.Agent.Minecraft.Instance; | ||||
| using Phantom.Agent.Minecraft.Java; | ||||
|  | ||||
| namespace Phantom.Agent.Minecraft.Launcher.Types;  | ||||
|  | ||||
| public class ForgeLauncher : BaseLauncher { | ||||
| 	public ForgeLauncher(InstanceProperties instanceProperties) : base(instanceProperties) {} | ||||
| 	 | ||||
| 	private protected override void CustomizeJvmArguments(JvmArgumentBuilder arguments) { | ||||
| 		arguments.AddProperty("terminal.ansi", "true"); // TODO | ||||
| 	} | ||||
| } | ||||
		Reference in New Issue
	
	Block a user