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 1b02c8b commit 18802b6Copy full SHA for 18802b6
src/main/resources/smoothboot.mixins.json
@@ -1,8 +1,8 @@
1
{
2
"required": true,
3
- "minVerscomn": "0.8",
+ "minVersion": "0.8",
4
"package": "com.github.getchoo.smoothboot.mixin",
5
- "compatibilityLevel": "JAVA_8",
+ "compatibilityLevel": "JAVA_21",
6
"mixins": ["UtilMixin"],
7
"client": ["client.MainMixin", "client.IntegratedServerMixin"],
8
"server": ["server.MainMixin"],
0 commit comments