23 lines
		
	
	
		
			592 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			592 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
# Done to increase the memory available to gradle.
 | 
						|
org.gradle.jvmargs=-Xmx1G
 | 
						|
org.gradle.parallel=true
 | 
						|
 | 
						|
# Fabric Properties
 | 
						|
# check these on https://fabricmc.net/develop
 | 
						|
minecraft_version=1.21.1
 | 
						|
minecraft_version_major=1.21
 | 
						|
yarn_mappings=1.21.1+build.3
 | 
						|
loader_version=0.16.7
 | 
						|
 | 
						|
# Mod Properties
 | 
						|
mod_version=0.9.7
 | 
						|
maven_group=quimufu.colourful-portals
 | 
						|
archives_base_name=colourful-portals
 | 
						|
 | 
						|
# Dependencies
 | 
						|
fabric_version=0.105.0+1.21.1
 | 
						|
cca_version = 6.1.1
 | 
						|
immersive_portals_version_short=6.0.3
 | 
						|
immersive_portals_version=v6.0.3-mc1.21.1
 | 
						|
sodium_version=mc1.21-0.5.11
 | 
						|
midnightlib_version=1.6.3-fabric |