mirror of
https://codeberg.org/moonleay/Gimbal.git
synced 2025-06-06 16:36:16 +02:00
chore: renamed mixins to always have Mixin at the end
This commit is contained in:
parent
8930d64fd0
commit
5bd5e48f0d
3 changed files with 4 additions and 4 deletions
|
@ -5,12 +5,12 @@
|
|||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"ForcePlaceMixin",
|
||||
"NoBlockUpdates",
|
||||
"NoBlockUpdatesMixin",
|
||||
"NoClipMixin"
|
||||
],
|
||||
"client": [
|
||||
"HudMixin",
|
||||
"NoClipCameraFix",
|
||||
"NoClipCameraFixMixin",
|
||||
"NormalModeMixin",
|
||||
"ReplaceModeMixin"
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue