We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 529fb52 commit 806cdf4Copy full SHA for 806cdf4
1 file changed
build.gradle
@@ -8,6 +8,8 @@ plugins {
8
9
subprojects {
10
mod_version = "${mod_version}+${minecraft_version}"
11
+ if (name == "fabric") mod_version = "${mod_version}+mm-${modmenu_version}"
12
+ else mod_version = "${mod_version}+bm-${bettermodlist_version}"
13
version = mod_version
14
group = mod_group
15
0 commit comments