Skip to content

Commit

Permalink
neoforge
Browse files Browse the repository at this point in the history
  • Loading branch information
mysticdrew committed Oct 18, 2023
1 parent 2c0b504 commit ca78b8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
5 changes: 1 addition & 4 deletions doc/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,5 @@ <h1>JourneyMap Teams ${version} for Minecraft ${mcversion}</h1>

<p>New in ${version}</p>
<ul>
<li>Added Vanilla Teams Support.</li>
<li>Added FTB Teams Support</li>
<li>Fixed: Fabric issues</li>
<li>Non-partied players are visible on the map.</li>
<li>1.20.1 support</li>
</ul>
3 changes: 2 additions & 1 deletion forge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ task publishCurseForge(type: net.darkhax.curseforgegradle.TaskPublishCurseForge)
mainFile.displayName = "${archivesBaseName}-${version}"
mainFile.releaseType = release_type
mainFile.addModLoader("Forge")
mainFile.addModLoader("NeoForge")
mainFile.addJavaVersion("Java 17")
mainFile.addGameVersion("${project.minecraft_version}")
mainFile.changelogType = "html"
Expand All @@ -170,7 +171,7 @@ modrinth {
versionType = release_type
uploadFile = jar
gameVersions = ["${project.minecraft_version}"]
loaders = ["forge"]
loaders = ["forge", "neforge"]
changelog = file("$project.buildDir/doc/changelog.html").exists() ? file("$project.buildDir/doc/changelog.html").text : null
}

Expand Down

0 comments on commit ca78b8f

Please sign in to comment.