Skip to content

Commit d2aa027

Browse files
committed
loader 0.14.23
1 parent bdf38c5 commit d2aa027

File tree

2 files changed

+104
-104
lines changed

2 files changed

+104
-104
lines changed

generate.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
import zipfile
33
from enum import StrEnum
44

5-
loader: str = "0.14.22"
6-
75

86
class IntermediaryType(StrEnum):
97
LegacyFabric = "net.fabricmc.intermediary.json"
@@ -99,7 +97,9 @@ def cleanup(self):
9997
("1.0", "2.9.0", IntermediaryType.Ornithe)
10098
]
10199

100+
loader = "0.14.23"
102101
mkdir_if_not_exists("out")
102+
103103
for version, lwjgl, intermediary in versions:
104104
print(f"generating {version} with LWJGL {lwjgl}...")
105105
g = Generator(loader, version, lwjgl, intermediary)

skel/patches/org.lwjgl.lwjgl.json

Lines changed: 102 additions & 102 deletions
Original file line numberDiff line numberDiff line change
@@ -1,105 +1,105 @@
11
{
2-
"formatVersion": 1,
3-
"libraries": [
4-
{
5-
"downloads": {
6-
"classifiers": {
7-
"natives-linux": {
8-
"sha1": "7ff832a6eb9ab6a767f1ade2b548092d0fa64795",
9-
"size": 10362,
10-
"url": "https://libraries.minecraft.net/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-linux.jar"
11-
},
12-
"natives-linux-arm32": {
13-
"sha1": "f3c455b71c5146acb5f8a9513247fc06db182fd5",
14-
"size": 4521,
15-
"url": "https://github.com/theofficialgman/lwjgl3-binaries-arm32/raw/lwjgl-2.9.4/jinput-platform-2.0.5-natives-linux.jar"
16-
},
17-
"natives-linux-arm64": {
18-
"sha1": "42b388ccb7c63cec4e9f24f4dddef33325f8b212",
19-
"size": 10932,
20-
"url": "https://github.com/theofficialgman/lwjgl3-binaries-arm64/raw/lwjgl-2.9.4/jinput-platform-2.0.5-natives-linux.jar"
21-
},
22-
"natives-osx": {
23-
"sha1": "53f9c919f34d2ca9de8c51fc4e1e8282029a9232",
24-
"size": 12186,
25-
"url": "https://libraries.minecraft.net/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-osx.jar"
26-
},
27-
"natives-osx-arm64": {
28-
"sha1": "5189eb40db3087fb11ca063b68fa4f4c20b199dd",
29-
"size": 10031,
30-
"url": "https://github.com/r58Playz/jinput-m1/raw/main/plugins/OSX/bin/jinput-platform-2.0.5.jar"
31-
},
32-
"natives-windows": {
33-
"sha1": "385ee093e01f587f30ee1c8a2ee7d408fd732e16",
34-
"size": 155179,
35-
"url": "https://libraries.minecraft.net/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-windows.jar"
36-
}
37-
}
38-
},
39-
"extract": {
40-
"exclude": [
41-
"META-INF/"
42-
]
43-
},
44-
"name": "net.java.jinput:jinput-platform:2.0.5",
45-
"natives": {
46-
"linux": "natives-linux",
47-
"linux-arm32": "natives-linux-arm32",
48-
"linux-arm64": "natives-linux-arm64",
49-
"osx": "natives-osx",
50-
"osx-arm64": "natives-osx-arm64",
51-
"windows": "natives-windows"
52-
}
53-
},
54-
{
55-
"downloads": {
56-
"artifact": {
57-
"sha1": "39c7796b469a600f72380316f6b1f11db6c2c7c4",
58-
"size": 208338,
59-
"url": "https://libraries.minecraft.net/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar"
60-
}
61-
},
62-
"name": "net.java.jinput:jinput:2.0.5"
63-
},
64-
{
65-
"downloads": {
66-
"artifact": {
67-
"sha1": "e12fe1fda814bd348c1579329c86943d2cd3c6a6",
68-
"size": 7508,
69-
"url": "https://libraries.minecraft.net/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar"
70-
}
71-
},
72-
"name": "net.java.jutils:jutils:1.0.0"
73-
},
74-
{
75-
"extract": {
76-
"exclude": [
77-
"META-INF/"
78-
]
79-
},
80-
"name": "org.lwjgl.lwjgl:lwjgl-platform:${lwjgl_patch}",
81-
"url": "https://maven.legacyfabric.net/",
82-
"natives": {
83-
"linux": "natives-linux",
84-
"linux-arm32": "natives-linux",
85-
"linux-arm64": "natives-linux",
86-
"osx": "natives-osx",
87-
"osx-arm64": "natives-osx",
88-
"windows": "natives-windows"
89-
}
90-
},
91-
{
92-
"name": "org.lwjgl.lwjgl:lwjgl:${lwjgl_patch}",
93-
"url": "https://maven.legacyfabric.net/"
94-
},
95-
{
96-
"name": "org.lwjgl.lwjgl:lwjgl_util:${lwjgl_patch}",
97-
"url": "https://maven.legacyfabric.net/"
2+
"formatVersion": 1,
3+
"libraries": [
4+
{
5+
"downloads": {
6+
"classifiers": {
7+
"natives-linux": {
8+
"sha1": "7ff832a6eb9ab6a767f1ade2b548092d0fa64795",
9+
"size": 10362,
10+
"url": "https://libraries.minecraft.net/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-linux.jar"
11+
},
12+
"natives-linux-arm32": {
13+
"sha1": "f3c455b71c5146acb5f8a9513247fc06db182fd5",
14+
"size": 4521,
15+
"url": "https://github.com/theofficialgman/lwjgl3-binaries-arm32/raw/lwjgl-2.9.4/jinput-platform-2.0.5-natives-linux.jar"
16+
},
17+
"natives-linux-arm64": {
18+
"sha1": "42b388ccb7c63cec4e9f24f4dddef33325f8b212",
19+
"size": 10932,
20+
"url": "https://github.com/theofficialgman/lwjgl3-binaries-arm64/raw/lwjgl-2.9.4/jinput-platform-2.0.5-natives-linux.jar"
21+
},
22+
"natives-osx": {
23+
"sha1": "53f9c919f34d2ca9de8c51fc4e1e8282029a9232",
24+
"size": 12186,
25+
"url": "https://libraries.minecraft.net/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-osx.jar"
26+
},
27+
"natives-osx-arm64": {
28+
"sha1": "5189eb40db3087fb11ca063b68fa4f4c20b199dd",
29+
"size": 10031,
30+
"url": "https://github.com/r58Playz/jinput-m1/raw/main/plugins/OSX/bin/jinput-platform-2.0.5.jar"
31+
},
32+
"natives-windows": {
33+
"sha1": "385ee093e01f587f30ee1c8a2ee7d408fd732e16",
34+
"size": 155179,
35+
"url": "https://libraries.minecraft.net/net/java/jinput/jinput-platform/2.0.5/jinput-platform-2.0.5-natives-windows.jar"
36+
}
9837
}
99-
],
100-
"name": "LWJGL 2",
101-
"type": "release",
102-
"uid": "org.lwjgl",
103-
"version": "${lwjgl_patch}",
104-
"volatile": true
38+
},
39+
"extract": {
40+
"exclude": [
41+
"META-INF/"
42+
]
43+
},
44+
"name": "net.java.jinput:jinput-platform:2.0.5",
45+
"natives": {
46+
"linux": "natives-linux",
47+
"linux-arm32": "natives-linux-arm32",
48+
"linux-arm64": "natives-linux-arm64",
49+
"osx": "natives-osx",
50+
"osx-arm64": "natives-osx-arm64",
51+
"windows": "natives-windows"
52+
}
53+
},
54+
{
55+
"downloads": {
56+
"artifact": {
57+
"sha1": "39c7796b469a600f72380316f6b1f11db6c2c7c4",
58+
"size": 208338,
59+
"url": "https://libraries.minecraft.net/net/java/jinput/jinput/2.0.5/jinput-2.0.5.jar"
60+
}
61+
},
62+
"name": "net.java.jinput:jinput:2.0.5"
63+
},
64+
{
65+
"downloads": {
66+
"artifact": {
67+
"sha1": "e12fe1fda814bd348c1579329c86943d2cd3c6a6",
68+
"size": 7508,
69+
"url": "https://libraries.minecraft.net/net/java/jutils/jutils/1.0.0/jutils-1.0.0.jar"
70+
}
71+
},
72+
"name": "net.java.jutils:jutils:1.0.0"
73+
},
74+
{
75+
"extract": {
76+
"exclude": [
77+
"META-INF/"
78+
]
79+
},
80+
"name": "org.lwjgl.lwjgl:lwjgl-platform:${lwjgl_patch}",
81+
"url": "https://maven.legacyfabric.net/",
82+
"natives": {
83+
"linux": "natives-linux",
84+
"linux-arm32": "natives-linux",
85+
"linux-arm64": "natives-linux",
86+
"osx": "natives-osx",
87+
"osx-arm64": "natives-osx",
88+
"windows": "natives-windows"
89+
}
90+
},
91+
{
92+
"name": "org.lwjgl.lwjgl:lwjgl:${lwjgl_patch}",
93+
"url": "https://maven.legacyfabric.net/"
94+
},
95+
{
96+
"name": "org.lwjgl.lwjgl:lwjgl_util:${lwjgl_patch}",
97+
"url": "https://maven.legacyfabric.net/"
98+
}
99+
],
100+
"name": "LWJGL 2",
101+
"type": "release",
102+
"uid": "org.lwjgl",
103+
"version": "${lwjgl_patch}",
104+
"volatile": true
105105
}

0 commit comments

Comments
 (0)