From 89bf4d23a30c02b341df0048bc0717142af1a9ff Mon Sep 17 00:00:00 2001 From: IlmarsXd Date: Mon, 5 Jun 2023 23:15:11 +0300 Subject: Some cleanup --- src/main/resources/mixins.dulkirmod.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/main/resources') diff --git a/src/main/resources/mixins.dulkirmod.json b/src/main/resources/mixins.dulkirmod.json index 6fe3635..a30c6d8 100644 --- a/src/main/resources/mixins.dulkirmod.json +++ b/src/main/resources/mixins.dulkirmod.json @@ -1,6 +1,6 @@ { - "minVersion": "0.6", "compatibilityLevel": "JAVA_8", + "minVersion": "0.8", "package": "dulkirmod.mixins", "refmap": "mixins.dulkirmod.refmap.json", "client": [ @@ -10,9 +10,7 @@ "MixinGuiScreen", "MixinItemRenderer", "MixinLayerArmorBase", - "MixinRenderManager" - ], - "mixins": [ + "MixinRenderManager", "MixinEntity", "MixinEntityLivingBase", "MixinGuiUtils", -- cgit