diff options
| author | Jason Mitchell <mitchej@gmail.com> | 2022-01-19 20:21:38 -0800 |
|---|---|---|
| committer | Jason Mitchell <mitchej+github@gmail.com> | 2022-01-19 21:07:45 -0800 |
| commit | 5a2588f7cd25048c8c28920d7d064c8608b2838f (patch) | |
| tree | c74865f946dfaf32f83f2ea4c6c25988da4f1c7e /gradle.properties | |
| parent | 6ceaf85b6816b0a299612f385d6a11d2344eaccf (diff) | |
| download | GT5-Unofficial-5a2588f7cd25048c8c28920d7d064c8608b2838f.tar.gz GT5-Unofficial-5a2588f7cd25048c8c28920d7d064c8608b2838f.tar.bz2 GT5-Unofficial-5a2588f7cd25048c8c28920d7d064c8608b2838f.zip | |
fix build
Diffstat (limited to 'gradle.properties')
| -rw-r--r-- | gradle.properties | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gradle.properties b/gradle.properties index 739aceed8b..2a7693306f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,9 @@ +modName = GoodGenerator + # This is a case-sensitive string to identify your mod. Convention is to use lower case. modId = GoodGenerator -modGroup = GoodGenerator +modGroup = goodgenerator # 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 |
