diff options
Diffstat (limited to 'src/main/resources')
-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 df30b70..3d7d0bd 100644 --- a/src/main/resources/fabric.mod.json +++ b/src/main/resources/fabric.mod.json @@ -4,6 +4,9 @@ "name": "${modName}", "description": "${description}", "version": "${version}", + "mixins": [ + "mixins.ultranotifier.json" + ], "entrypoints": { "main": ["moe.nea.ultranotifier.UltraNotifierEntryPoint"] }, |