aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources')
-rw-r--r--src/main/resources/dulkirmod-fabric.mixins.json3
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"
],