mirror of
				https://github.com/QuiltMC/quilt-template-mod
				synced 2024-08-15 00:23:32 +00:00 
			
		
		
		
	Merge pull request #33 from ix0rai/cool-branch
remake #27 for latest (use $group in QMJ)
This commit is contained in:
		
						commit
						ff89418bed
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		|  | @ -53,10 +53,10 @@ dependencies { | |||
| } | ||||
| 
 | ||||
| processResources { | ||||
| 	inputs.property 'version', version | ||||
| 	inputs.properties 'version': version, 'group': project.group | ||||
| 
 | ||||
| 	filesMatching('quilt.mod.json') { | ||||
| 		expand 'version': version | ||||
| 		expand 'version': version, 'group': project.group | ||||
| 	} | ||||
| } | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,7 +1,7 @@ | |||
| { | ||||
| 	"schema_version": 1, | ||||
| 	"quilt_loader": { | ||||
| 		"group": "com.example", | ||||
| 		"group": "${group}", | ||||
| 		"id": "example_mod", | ||||
| 		"version": "${version}", | ||||
| 		"metadata": { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue