]> git.lizzy.rs Git - LightOverlay.git/blob - fabric/src/main/resources/lightoverlay.mixins.json
Now supports 1.19 (#146)
[LightOverlay.git] / fabric / src / main / resources / lightoverlay.mixins.json
1 {
2   "required": true,
3   "package": "me.shedaniel.lightoverlay.fabric.mixin",
4   "minVersion": "0.8",
5   "compatibilityLevel": "JAVA_17",
6   "mixins": [],
7   "client": [
8     "MixinClientConnection"
9   ],
10   "injectors": {
11     "defaultRequire": 1
12   }
13 }