Skip to content

Commit

Permalink
Merge remote-tracking branch 'Generations/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Waterpicker committed Oct 10, 2024
2 parents 734aad2 + a8ab289 commit ef296bf
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 4.0.1
- Fix Rendering not displaying on MacOS and Linux
- Update Glowing Charge Cobblestone texture
2 changes: 1 addition & 1 deletion fabric/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ publisher {
//githubRepo.set("https:github.com/GenerationsMod/Generations-Core")
setReleaseType(ReleaseType.BETA)
projectVersion.set(project.version.toString() + "-${project.name}")
displayName.set(base.archivesName.get() + "-Fabric")
displayName.set(base.archivesName.get() + "-${project.version}")
changelog.set(projectDir.toPath().parent.resolve("CHANGELOG.md").toFile().readText())
artifact.set(tasks.remapJar)
setGameVersions(minecraftVersion)
Expand Down
2 changes: 1 addition & 1 deletion forge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ publisher {
//githubRepo.set("https:github.com/GenerationsMod/Generations-Core")
setReleaseType(ReleaseType.BETA)
projectVersion.set(project.version.toString() + "-${project.name}")
displayName.set(base.archivesName.get() + "-Forge")
displayName.set(base.archivesName.get() + "-${project.version}")
changelog.set(projectDir.toPath().parent.resolve("CHANGELOG.md").toFile().readText())
artifact.set(tasks.remapJar)
setGameVersions(minecraftVersion)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.daemon=true
minecraft_version=1.20.1

archives_base_name=Generations-Core
mod_version=4.0.1-Beta-SNAPSHOT
mod_version=4.0.2-Beta-SNAPSHOT
maven_group=generations.gg.generations.core

architectury_version=9.2.14
Expand Down

0 comments on commit ef296bf

Please sign in to comment.