aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/iceberg.mixins.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/iceberg.mixins.json')
-rw-r--r--src/main/resources/iceberg.mixins.json9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/main/resources/iceberg.mixins.json b/src/main/resources/iceberg.mixins.json
index f167048..d722775 100644
--- a/src/main/resources/iceberg.mixins.json
+++ b/src/main/resources/iceberg.mixins.json
@@ -3,15 +3,18 @@
"package": "com.anthonyhilyard.iceberg.mixin",
"compatibilityLevel": "JAVA_17",
"refmap": "iceberg.refmap.json",
+ "plugin": "com.anthonyhilyard.iceberg.mixin.ForgeConfigMenusPlugin",
"mixins": [
"EntityMixin",
- "PlayerAdvancementsMixin",
- "ForgeConfigSpecMixin"
+ "PlayerAdvancementsMixin"
],
"client": [
"ScreenMixin",
"ClientPacketListenerMixin",
- "TextColorMixin"
+ "TextColorMixin",
+ "ConfigMenusForgeIEntryDataMixin",
+ "ConfigMenusForgeConfigScreenMixin",
+ "ConfigMenusForgeServerConfigUploaderMixin"
],
"injectors": {
"defaultRequire": 1