diff --git a/gradle.properties b/gradle.properties index 1c74ddd29..420e23a80 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,13 +7,13 @@ modGroup = gregtech # Version of your mod. # This field can be left empty if you want your mod's version to be determined by the latest git tag instead. -modVersion = 1.18.0 +modVersion = # Whether to use the old jar naming structure (modid-mcversion-version) instead of the new version (modid-version) includeMCVersionJar = false # The name of your jar when you produce builds, not including any versioning info -modArchivesBaseName = gregtech +modArchivesBaseName = gregtech-nomi # Will update your build.gradle automatically whenever an update is available autoUpdateBuildScript = false