diff options
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 |