Skip to content

Commit

Permalink
fix: issues I'll forget about
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelHillcox committed Dec 29, 2023
1 parent 8faf967 commit 8cf31f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ publishMods {
def neoforgeOptions = publishOptions {
file = project.provider { project(":neoforge").tasks.remapJar }.flatMap { it.archiveFile }
displayName = "[NEOFORGE][${rootProject.minecraft_version}] ${project.name} ${mod_version}"
modLoaders.add("forge")
modLoaders.add("neoforge")
}

def forgeOptions = publishOptions {
file = project.provider { project(":forge").tasks.remapJar }.flatMap { it.archiveFile }
displayName = "[FORGE][${rootProject.minecraft_version}] ${project.name} ${mod_version}"
modLoaders.add("neoforge")
modLoaders.add("forge")
}

def curseForgeOptions = curseforgeOptions {
Expand Down

0 comments on commit 8cf31f7

Please sign in to comment.