aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/iceberg.mixins.json
diff options
context:
space:
mode:
authorAnthony Hilyard <anthony.hilyard@gmail.com>2022-01-13 15:13:04 -0800
committerAnthony Hilyard <anthony.hilyard@gmail.com>2022-01-13 15:13:04 -0800
commit7a3df325b5bb294c2836082f58b719c70792ed61 (patch)
tree9d7596152c590f0be111141173702661d2309d48 /src/main/resources/iceberg.mixins.json
parentbd85cc8ebd856605b458555a967647987b09945e (diff)
downloadIceberg-7a3df325b5bb294c2836082f58b719c70792ed61.tar.gz
Iceberg-7a3df325b5bb294c2836082f58b719c70792ed61.tar.bz2
Iceberg-7a3df325b5bb294c2836082f58b719c70792ed61.zip
Added subconfig capability to Forge's config system.
Diffstat (limited to 'src/main/resources/iceberg.mixins.json')
-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",