Fix mixin apply issue on Java 17

- Closes #16
This commit is contained in:
Martin Prokoph
2024-09-20 10:50:23 +02:00
parent 1f9e068a39
commit 7c3cefca5f
2 changed files with 2 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ yarn_mappings=1.20.1+build.10
loader_version=0.16.5
# Mod Properties
mod_version = 2.0.0+1.20.1
mod_version = 2.0.1+1.20.1
maven_group = eu.midnightdust
archives_base_name = puddles
release_type=release

View File

@@ -1,7 +1,7 @@
{
"required": true,
"package": "eu.midnightdust.puddles.mixin",
"compatibilityLevel": "JAVA_21",
"compatibilityLevel": "JAVA_17",
"mixins": [
"MixinServerWorld"
],