mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 07:05:40 -04:00
Allow downloading “net.java.jinput”
Test Forge LiteLoader
This commit is contained in:
parent
e817531bff
commit
e3061c9da7
@ -136,7 +136,7 @@ public class MinecraftDownloaderTask extends AsyncTask<String, String, Throwable
|
||||
for (final DependentLibrary libItem : verInfo.libraries) {
|
||||
|
||||
if (
|
||||
libItem.name.startsWith("net.java.jinput") ||
|
||||
// libItem.name.startsWith("net.java.jinput") ||
|
||||
libItem.name.startsWith("org.lwjgl")
|
||||
) { // Black list
|
||||
publishProgress("1", "Ignored " + libItem.name);
|
||||
|
Loading…
x
Reference in New Issue
Block a user