diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-05-19 15:53:47 -0700 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2022-05-19 15:53:47 -0700 |
commit | fd1948939a5978832ce5da5bb2dbbd0df49a2ac3 (patch) | |
tree | 7856ada82a27bb0cf136fbbd9296aa351a85f22a /src/main/resources/iceberg.mixins.json | |
parent | 312cf6b1d2990d7632807dfa5ef93b8dd2cbb865 (diff) | |
download | Iceberg-fd1948939a5978832ce5da5bb2dbbd0df49a2ac3.tar.gz Iceberg-fd1948939a5978832ce5da5bb2dbbd0df49a2ac3.tar.bz2 Iceberg-fd1948939a5978832ce5da5bb2dbbd0df49a2ac3.zip |
Bumped required forge version to 40.1, fixed IcebergConfig crash.
Diffstat (limited to 'src/main/resources/iceberg.mixins.json')
-rw-r--r-- | src/main/resources/iceberg.mixins.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/resources/iceberg.mixins.json b/src/main/resources/iceberg.mixins.json index d722775..1faddec 100644 --- a/src/main/resources/iceberg.mixins.json +++ b/src/main/resources/iceberg.mixins.json @@ -5,7 +5,6 @@ "refmap": "iceberg.refmap.json", "plugin": "com.anthonyhilyard.iceberg.mixin.ForgeConfigMenusPlugin", "mixins": [ - "EntityMixin", "PlayerAdvancementsMixin" ], "client": [ |