We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa890b8 commit 1e237a2Copy full SHA for 1e237a2
build.gradle.kts
@@ -2,7 +2,7 @@ plugins {
2
id("fabric-loom") version "1.8-SNAPSHOT"
3
}
4
5
-version = "${rootProject.extra["mod_version"]}-${project.extra["minecraft_version"]}"
+version = "${rootProject.extra["mod_version"]}"
6
group = "${rootProject.extra["maven_group"]}.mod.fabric"
7
8
base {
gradle.properties
@@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2048M
archives_base_name=civmodern
maven_group=sh.okx.civmodern
-mod_version=1.6.5-2
+mod_version=1.21.3-1
mod_name=CivModern
mod_description=Civ utilities
mod_authors=Okx,Protonull
0 commit comments