minecraft: Run with a non-headless java to include awt
Quark requires awt on the server side to draw some things.
This commit is contained in:
		
							parent
							
								
									92131a0ec0
								
							
						
					
					
						commit
						8e9b6169b1
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -82,7 +82,7 @@ in
 | 
			
		|||
        tag = "latest";
 | 
			
		||||
        config = {
 | 
			
		||||
          Entrypoint = [ "${entrypoint}" ];
 | 
			
		||||
          Cmd = [ "${pkgs.jre_headless}/bin/java"
 | 
			
		||||
          Cmd = [ "${pkgs.jre}/bin/java"
 | 
			
		||||
                  "-Xms2G"
 | 
			
		||||
                  "-Xmx2G"
 | 
			
		||||
                  # Using recommended flags from https://mcflags.emc.gs
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue