mirror of
				https://github.com/chylex/Minecraft-Phantom-Panel.git
				synced 2025-11-04 03:40:15 +01:00 
			
		
		
		
	Compare commits
	
		
			1 Commits
		
	
	
		
			5ffbde6a04
			...
			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