mirror of
https://codeberg.org/moonleay/Gimbal.git
synced 2025-04-04 19:54:13 +02:00
23 lines
442 B
JSON
23 lines
442 B
JSON
{
|
|
"required": true,
|
|
"minVersion": "0.8",
|
|
"package": "net.moonleay.gimbal.mixin",
|
|
"compatibilityLevel": "JAVA_17",
|
|
"mixins": [
|
|
"ForcePlaceMixin",
|
|
"NoBlockUpdatesMixin",
|
|
"NoClipMixin",
|
|
"ReplaceModeMixin",
|
|
"ReplaceStateUpdaterMixin"
|
|
],
|
|
"client": [
|
|
"BulldozerMixin",
|
|
"BulldozerMixin2",
|
|
"HudMixin",
|
|
"NoClipCameraFixMixin",
|
|
"NormalModeMixin"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|