Use deobf jar
This commit is contained in:
		
							parent
							
								
									76f94700ab
								
							
						
					
					
						commit
						6666738b92
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -215,7 +215,7 @@ public class AbstractPlugin implements Plugin<Project> { | ||||||
| 
 | 
 | ||||||
| 			if (extension.isModWorkspace()) { | 			if (extension.isModWorkspace()) { | ||||||
| 				//only add this when not in a dev env | 				//only add this when not in a dev env | ||||||
| 				project1.getDependencies().add(Constants.CONFIG_MC_DEPENDENCIES, "com.openmodloader:OpenModLoader:" + extension.getVersionString()); | 				project1.getDependencies().add(Constants.CONFIG_MC_DEPENDENCIES, "com.openmodloader:OpenModLoader:" + extension.getVersionString() +":deobf"); | ||||||
| 			} | 			} | ||||||
| 		}); | 		}); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue