We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28b26aa commit a8895deCopy full SHA for a8895de
gradle.properties
@@ -7,13 +7,13 @@ modGroup = gregtech
7
8
# Version of your mod.
9
# This field can be left empty if you want your mod's version to be determined by the latest git tag instead.
10
-modVersion = 1.18.0
+modVersion =
11
12
# Whether to use the old jar naming structure (modid-mcversion-version) instead of the new version (modid-version)
13
includeMCVersionJar = false
14
15
# The name of your jar when you produce builds, not including any versioning info
16
-modArchivesBaseName = gregtech
+modArchivesBaseName = gregtech-nomi
17
18
# Will update your build.gradle automatically whenever an update is available
19
autoUpdateBuildScript = false
0 commit comments