XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

XFEServerManager

【Java】我的世界XFE服务器管理器

公开
关注 0 Fork 0 Star 0
返回提交历史

XFEstudio/XFEServerManager

Target Forge 47.4.0 for Minecraft 1.20.1

99c694f
XFE工作室室长 <mail@xfegzs.com>
提交于

代码差异

4 个文件 +102 -102
Modified README.md +1 -1
@@ -10,7 +10,7 @@ single jar works across Minecraft versions.
10 10
11 11 | Minecraft | Forge | Java | Artifact |
12 12 | --- | --- | --- | --- |
13 | 1.20.1 | 47.4.23 | 17 | `xfeservermanager-forge-1.20.1-<version>.jar` |
13 | 1.20.1 | 47.4.0 | 17 | `xfeservermanager-forge-1.20.1-<version>.jar` |
14 14 | 1.20.6 | 50.2.10 | 21 | `xfeservermanager-forge-1.20.6-<version>.jar` |
15 15 | 1.21.1 | 52.1.16 | 21 | `xfeservermanager-forge-1.21.1-<version>.jar` |
16 16 | 1.21.11 | 61.2.1 | 21 | `xfeservermanager-forge-1.21.11-<version>.jar` |
Modified docs/compatibility.md +1 -1
@@ -2,7 +2,7 @@
2 2
3 3 | Minecraft | Forge 基线 | Java | Gradle/FG | 构建根 | 支持状态 |
4 4 |---|---:|---:|---|---|---|
5 | 1.20.1 | 47.4.23 | 17 | Gradle 8.8 / FG6 | `platform/forge-1.20.1` | 目标基线,待完整运行验收 |
5 | 1.20.1 | 47.4.0 | 17 | Gradle 8.8 / FG6 | `platform/forge-1.20.1` | 目标基线,待完整运行验收 |
6 6 | 1.20.6 | 50.2.10 | 21 | Gradle 9.6 / FG7 | `platform/forge-1.20.6` | 目标基线,待完整运行验收 |
7 7 | 1.21.1 | 52.1.16 | 21 | Gradle 9.6 / FG7 | `platform/forge-1.21.1` | 目标基线,待完整运行验收 |
8 8 | 1.21.11 | 61.2.1 | 21 | Gradle 9.6 / FG7 / EventBus 7 | `platform/forge-1.21.11` | 目标基线,待完整运行验收 |
Modified platform/forge-1.20.1/gradle.lockfile +98 -98
@@ -1,89 +1,89 @@
1 1 # This is a Gradle generated file for dependency locking.
2 2 # Manual edits can break the build and are not advised.
3 3 # This file is expected to be part of source control.
4 ca.weblite:java-objc-bridge:1.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
5 com.electronwill.night-config:core:3.6.4=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
6 com.electronwill.night-config:toml:3.6.4=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
7 com.github.oshi:oshi-core:6.2.2=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
8 com.google.code.findbugs:jsr305:3.0.2=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
9 com.google.code.gson:gson:2.10=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
10 com.google.errorprone:error_prone_annotations:2.11.0=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
11 com.google.guava:failureaccess:1.0.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
12 com.google.guava:guava:31.1-jre=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
13 com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
14 com.google.j2objc:j2objc-annotations:1.3=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
15 com.ibm.icu:icu4j:71.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
16 com.machinezoo.noexception:noexception:1.7.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
17 com.mojang:authlib:4.0.43=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
18 com.mojang:blocklist:1.0.10=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
19 com.mojang:brigadier:1.1.8=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
20 com.mojang:datafixerupper:6.0.8=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
21 com.mojang:logging:1.1.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
22 com.mojang:patchy:2.2.10=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
23 com.mojang:text2speech:1.17.9=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
24 commons-codec:commons-codec:1.15=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
25 commons-io:commons-io:2.11.0=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
26 commons-logging:commons-logging:1.2=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
27 cpw.mods:bootstraplauncher:1.1.2=_compileJava_1,compileClasspath,minecraft,minecraftCopy,modules_userdev_resolver,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
28 cpw.mods:modlauncher:10.0.9=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
29 cpw.mods:securejarhandler:2.1.10=_compileJava_1,compileClasspath,minecraft,minecraftCopy,modules_userdev_resolver,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
30 io.netty:netty-buffer:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
31 io.netty:netty-codec:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
32 io.netty:netty-common:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
33 io.netty:netty-handler:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
34 io.netty:netty-resolver:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
35 io.netty:netty-transport-classes-epoll:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
36 io.netty:netty-transport-native-unix-common:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
37 io.netty:netty-transport:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
38 it.unimi.dsi:fastutil:8.5.9=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
39 net.java.dev.jna:jna-platform:5.12.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
40 net.java.dev.jna:jna:5.12.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
41 net.jodah:typetools:0.6.3=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
42 net.minecraft:client:1.20.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
43 net.minecraft:mappings_official:1.20.1=minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testRuntimeClasspath
44 net.minecraftforge:JarJarFileSystems:0.3.19=_compileJava_1,compileClasspath,minecraft,minecraftCopy,modules_userdev_resolver,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
45 net.minecraftforge:JarJarMetadata:0.3.19=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
46 net.minecraftforge:JarJarSelector:0.3.19=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
47 net.minecraftforge:accesstransformers:8.0.4=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
48 net.minecraftforge:coremods:5.2.4=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
49 net.minecraftforge:eventbus:6.2.33=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
50 net.minecraftforge:fmlcore:1.20.1-47.4.23=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
51 net.minecraftforge:fmlearlydisplay:1.20.1-47.4.23=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
52 net.minecraftforge:fmlloader:1.20.1-47.4.23=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
53 net.minecraftforge:forge:1.20.1-47.4.23_mapped_official_1.20.1=compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
54 net.minecraftforge:forgespi:7.0.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
55 net.minecraftforge:javafmllanguage:1.20.1-47.4.23=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
56 net.minecraftforge:lowcodelanguage:1.20.1-47.4.23=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
57 net.minecraftforge:mclanguage:1.20.1-47.4.23=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
58 net.minecraftforge:mergetool:1.1.5=compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
4 ca.weblite:java-objc-bridge:1.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
5 com.electronwill.night-config:core:3.6.4=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
6 com.electronwill.night-config:toml:3.6.4=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
7 com.github.oshi:oshi-core:6.2.2=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
8 com.google.code.findbugs:jsr305:3.0.2=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
9 com.google.code.gson:gson:2.10=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
10 com.google.errorprone:error_prone_annotations:2.11.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
11 com.google.guava:failureaccess:1.0.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
12 com.google.guava:guava:31.1-jre=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
13 com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
14 com.google.j2objc:j2objc-annotations:1.3=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
15 com.ibm.icu:icu4j:71.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
16 com.machinezoo.noexception:noexception:1.7.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
17 com.mojang:authlib:4.0.43=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
18 com.mojang:blocklist:1.0.10=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
19 com.mojang:brigadier:1.1.8=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
20 com.mojang:datafixerupper:6.0.8=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
21 com.mojang:logging:1.1.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
22 com.mojang:patchy:2.2.10=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
23 com.mojang:text2speech:1.17.9=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
24 commons-codec:commons-codec:1.15=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
25 commons-io:commons-io:2.11.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
26 commons-logging:commons-logging:1.2=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
27 cpw.mods:bootstraplauncher:1.1.2=_compileJava_1,compileClasspath,minecraft,modules_userdev_resolver,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
28 cpw.mods:modlauncher:10.0.9=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
29 cpw.mods:securejarhandler:2.1.10=_compileJava_1,compileClasspath,minecraft,modules_userdev_resolver,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
30 io.netty:netty-buffer:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
31 io.netty:netty-codec:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
32 io.netty:netty-common:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
33 io.netty:netty-handler:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
34 io.netty:netty-resolver:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
35 io.netty:netty-transport-classes-epoll:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
36 io.netty:netty-transport-native-unix-common:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
37 io.netty:netty-transport:4.1.82.Final=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
38 it.unimi.dsi:fastutil:8.5.9=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
39 net.java.dev.jna:jna-platform:5.12.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
40 net.java.dev.jna:jna:5.12.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
41 net.jodah:typetools:0.6.3=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
42 net.minecraft:client:1.20.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
43 net.minecraft:mappings_official:1.20.1=minecraft,runtimeClasspath,testRuntimeClasspath
44 net.minecraftforge:JarJarFileSystems:0.3.19=_compileJava_1,compileClasspath,minecraft,modules_userdev_resolver,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
45 net.minecraftforge:JarJarMetadata:0.3.19=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
46 net.minecraftforge:JarJarSelector:0.3.19=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
47 net.minecraftforge:accesstransformers:8.0.4=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
48 net.minecraftforge:coremods:5.2.4=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
49 net.minecraftforge:eventbus:6.0.5=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
50 net.minecraftforge:fmlcore:1.20.1-47.4.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
51 net.minecraftforge:fmlearlydisplay:1.20.1-47.4.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
52 net.minecraftforge:fmlloader:1.20.1-47.4.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
53 net.minecraftforge:forge:1.20.1-47.4.0_mapped_official_1.20.1=compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
54 net.minecraftforge:forgespi:7.0.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
55 net.minecraftforge:javafmllanguage:1.20.1-47.4.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
56 net.minecraftforge:lowcodelanguage:1.20.1-47.4.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
57 net.minecraftforge:mclanguage:1.20.1-47.4.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
58 net.minecraftforge:mergetool:1.1.5=compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
59 59 net.minecraftforge:mergetool:1.1.7=_compileJava_1
60 net.minecraftforge:srgutils:0.4.11=minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testRuntimeClasspath
60 net.minecraftforge:srgutils:0.4.11=minecraft,runtimeClasspath,testRuntimeClasspath
61 61 net.minecraftforge:srgutils:0.4.15=_compileJava_1
62 net.minecraftforge:unsafe:0.2.0=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
63 net.minecrell:terminalconsoleappender:1.2.0=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
64 net.sf.jopt-simple:jopt-simple:5.0.4=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
65 org.abego.treelayout:org.abego.treelayout.core:1.0.3=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
66 org.antlr:ST4:4.3=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
67 org.antlr:antlr-runtime:3.5.2=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
68 org.antlr:antlr4-runtime:4.9.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
69 org.antlr:antlr4:4.9.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
70 org.apache.commons:commons-compress:1.21=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
71 org.apache.commons:commons-lang3:3.12.0=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
72 org.apache.httpcomponents:httpclient:4.5.13=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
73 org.apache.httpcomponents:httpcore:4.4.15=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
74 org.apache.logging.log4j:log4j-api:2.19.0=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
75 org.apache.logging.log4j:log4j-core:2.19.0=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
76 org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
77 org.apache.maven:maven-artifact:3.8.5=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
62 net.minecraftforge:unsafe:0.2.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
63 net.minecrell:terminalconsoleappender:1.2.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
64 net.sf.jopt-simple:jopt-simple:5.0.4=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
65 org.abego.treelayout:org.abego.treelayout.core:1.0.3=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
66 org.antlr:ST4:4.3=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
67 org.antlr:antlr-runtime:3.5.2=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
68 org.antlr:antlr4-runtime:4.9.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
69 org.antlr:antlr4:4.9.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
70 org.apache.commons:commons-compress:1.21=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
71 org.apache.commons:commons-lang3:3.12.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
72 org.apache.httpcomponents:httpclient:4.5.13=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
73 org.apache.httpcomponents:httpcore:4.4.15=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
74 org.apache.logging.log4j:log4j-api:2.19.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
75 org.apache.logging.log4j:log4j-core:2.19.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
76 org.apache.logging.log4j:log4j-slf4j2-impl:2.19.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
77 org.apache.maven:maven-artifact:3.8.5=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
78 78 org.apiguardian:apiguardian-api:1.1.2=testCompileClasspath
79 org.bouncycastle:bcprov-jdk18on:1.84=compileClasspath,jarJar,minecraftLibraryCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
80 org.checkerframework:checker-qual:3.12.0=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
81 org.codehaus.plexus:plexus-utils:3.3.0=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
82 org.glassfish:javax.json:1.0.4=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
83 org.jetbrains:annotations:24.0.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
84 org.jline:jline-reader:3.12.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
85 org.jline:jline-terminal:3.12.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
86 org.joml:joml:1.10.5=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
79 org.bouncycastle:bcprov-jdk18on:1.84=compileClasspath,jarJar,minecraftLibrary,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
80 org.checkerframework:checker-qual:3.12.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
81 org.codehaus.plexus:plexus-utils:3.3.0=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
82 org.glassfish:javax.json:1.0.4=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
83 org.jetbrains:annotations:24.0.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
84 org.jline:jline-reader:3.12.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
85 org.jline:jline-terminal:3.12.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
86 org.joml:joml:1.10.5=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
87 87 org.junit.jupiter:junit-jupiter-api:5.11.4=testCompileClasspath,testRuntimeClasspath
88 88 org.junit.jupiter:junit-jupiter-engine:5.11.4=testRuntimeClasspath
89 89 org.junit.jupiter:junit-jupiter-params:5.11.4=testCompileClasspath,testRuntimeClasspath
@@ -92,22 +92,22 @@ org.junit.platform:junit-platform-commons:1.11.4=testCompileClasspath,testRuntim
92 92 org.junit.platform:junit-platform-engine:1.11.4=testRuntimeClasspath
93 93 org.junit.platform:junit-platform-launcher:1.11.4=testRuntimeClasspath
94 94 org.junit:junit-bom:5.11.4=testCompileClasspath,testRuntimeClasspath
95 org.lwjgl:lwjgl-glfw:3.3.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
96 org.lwjgl:lwjgl-jemalloc:3.3.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
97 org.lwjgl:lwjgl-openal:3.3.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
98 org.lwjgl:lwjgl-opengl:3.3.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
99 org.lwjgl:lwjgl-stb:3.3.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
100 org.lwjgl:lwjgl-tinyfd:3.3.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
101 org.lwjgl:lwjgl:3.3.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
102 org.openjdk.nashorn:nashorn-core:15.4=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
95 org.lwjgl:lwjgl-glfw:3.3.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
96 org.lwjgl:lwjgl-jemalloc:3.3.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
97 org.lwjgl:lwjgl-openal:3.3.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
98 org.lwjgl:lwjgl-opengl:3.3.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
99 org.lwjgl:lwjgl-stb:3.3.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
100 org.lwjgl:lwjgl-tinyfd:3.3.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
101 org.lwjgl:lwjgl:3.3.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
102 org.openjdk.nashorn:nashorn-core:15.4=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
103 103 org.opentest4j:opentest4j:1.3.0=testCompileClasspath,testRuntimeClasspath
104 org.ow2.asm:asm-analysis:9.9.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,modules_userdev_resolver,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
105 org.ow2.asm:asm-commons:9.9.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,modules_userdev_resolver,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
106 org.ow2.asm:asm-tree:9.9.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,modules_userdev_resolver,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
107 org.ow2.asm:asm-util:9.9.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,modules_userdev_resolver,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
108 org.ow2.asm:asm:9.9.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,modules_userdev_resolver,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
109 org.slf4j:slf4j-api:2.0.1=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
110 org.slf4j:slf4j-simple:1.7.30=_compileJava_1,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testRuntimeClasspath
111 org.spongepowered:mixin:0.8.5=_compileJava_1,compileClasspath,minecraft,minecraftCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
112 org.xerial:sqlite-jdbc:3.53.1.0=compileClasspath,jarJar,minecraftLibraryCopy,runtimeClasspath,runtimeClasspathCopy,testCompileClasspath,testRuntimeClasspath
113 empty=__obfuscated,annotationProcessor,minecraftEmbed,minecraftLibrary,testAnnotationProcessor
104 org.ow2.asm:asm-analysis:9.7.1=_compileJava_1,compileClasspath,minecraft,modules_userdev_resolver,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
105 org.ow2.asm:asm-commons:9.7.1=_compileJava_1,compileClasspath,minecraft,modules_userdev_resolver,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
106 org.ow2.asm:asm-tree:9.7.1=_compileJava_1,compileClasspath,minecraft,modules_userdev_resolver,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
107 org.ow2.asm:asm-util:9.7.1=_compileJava_1,compileClasspath,minecraft,modules_userdev_resolver,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
108 org.ow2.asm:asm:9.7.1=_compileJava_1,compileClasspath,minecraft,modules_userdev_resolver,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
109 org.slf4j:slf4j-api:2.0.1=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
110 org.slf4j:slf4j-simple:1.7.30=_compileJava_1,minecraft,runtimeClasspath,testRuntimeClasspath
111 org.spongepowered:mixin:0.8.5=_compileJava_1,compileClasspath,minecraft,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
112 org.xerial:sqlite-jdbc:3.53.1.0=compileClasspath,jarJar,minecraftLibrary,runtimeClasspath,testCompileClasspath,testRuntimeClasspath
113 empty=__obfuscated,annotationProcessor,minecraftEmbed,testAnnotationProcessor
Modified platform/forge-1.20.1/gradle.properties +2 -2
@@ -7,8 +7,8 @@ java_version=17
7 7 forge_event_api=legacy
8 8 minecraft_version=1.20.1
9 9 minecraft_version_range=[1.20.1]
10 forge_version=47.4.23
11 forge_version_range=[47.4.23]
10 forge_version=47.4.0
11 forge_version_range=[47.4.0]
12 12 loader_version_range=[47,)
13 13
14 14 mod_id=xfeservermanager