diff options
author | inglettronald <71849533+inglettronald@users.noreply.github.com> | 2023-06-05 17:18:52 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-05 17:18:52 -0500 |
commit | e209c2c0e3148bfec9cae51b5561c0918c88f479 (patch) | |
tree | 3dbdaa7eb6bd52fbc6f3dad38a73cfe1c54359ee /src/main/resources | |
parent | b220e76e12724a91507e894ac018e1ad6b695c9a (diff) | |
parent | 89bf4d23a30c02b341df0048bc0717142af1a9ff (diff) | |
download | DulkirMod-e209c2c0e3148bfec9cae51b5561c0918c88f479.tar.gz DulkirMod-e209c2c0e3148bfec9cae51b5561c0918c88f479.tar.bz2 DulkirMod-e209c2c0e3148bfec9cae51b5561c0918c88f479.zip |
Merge pull request #19 from IlmarsXd/cleanup
Some cleanup
Diffstat (limited to 'src/main/resources')
-rw-r--r-- | src/main/resources/mixins.dulkirmod.json | 6 |
1 files changed, 2 insertions, 4 deletions
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", |