Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
TexBlock authored Jun 18, 2024
1 parent ab613b4 commit a13aaa4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neoforge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ publisher {

setCurseID("${rootProject.curseforge_id}")
setModrinthID("${rootProject.modrinth_id}")
setVersionType("beta")
setVersionType("alpha")
setChangelog(file("CHANGELOG.md").getText("UTF-8"))
setVersion("${rootProject.version}-neoforge")
setDisplayName("[NeoForge] ${rootProject.version}")
setGameVersions("1.20.5", "1.20.6")
setGameVersions("1.21")
setLoaders("neoforge")
setCurseEnvironment("client")
setArtifact(remapJar)
Expand Down

0 comments on commit a13aaa4

Please sign in to comment.