aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/iceberg.mixins.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/main/resources/iceberg.mixins.json b/src/main/resources/iceberg.mixins.json
index 6ee1aca..f167048 100644
--- a/src/main/resources/iceberg.mixins.json
+++ b/src/main/resources/iceberg.mixins.json
@@ -1,11 +1,12 @@
{
"required": true,
"package": "com.anthonyhilyard.iceberg.mixin",
- "compatibilityLevel": "JAVA_16",
+ "compatibilityLevel": "JAVA_17",
"refmap": "iceberg.refmap.json",
"mixins": [
"EntityMixin",
- "PlayerAdvancementsMixin"
+ "PlayerAdvancementsMixin",
+ "ForgeConfigSpecMixin"
],
"client": [
"ScreenMixin",