We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f339962 commit cde1417Copy full SHA for cde1417
common/src/main/resources/lambda.mixins.common.json
@@ -4,7 +4,6 @@
4
"package": "com.lambda.mixin",
5
"compatibilityLevel": "JAVA_17",
6
"client": [
7
- "CrashReportMixin",
8
"MinecraftClientMixin",
9
"baritone.MixinBaritonePlayerContext",
10
"baritone.MixinLookBehavior",
@@ -55,9 +54,10 @@
55
54
"world.BlockCollisionSpliteratorMixin",
56
"world.ClientChunkManagerMixin",
57
"world.ClientWorldMixin",
58
- "world.ExplosionMixin",
59
"world.StructureTemplateMixin",
60
- "world.WorldMixin"
+ "world.ExplosionMixin",
+ "world.WorldMixin",
+ "CrashReportMixin"
61
],
62
"injectors": {
63
"defaultRequire": 1
0 commit comments