aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/firmament.mixins.json
diff options
context:
space:
mode:
authornea <nea@nea.moe>2023-06-08 00:11:46 +0200
committernea <nea@nea.moe>2023-06-08 00:11:46 +0200
commitf98a1f5d53792c026c3688fa89dea3e69910cb3a (patch)
tree873ee14abe51b1d229149c62f4958252026505fa /src/main/resources/firmament.mixins.json
parentb65382a7b74836e13d8d9c9104971737288d1496 (diff)
downloadfirmament-f98a1f5d53792c026c3688fa89dea3e69910cb3a.tar.gz
firmament-f98a1f5d53792c026c3688fa89dea3e69910cb3a.tar.bz2
firmament-f98a1f5d53792c026c3688fa89dea3e69910cb3a.zip
Update to 1.20
- Remove some devenv mods that are not updated yet - Replace lib39 with fletchingtable for automixins - Use non kotlin entrypoints - Make use of DrawContext in a bunch of places
Diffstat (limited to 'src/main/resources/firmament.mixins.json')
-rw-r--r--src/main/resources/firmament.mixins.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/firmament.mixins.json b/src/main/resources/firmament.mixins.json
index 43f3601..599c8ea 100644
--- a/src/main/resources/firmament.mixins.json
+++ b/src/main/resources/firmament.mixins.json
@@ -2,7 +2,7 @@
"required": true,
"plugin": "moe.nea.firmament.init.MixinPlugin",
"package": "moe.nea.firmament.mixins",
- "compatibilityLevel": "JAVA_16",
+ "compatibilityLevel": "JAVA_17",
"injectors": {
"defaultRequire": 1
}