Skip to content

Commit

Permalink
Remove stuff from version.gradle.kts referencing unsupported loaders
Browse files Browse the repository at this point in the history
  • Loading branch information
Gaming32 committed Jul 2, 2024
1 parent ff5f5ad commit 61ff32a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ modrinth {
projectId.set(if (isStaging) "world-host-staging" else "world-host")
versionNumber.set(version.toString())
val loadersText = when {
isFabric -> "Fabric/Quilt"
isFabric -> "Fabric"
isForge -> "Forge"
isNeoForge -> "NeoForge"
else -> throw IllegalStateException()
Expand Down Expand Up @@ -414,12 +414,9 @@ tasks.processResources {
}

filesMatching(listOf(
"mcmod.info",
"fabric.mod.json",
"quilt.mod.json",
"META-INF/mods.toml",
"META-INF/neoforge.mods.toml",
"mixins.*.json",
"*.mixins.json"
)) {
expand(mapOf(
Expand Down

0 comments on commit 61ff32a

Please sign in to comment.