feat: expose info about manifest location
This commit is contained in:
parent
7fc1516db9
commit
ada3f54416
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ lib.mapAttrs'
|
|||
sha1 = value.vanilla.serverJar.sha1;
|
||||
};
|
||||
manifest = fetchurl value.vanilla.manifest;
|
||||
manifest-info = value.vanilla.manifest;
|
||||
javaVersion = getJavaVersion value.vanilla.javaVersion;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue