Skip to content

Commit 5c91c16

Browse files
Merge pull request #5 from Ecdcaeb/capjava
update compatibilityLevel, suppress the warning of [CleanMix]: Class version 69 required is higher than the class version supported by the current version of Mixin
2 parents b6459b4 + 4ce06d2 commit 5c91c16

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/resources/modid.default.mixin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"required": true,
33
"package": "com.example.modid.mixin",
4-
"compatibilityLevel": "JAVA_8",
4+
"compatibilityLevel": "JAVA_25",
55
"target": "@env(DEFAULT)",
66
"client": [
77
"MinecraftMixin"

src/main/resources/modid.mod.mixin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"required": true,
33
"package": "com.example.modid.mixin.mod",
44
"plugin": "com.example.modid.ModMixinConfigPlugin",
5-
"compatibilityLevel": "JAVA_8",
5+
"compatibilityLevel": "JAVA_25",
66
"target": "@env(MOD)",
77
"client": [
88
"hei.JustEnoughItemsMixin"

0 commit comments

Comments
 (0)