Skip to content

Commit d8da815

Browse files
author
Kenzo101 Studios
committed
RELEASE MAYBE?
1 parent c475a53 commit d8da815

10 files changed

Lines changed: 31 additions & 0 deletions

File tree

317 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"required": true,
3+
"package": "com.wurstclient_v7.mixin",
4+
"compatibilityLevel": "JAVA_21",
5+
"minVersion": "0.8",
6+
"client": [
7+
"InGameHudMixin",
8+
"ClientTickMixin"
9+
],
10+
"mixins": [],
11+
"injectors": {
12+
"defaultRequire": 1
13+
}
14+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"required": true,
3+
"package": "com.wurstclient_v7.mixin",
4+
"compatibilityLevel": "JAVA_21",
5+
"minVersion": "0.8",
6+
"client": [
7+
"InGameHudMixin",
8+
"ClientTickMixin",
9+
"BlockMixin",
10+
"EntityMixin",
11+
"WorldRendererMixin"
12+
],
13+
"mixins": [],
14+
"injectors": {
15+
"defaultRequire": 1
16+
}
17+
}
508 KB
Loading
4.42 KB
Binary file not shown.

0 commit comments

Comments
 (0)