diff options
author | inglettronald <inglettronald@gmail.com> | 2023-06-26 22:01:52 -0500 |
---|---|---|
committer | inglettronald <inglettronald@gmail.com> | 2023-06-26 22:01:52 -0500 |
commit | cacc7c10365c4ff9c20adde0f2bef7edd3c1cda0 (patch) | |
tree | 3dc4f9a05385d084cb0d4c9c43ead22503b57cd9 /src/main/resources | |
parent | 4e6af3727fc930d00a78fe91e19ba46f2dc63a28 (diff) | |
download | DulkirMod-Fabric-cacc7c10365c4ff9c20adde0f2bef7edd3c1cda0.tar.gz DulkirMod-Fabric-cacc7c10365c4ff9c20adde0f2bef7edd3c1cda0.tar.bz2 DulkirMod-Fabric-cacc7c10365c4ff9c20adde0f2bef7edd3c1cda0.zip |
fixed inventory scaling
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/dulkirmod-fabric.mixins.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/main/resources/dulkirmod-fabric.mixins.json b/src/main/resources/dulkirmod-fabric.mixins.json index e8ac46a..330c9ac 100644 --- a/src/main/resources/dulkirmod-fabric.mixins.json +++ b/src/main/resources/dulkirmod-fabric.mixins.json @@ -6,12 +6,15 @@ "defaultRequire": 1 }, "client": [ + "MouseMixin", "SoundSystemMixin", "io.HandledScreenMixin", "render.DrawContextMixin", "render.GameMenuScreenMixin", "render.GameRendererMixin", "render.KeyboardMixin", + "render.LoomScreenMixin", + "render.MinecraftClientMixin", "render.PerspectiveMixin", "render.ScreenMixin" ], |