diff options
author | Anthony Hilyard <anthony.hilyard@gmail.com> | 2021-10-25 13:17:00 -0700 |
---|---|---|
committer | Anthony Hilyard <anthony.hilyard@gmail.com> | 2021-10-25 13:17:00 -0700 |
commit | 730ec4f0faaf99e231279fdc026566f9970afb23 (patch) | |
tree | e84bd462ed7c482e958924d242853f5904f8e51f /src/main/resources/fabric.mod.json | |
parent | ec4c5aebf3b5b5af872c6b168c02bedd2bd5a9e3 (diff) | |
download | Iceberg-730ec4f0faaf99e231279fdc026566f9970afb23.tar.gz Iceberg-730ec4f0faaf99e231279fdc026566f9970afb23.tar.bz2 Iceberg-730ec4f0faaf99e231279fdc026566f9970afb23.zip |
Fixed crash issue in creative inventory. Fixed tooltip rendering issue.
Enabled mixins.
Diffstat (limited to 'src/main/resources/fabric.mod.json')
-rw-r--r-- | src/main/resources/fabric.mod.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json index 0920998..e365eea 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -19,6 +19,9 @@ "entrypoints": { }, "accessWidener": "iceberg.accesswidener", + "mixins": [ + "iceberg.mixins.json" + ], "depends": { "fabricloader": ">=0.11.3", |