diff options
-rw-r--r-- | gradle.properties | 4 | ||||
-rw-r--r-- | src/main/resources/mcmod.info | 4 |
2 files changed, 5 insertions, 3 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 diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index 1b37becea3..ea26d88ac7 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -3,8 +3,8 @@ "modid": "GoodGenerator", "name": "Good Generator", "description": "Add some powerful generators", - "version": "${version}", - "mcversion": "${mcversion}", + "version": "${modVersion}", + "mcversion": "${minecraftVersion}", "url": "", "updateUrl": "", "authorList": ["GlodBlock"], |