diff options
Diffstat (limited to 'src/main/resources/hypeclient.mixins.json')
-rw-r--r-- | src/main/resources/hypeclient.mixins.json | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/main/resources/hypeclient.mixins.json b/src/main/resources/hypeclient.mixins.json deleted file mode 100644 index 964d717..0000000 --- a/src/main/resources/hypeclient.mixins.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "required": true, - "minVersion": "0.8", - "package": "de.hype.bbsentials.mixins", - "compatibilityLevel": "JAVA_17", - "mixins": [ - ], - "client": [ - ], - "injectors": { - "defaultRequire": 1 - } -} |