Fixed some general stuff that broke when updating to .1.8.1

This commit is contained in:
coolGi2007
2021-12-17 11:47:39 +00:00
parent 2d5acbbf45
commit d2c3a87fa8
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -2,7 +2,7 @@
"required": true,
"minVersion": "0.8",
"package": "com.seibel.lod.fabric.mixins",
"compatibilityLevel": "JAVA_16",
"compatibilityLevel": "JAVA_17",
"mixins": [],
"client": [
"MixinMinecraft",
@@ -16,4 +16,4 @@
"injectors": {
"defaultRequire": 1
}
}
}