Fix broken mappings crash from 1.47

Closes #165
This commit is contained in:
thedarkcolour 2025-12-02 18:41:24 -08:00
parent 3846489fb1
commit c9c40ea401
No known key found for this signature in database
GPG Key ID: 86B37B3575FD5976
2 changed files with 5 additions and 2 deletions

View File

@ -217,7 +217,7 @@ if (System.getenv("CURSEFORGE_TOKEN")) {
addGameVersion("NeoForge")
addGameVersion("Java 17")
mainArtifact(jar.archiveFile) {
mainArtifact(reobfJar.archiveFile) {
displayName = "Ex Deorum ${project.version}"
}
}
@ -232,7 +232,7 @@ modrinth {
loaders = ["forge", "neoforge"]
changelog = getChangelog(project.version)
uploadFile = jar
uploadFile = reobfJar
additionalFiles.add(sourcesJar)
}

View File

@ -1,3 +1,6 @@
## Ex Deorum 1.48
- Fix broken mappings crash from 1.47 (#165)
## Ex Deorum 1.47
- Fix issues with barrels and water bottles from mods like _Thirst Was Taken_, thanks to pawjwp (#156)
- Minor translation tweak (#154)