Use deobf jar
parent
76f94700ab
commit
6666738b92
|
@ -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 New Issue