chore: renamed mixins to always have Mixin at the end

This commit is contained in:
moonleay 2024-04-27 03:44:06 +02:00
parent 8930d64fd0
commit 5bd5e48f0d
Signed by: moonleay
GPG key ID: 82667543CCD715FB
3 changed files with 4 additions and 4 deletions

View file

@ -5,12 +5,12 @@
"compatibilityLevel": "JAVA_17",
"mixins": [
"ForcePlaceMixin",
"NoBlockUpdates",
"NoBlockUpdatesMixin",
"NoClipMixin"
],
"client": [
"HudMixin",
"NoClipCameraFix",
"NoClipCameraFixMixin",
"NormalModeMixin",
"ReplaceModeMixin"
],