lightoverlay.mixins.json 246 B

12345678910111213
  1. {
  2. "required": true,
  3. "package": "me.shedaniel.lightoverlay.fabric.mixin",
  4. "minVersion": "0.7.11",
  5. "compatibilityLevel": "JAVA_8",
  6. "mixins": [],
  7. "client": [
  8. "MixinClientConnection"
  9. ],
  10. "injectors": {
  11. "defaultRequire": 1
  12. }
  13. }