mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-14 23:28:52 -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) {
|
for (final DependentLibrary libItem : verInfo.libraries) {
|
||||||
|
|
||||||
if (
|
if (
|
||||||
libItem.name.startsWith("net.java.jinput") ||
|
// libItem.name.startsWith("net.java.jinput") ||
|
||||||
libItem.name.startsWith("org.lwjgl")
|
libItem.name.startsWith("org.lwjgl")
|
||||||
) { // Black list
|
) { // Black list
|
||||||
publishProgress("1", "Ignored " + libItem.name);
|
publishProgress("1", "Ignored " + libItem.name);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user