mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-18 09:07:48 -04:00
Update DependentLibrary.java
This commit is contained in:
parent
89f137f21e
commit
19a1439fac
@ -1,16 +1,18 @@
|
||||
package net.kdt.pojavlaunch.value;
|
||||
|
||||
import net.kdt.pojavlaunch.JMinecraftVersionList.Arguments.ArgValue.ArgRules;
|
||||
|
||||
public class DependentLibrary {
|
||||
public ArgRules[] rules;
|
||||
public String name;
|
||||
public LibraryDownloads downloads;
|
||||
public LibraryDownloads downloads;
|
||||
public String url;
|
||||
|
||||
public static class LibraryDownloads
|
||||
{
|
||||
public MinecraftLibraryArtifact artifact;
|
||||
public LibraryDownloads(MinecraftLibraryArtifact artifact) {
|
||||
this.artifact = artifact;
|
||||
}
|
||||
}
|
||||
public static class LibraryDownloads {
|
||||
public MinecraftLibraryArtifact artifact;
|
||||
public LibraryDownloads(MinecraftLibraryArtifact artifact) {
|
||||
this.artifact = artifact;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user