We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0982da8 commit fb5dd9fCopy full SHA for fb5dd9f
src/legacy/java/net/neoforged/moddevgradle/legacyforge/internal/LegacyForgeModDevPlugin.java
@@ -97,7 +97,7 @@ public void apply(Project project) {
97
spec.setCanBeConsumed(false);
98
spec.setCanBeResolved(true);
99
spec.setTransitive(false);
100
- spec.getDependencies().add(depFactory.create("net.neoforged.installertools:installertools:2.1.10:fatjar"));
+ spec.getDependencies().add(depFactory.create("net.neoforged.installertools:installertools:3.0.4:fatjar"));
101
});
102
103
// This collection is used to share the files added by mixin with the obfuscation extension
0 commit comments