Commit f7c5481 1 parent ed7f20b commit f7c5481 Copy full SHA for f7c5481
File tree 2 files changed +3
-6
lines changed
2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ plugins {
9
9
id " me.modmuss50.mod-publish-plugin" version " 0.4.5"
10
10
}
11
11
12
- version = " ${ mod_version} +mc${ minecraft_version} "
13
- group = mod_group_id
14
-
15
12
ext. releaseTag = providers. environmentVariable(" TAG" ). orElse(" " ). toString()
16
13
ext. isAlpha = ext. releaseTag. contains(" alpha" )
17
14
ext. isBeta = ext. releaseTag. contains(" beta" )
@@ -149,7 +146,7 @@ publishing {
149
146
register(' mavenJava' , MavenPublication ) {
150
147
artifactId = archive_base_name
151
148
groupId = mod_group_id
152
- version = mod_version
149
+ version = " ${ mod_version} +mc ${ minecraft_version } "
153
150
from components. java
154
151
}
155
152
}
@@ -201,7 +198,7 @@ publishMods {
201
198
// slug = "patchouli"
202
199
// }
203
200
}
204
-
201
+ " ${ mod_version } +mc ${ minecraft_version } "
205
202
modrinth {
206
203
projectId = modrinth_project_id
207
204
accessToken = providers. environmentVariable(" MODRINTH_TOKEN" )
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ mod_id=modularrouters
8
8
archive_base_name =modular-routers
9
9
mod_version =12.3.0
10
10
mod_name ="Modular Routers"
11
- mod_group_id =me.desht
11
+ mod_group_id =me.desht.modularrouters
12
12
mod_license =MIT
13
13
mod_authors =Des Herriott
14
14
mod_description =Modular Routers is a highly flexible mod for moving items/fluids/energy around the world in various ways.
You can’t perform that action at this time.
0 commit comments