diff options
Diffstat (limited to 'src/main/resources/iceberg.mixins.json')
-rw-r--r-- | src/main/resources/iceberg.mixins.json | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/main/resources/iceberg.mixins.json b/src/main/resources/iceberg.mixins.json index 41b5589..9dfa917 100644 --- a/src/main/resources/iceberg.mixins.json +++ b/src/main/resources/iceberg.mixins.json @@ -4,8 +4,11 @@ "compatibilityLevel": "JAVA_8", "refmap": "iceberg.refmap.json", "mixins": [ - "PlayerAdvancementsMixin", - "EntityMixin" + "EntityMixin", + "PlayerAdvancementsMixin" + ], + "server": [ + "ForgeEventFactoryMixin" ], "injectors": { "defaultRequire": 1 |