We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66a70cf commit 7c47adeCopy full SHA for 7c47ade
1 file changed
build.gradle
@@ -11,8 +11,8 @@ apply plugin: 'net.minecraftforge.gradle.forge'
11
//Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
12
13
def mcVersion = "1.12.2"
14
-def modMajor = "0"
15
-def modMinor = "10"
+def modMajor = "1"
+def modMinor = "0"
16
17
18
version = "${mcVersion}-${modMajor}.${modMinor}"
0 commit comments