fix remapped mods not including yarn minecraft version
This commit is contained in:
		
							parent
							
								
									11246870fa
								
							
						
					
					
						commit
						a12fd8e6eb
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -111,7 +111,7 @@ public class LoomDependencyManager { | |||
| 		} | ||||
| 
 | ||||
| 		{ | ||||
| 			String mappingsKey = mappingsProvider.mappingsName + "." + mappingsProvider.mappingsVersion; | ||||
| 			String mappingsKey = mappingsProvider.mappingsName + "." + mappingsProvider.minecraftVersion.replace(' ', '_').replace('.', '_').replace('-', '_') + "." + mappingsProvider.mappingsVersion; | ||||
| 
 | ||||
| 			for (RemappedConfigurationEntry entry : Constants.MOD_COMPILE_ENTRIES) { | ||||
| 				ModCompileRemapper.remapDependencies( | ||||
|  |  | |||
		Loading…
	
		Reference in a new issue