chore: moved group to net.moonleay

fix: fixed camera going meyhem when going 3rd person in NoClip
This commit is contained in:
moonleay 2024-04-23 18:12:39 +02:00
parent 0cd271f139
commit 7383fa09e8
Signed by: moonleay
GPG key ID: 82667543CCD715FB
31 changed files with 125 additions and 107 deletions

View file

@ -1,7 +1,7 @@
package net.moonleay.mods.gimble.build
package net.moonleay.gimble.build
internal object BuildConstants {
const val modId = "${modId}"
const val modName = "${modName}"
const val modVersion = "${modVersion}"
}
}