This commit can be used as an example on how to update your mod to Java 16. You will need to ensure you have Java 16 installed and set as the active version to run this. Gradle 7 is required along with loom 0.8
		
			
				
	
	
		
			6 lines
		
	
	
		
			202 B
		
	
	
	
		
			INI
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			202 B
		
	
	
	
		
			INI
		
	
	
	
	
	
distributionBase=GRADLE_USER_HOME
 | 
						|
distributionPath=wrapper/dists
 | 
						|
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-bin.zip
 | 
						|
zipStoreBase=GRADLE_USER_HOME
 | 
						|
zipStorePath=wrapper/dists
 |