mirror of
https://codeberg.org/moonleay/Gimbal.git
synced 2025-04-24 09:01:04 +02:00
25 lines
499 B
JSON
25 lines
499 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",
|
|
"YouInjectButtonMixin",
|
|
"YouInjectButtonMixin2"
|
|
],
|
|
"injectors": {
|
|
"defaultRequire": 1
|
|
}
|
|
}
|