@kzheart_/mc-pilot 0.3.3 → 0.3.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/data/variants.json
CHANGED
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
"support": "ready",
|
|
11
11
|
"validation": "verified",
|
|
12
12
|
"modVersion": "0.1.1",
|
|
13
|
-
"fabricLoaderVersion": "0.16.
|
|
13
|
+
"fabricLoaderVersion": "0.16.14",
|
|
14
14
|
"yarnMappings": "1.18.2+build.4",
|
|
15
15
|
"javaVersion": 17,
|
|
16
16
|
"gradleModule": "version-1.18.2"
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"support": "ready",
|
|
23
23
|
"validation": "verified",
|
|
24
24
|
"modVersion": "0.1.1",
|
|
25
|
-
"fabricLoaderVersion": "0.16.
|
|
25
|
+
"fabricLoaderVersion": "0.16.14",
|
|
26
26
|
"yarnMappings": "1.20.1+build.10",
|
|
27
27
|
"javaVersion": 17,
|
|
28
28
|
"gradleModule": "version-1.20.1"
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"support": "ready",
|
|
45
45
|
"validation": "verified",
|
|
46
46
|
"modVersion": "0.1.1",
|
|
47
|
-
"fabricLoaderVersion": "0.16.
|
|
47
|
+
"fabricLoaderVersion": "0.16.14",
|
|
48
48
|
"yarnMappings": "1.20.2+build.4",
|
|
49
49
|
"javaVersion": 17,
|
|
50
50
|
"gradleModule": "version-1.20.2"
|
|
@@ -66,7 +66,7 @@
|
|
|
66
66
|
"support": "ready",
|
|
67
67
|
"validation": "verified",
|
|
68
68
|
"modVersion": "0.1.1",
|
|
69
|
-
"fabricLoaderVersion": "0.16.
|
|
69
|
+
"fabricLoaderVersion": "0.16.14",
|
|
70
70
|
"yarnMappings": "1.20.4+build.3",
|
|
71
71
|
"javaVersion": 17,
|
|
72
72
|
"gradleModule": "version-1.20.4"
|
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
"support": "ready",
|
|
99
99
|
"validation": "verified",
|
|
100
100
|
"modVersion": "0.1.1",
|
|
101
|
-
"fabricLoaderVersion": "0.16.
|
|
101
|
+
"fabricLoaderVersion": "0.16.14",
|
|
102
102
|
"yarnMappings": "1.21.1+build.3",
|
|
103
103
|
"javaVersion": 21,
|
|
104
104
|
"gradleModule": "version-1.21.1"
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"support": "ready",
|
|
121
121
|
"validation": "verified",
|
|
122
122
|
"modVersion": "0.1.1",
|
|
123
|
-
"fabricLoaderVersion": "0.16.
|
|
123
|
+
"fabricLoaderVersion": "0.16.14",
|
|
124
124
|
"yarnMappings": "1.21.4+build.1",
|
|
125
125
|
"javaVersion": 21,
|
|
126
126
|
"gradleModule": "version-1.21.4"
|
|
@@ -10,7 +10,7 @@ const VERSION_MATRIX = [
|
|
|
10
10
|
spigot: { supported: true, requiresBuildTools: true }
|
|
11
11
|
},
|
|
12
12
|
clients: {
|
|
13
|
-
fabric: { supported: true, loaderVersion: "0.16.
|
|
13
|
+
fabric: { supported: true, loaderVersion: "0.16.14", modVersion: "0.1.1", validation: "verified" },
|
|
14
14
|
forge: { supported: false, notes: "不支持此版本" },
|
|
15
15
|
neoforge: { supported: true, loaderVersion: "21.4.x", modVersion: "0.1.1" }
|
|
16
16
|
}
|
|
@@ -25,7 +25,7 @@ const VERSION_MATRIX = [
|
|
|
25
25
|
spigot: { supported: true, requiresBuildTools: true }
|
|
26
26
|
},
|
|
27
27
|
clients: {
|
|
28
|
-
fabric: { supported: true, loaderVersion: "0.16.
|
|
28
|
+
fabric: { supported: true, loaderVersion: "0.16.14", modVersion: "0.1.1", validation: "verified" },
|
|
29
29
|
forge: { supported: false, notes: "不支持此版本" },
|
|
30
30
|
neoforge: { supported: true, loaderVersion: "21.1.x", modVersion: "0.1.1" }
|
|
31
31
|
}
|
|
@@ -40,7 +40,7 @@ const VERSION_MATRIX = [
|
|
|
40
40
|
spigot: { supported: true, requiresBuildTools: true }
|
|
41
41
|
},
|
|
42
42
|
clients: {
|
|
43
|
-
fabric: { supported: true, loaderVersion: "0.16.
|
|
43
|
+
fabric: { supported: true, loaderVersion: "0.16.14", modVersion: "0.1.1" },
|
|
44
44
|
forge: { supported: true, loaderVersion: "49.0.49", modVersion: "0.1.1" },
|
|
45
45
|
neoforge: { supported: false, notes: "不支持此版本" }
|
|
46
46
|
}
|
|
@@ -55,7 +55,7 @@ const VERSION_MATRIX = [
|
|
|
55
55
|
spigot: { supported: true, requiresBuildTools: true }
|
|
56
56
|
},
|
|
57
57
|
clients: {
|
|
58
|
-
fabric: { supported: true, loaderVersion: "0.16.
|
|
58
|
+
fabric: { supported: true, loaderVersion: "0.16.14", modVersion: "0.1.1", validation: "verified" },
|
|
59
59
|
forge: { supported: false, notes: "当前未接入此 loader" },
|
|
60
60
|
neoforge: { supported: false, notes: "不支持此版本" }
|
|
61
61
|
}
|
|
@@ -70,7 +70,7 @@ const VERSION_MATRIX = [
|
|
|
70
70
|
spigot: { supported: true, requiresBuildTools: true }
|
|
71
71
|
},
|
|
72
72
|
clients: {
|
|
73
|
-
fabric: { supported: true, loaderVersion: "0.16.
|
|
73
|
+
fabric: { supported: true, loaderVersion: "0.16.14", modVersion: "0.1.1" },
|
|
74
74
|
forge: { supported: false, notes: "当前未接入此 loader" },
|
|
75
75
|
neoforge: { supported: false, notes: "不支持此版本" }
|
|
76
76
|
}
|
|
@@ -85,7 +85,7 @@ const VERSION_MATRIX = [
|
|
|
85
85
|
spigot: { supported: true, requiresBuildTools: true }
|
|
86
86
|
},
|
|
87
87
|
clients: {
|
|
88
|
-
fabric: { supported: true, loaderVersion: "0.16.
|
|
88
|
+
fabric: { supported: true, loaderVersion: "0.16.14", modVersion: "0.1.1" },
|
|
89
89
|
forge: { supported: true, loaderVersion: "47.x", modVersion: "0.1.1" },
|
|
90
90
|
neoforge: { supported: false, notes: "不支持此版本" }
|
|
91
91
|
}
|
|
@@ -100,7 +100,7 @@ const VERSION_MATRIX = [
|
|
|
100
100
|
spigot: { supported: true, requiresBuildTools: true }
|
|
101
101
|
},
|
|
102
102
|
clients: {
|
|
103
|
-
fabric: { supported: true, loaderVersion: "0.16.
|
|
103
|
+
fabric: { supported: true, loaderVersion: "0.16.14", modVersion: "0.1.1", validation: "verified" },
|
|
104
104
|
forge: { supported: true, loaderVersion: "40.x", modVersion: "0.1.1" },
|
|
105
105
|
neoforge: { supported: false, notes: "不支持此版本" }
|
|
106
106
|
}
|
|
@@ -127,7 +127,7 @@ function buildLaunchArgs(runtimePaths, variant) {
|
|
|
127
127
|
"--minecraft-version",
|
|
128
128
|
variant.minecraftVersion,
|
|
129
129
|
"--fabric-loader-version",
|
|
130
|
-
variant.fabricLoaderVersion ?? "0.16.
|
|
130
|
+
variant.fabricLoaderVersion ?? "0.16.14"
|
|
131
131
|
];
|
|
132
132
|
}
|
|
133
133
|
function buildManagedLaunchArgs(runtimeRootDir, versionId, gameDir) {
|
package/package.json
CHANGED
|
@@ -198,7 +198,7 @@ async function buildLaunchSpec(options) {
|
|
|
198
198
|
const minecraftVersion = process.env.MCT_CLIENT_VERSION || options["minecraft-version"] || defaultVariant.minecraftVersion;
|
|
199
199
|
const modVariantId = process.env.MCT_CLIENT_MOD_VARIANT || options["mod-variant"] || `${minecraftVersion}-fabric`;
|
|
200
200
|
const selectedVariant = getVariantById(modVariantId) ?? defaultVariant;
|
|
201
|
-
const fabricLoaderVersion = options["fabric-loader-version"] || selectedVariant.fabricLoaderVersion || "0.16.
|
|
201
|
+
const fabricLoaderVersion = options["fabric-loader-version"] || selectedVariant.fabricLoaderVersion || "0.16.14";
|
|
202
202
|
const instanceRoot = options["instance-dir"];
|
|
203
203
|
const metaRoot = options["meta-dir"];
|
|
204
204
|
const librariesRoot = options["libraries-dir"];
|