23 lines
		
	
	
		
			586 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			586 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.19.4
 | 
						|
minecraft_version_major=1.19
 | 
						|
yarn_mappings=1.19.4+build.2
 | 
						|
loader_version=0.14.19
 | 
						|
 | 
						|
# Mod Properties
 | 
						|
mod_version=1.0.0
 | 
						|
maven_group=quimufu.colourful-portals
 | 
						|
archives_base_name=colourful-portals
 | 
						|
 | 
						|
# Dependencies
 | 
						|
fabric_version=0.81.1+1.19.4
 | 
						|
cardinal_components_version=5.1.0
 | 
						|
immersive_portals_version=v2.6.9-mc1.19.4
 | 
						|
tweed_version=1.3.0+mc1.19.4
 | 
						|
sodium_version=0.4.10
 | 
						|
cloth_config_version=10.0.96 |