mirror of
https://codeberg.org/moonleay/Gimbal.git
synced 2025-06-06 16:36:16 +02:00
chore: renamed to Gimbal, because I cannot spell apparently
Signed-off-by: moonleay <contact@moonleay.net>
This commit is contained in:
parent
1c7138bb58
commit
c14cdffeed
50 changed files with 322 additions and 279 deletions
Before Width: | Height: | Size: 1,015 KiB After Width: | Height: | Size: 1,015 KiB |
|
@ -11,8 +11,8 @@
|
|||
"contact": {
|
||||
"email": "contact@moonleay.net",
|
||||
"homepage": "https://moonleay.net",
|
||||
"sources": "https://codeberg.org/moonleay/Gimble",
|
||||
"issues": "https://codeberg.org/moonleay/Gimble/issues"
|
||||
"sources": "https://codeberg.org/moonleay/Gimbal",
|
||||
"issues": "https://codeberg.org/moonleay/Gimbal/issues"
|
||||
},
|
||||
"license": "GPL-3.0",
|
||||
"environment": "*",
|
||||
|
@ -20,19 +20,19 @@
|
|||
"client": [
|
||||
{
|
||||
"adapter": "kotlin",
|
||||
"value": "net.moonleay.gimble.client.ClientMain"
|
||||
"value": "net.moonleay.gimbal.client.ClientMain"
|
||||
}
|
||||
],
|
||||
"main": [
|
||||
{
|
||||
"adapter": "kotlin",
|
||||
"value": "net.moonleay.gimble.Main"
|
||||
"value": "net.moonleay.gimbal.Main"
|
||||
}
|
||||
],
|
||||
"fabric-datagen": [
|
||||
{
|
||||
"adapter": "kotlin",
|
||||
"value": "net.moonleay.gimble.datagen.DataGenerator"
|
||||
"value": "net.moonleay.gimbal.datagen.DataGenerator"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"required": true,
|
||||
"minVersion": "0.8",
|
||||
"package": "net.moonleay.gimble.mixin",
|
||||
"package": "net.moonleay.gimbal.mixin",
|
||||
"compatibilityLevel": "JAVA_17",
|
||||
"mixins": [
|
||||
"ForcePlaceMixin",
|
||||
|
@ -11,7 +11,7 @@
|
|||
"client": [
|
||||
"BulldozerMixin",
|
||||
"BulldozerMixin2",
|
||||
"GimblePolicyCheckMixin",
|
||||
"GimbalPolicyCheckMixin",
|
||||
"HudMixin",
|
||||
"NoClipCameraFixMixin",
|
||||
"NormalModeMixin",
|
Loading…
Add table
Add a link
Reference in a new issue