fabric-base -> fabric-loader
parent
71deda5fee
commit
d908e4129c
|
@ -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 New Issue