10 lines
		
	
	
		
			348 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			348 B
		
	
	
	
		
			Properties
		
	
	
	
	
	
| # Sets default memory used for gradle commands. Can be overridden by user or command line properties.
 | |
| # This is required to provide enough memory for the Minecraft decompilation process.
 | |
| org.gradle.jvmargs=-Xmx3G
 | |
| org.gradle.daemon=false
 | |
| 
 | |
| mod_version=1.18
 | |
| archives_base_name=[1.19.2]-Medieval-Siege-Machines
 | |
| 
 | |
| mc_version=1.19.2
 | |
| jei_version=11.5.0.297 |