Add a quick way to specify custom minecraft manifest urls

This commit is contained in:
modmuss50
2019-08-15 17:45:08 +01:00
parent 3455e087ab
commit 0b07f1badf
2 changed files with 15 additions and 1 deletions

View File

@@ -54,6 +54,7 @@ public class LoomGradleExtension {
public boolean remapMod = true;
public boolean autoGenIDERuns = true;
public boolean extractJars = false;
public String customManifest = null;
private List<Path> unmappedModsBuilt = new ArrayList<>();