More name updates, should help in a few places

This commit is contained in:
modmuss50
2018-10-25 12:40:41 +01:00
parent 252b06bfc2
commit 90746a93c1
7 changed files with 14 additions and 14 deletions

View File

@@ -250,7 +250,7 @@ public class AbstractPlugin implements Plugin<Project> {
if (extension.isModWorkspace()) {
//only add this when not in a dev env
project1.getDependencies().add(Constants.CONFIG_MC_DEPENDENCIES, "com.openmodloader:OpenModLoader:" + extension.getVersionString() +":deobf");
project1.getDependencies().add(Constants.CONFIG_MC_DEPENDENCIES, "net.fabricmc:fabric-base:" + extension.getVersionString() +":deobf");
}
});