fabric-base -> fabric-loader
This commit is contained in:
parent
71deda5fee
commit
d908e4129c
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,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.COMPILE_MODS, "net.fabricmc:fabric-base:" + extension.getVersionString());
|
project1.getDependencies().add(Constants.COMPILE_MODS, "net.fabricmc:fabric-loader:" + extension.getVersionString());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue