diff options
author | kuba6000 <kuba.123123.6000@gmail.com> | 2022-08-10 15:57:40 +0200 |
---|---|---|
committer | kuba6000 <kuba.123123.6000@gmail.com> | 2022-08-10 15:57:40 +0200 |
commit | a6f18fd57ea6e216d4e90445ada8d4d5c56f8a51 (patch) | |
tree | 31a2fa8d8d84d0957895755b8b33b86aa1b215f3 /gradle.properties | |
parent | 55c3e624f7420e1f2e93a396cdef5189885062d9 (diff) | |
download | GT5-Unofficial-a6f18fd57ea6e216d4e90445ada8d4d5c56f8a51.tar.gz GT5-Unofficial-a6f18fd57ea6e216d4e90445ada8d4d5c56f8a51.tar.bz2 GT5-Unofficial-a6f18fd57ea6e216d4e90445ada8d4d5c56f8a51.zip |
Rename
Diffstat (limited to 'gradle.properties')
-rw-r--r-- | gradle.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gradle.properties b/gradle.properties index 043269f478..28b3392e07 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,9 +1,9 @@ -modName = kubaworks +modName = KubaTech # This is a case-sensitive string to identify your mod. Convention is to use lower case. -modId = kubaworks +modId = KubaTech -modGroup = kubaworks +modGroup = KubaTech # WHY is there no version field? # The build script relies on git to provide a version via tags. It is super easy and will enable you to always know the |