Update LibFilter.java

This commit is contained in:
Tungstend 2023-07-29 00:16:26 +08:00
parent f09330bc06
commit 593028d927
1 changed files with 1 additions and 9 deletions

View File

@ -12,15 +12,7 @@ public class LibFilter {
private static final String ASM_ALL_5_2_STRING =
"{\n" +
" \"name\": \"org.ow2.asm:asm-all:5.2\",\n" +
" \"downloads\": {\n" +
" \"artifact\": {\n" +
" \"path\": \"org/ow2/asm/asm-all/5.2/asm-all-5.2.jar\",\n" +
" \"url\": \"https://libraries.minecraft.net/org/ow2/asm/asm-all/5.2/asm-all-5.2.jar\",\n" +
" \"sha1\": \"054986e962b88d8660ae4566475658469595ef58\",\n" +
" \"size\": 214592\n" +
" }\n" +
" }\n" +
" \"name\": \"org.ow2.asm:asm-all:5.2\"\n" +
"}";
private static final Library ASM_ALL_5_2 = GSON.fromJson(ASM_ALL_5_2_STRING, Library.class);