36 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			36 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
| # Done to increase the memory available to gradle.
 | |
| org.gradle.jvmargs=-Xmx1G
 | |
| 
 | |
| # Fabric Properties
 | |
| # check these on https://modmuss50.me/fabric.html
 | |
| minecraft_version=1.20.1
 | |
| yarn_mappings=1.20.1+build.10
 | |
| fabric_loader_version=0.16.9
 | |
| # check this on https://modmuss50.me/fabric.html
 | |
| fabric_api_version=0.92.2+1.20.1
 | |
| 
 | |
| # Mappings
 | |
| # https://lambdaurora.dev/tools/import_quilt.html
 | |
| qm_version = 23
 | |
| # https://parchmentmc.org/docs/getting-started
 | |
| parchment_version = 2023.09.03
 | |
| 
 | |
| # Mod Properties
 | |
| mod_version = 1.0
 | |
| maven_group = ru.bitheaven
 | |
| archives_base_name = createairfabric
 | |
| 
 | |
| # Dependencies
 | |
| # https://modrinth.com/mod/create-fabric/versions
 | |
| create_version = 0.5.1-j-build.1631+mc1.20.1
 | |
| # https://modrinth.com/mod/thin-air/versions
 | |
| thinair_version = v8.1.5-1.20.1-Fabric
 | |
| # https://modrinth.com/mod/ad-astra/versions
 | |
| adastra_version = Xtm1uo8F
 | |
| botarium_version = f3ATcSfq
 | |
| # set to disabled to have none of them.
 | |
| recipe_viewer = disabled
 | |
| # Mod Menu - https://modrinth.com/mod/modmenu/versions
 | |
| modmenu_version = 7.2.2
 | |
| # LazyDFU - https://modrinth.com/mod/lazydfu/versions
 | |
| lazydfu_version = 0.1.3 |