From f98a1f5d53792c026c3688fa89dea3e69910cb3a Mon Sep 17 00:00:00 2001 From: nea Date: Thu, 8 Jun 2023 00:11:46 +0200 Subject: 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 --- src/main/resources/firmament.mixins.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/resources/firmament.mixins.json') 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 } -- cgit