parent
3846489fb1
commit
c9c40ea401
|
|
@ -217,7 +217,7 @@ if (System.getenv("CURSEFORGE_TOKEN")) {
|
||||||
addGameVersion("NeoForge")
|
addGameVersion("NeoForge")
|
||||||
addGameVersion("Java 17")
|
addGameVersion("Java 17")
|
||||||
|
|
||||||
mainArtifact(jar.archiveFile) {
|
mainArtifact(reobfJar.archiveFile) {
|
||||||
displayName = "Ex Deorum ${project.version}"
|
displayName = "Ex Deorum ${project.version}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -232,7 +232,7 @@ modrinth {
|
||||||
loaders = ["forge", "neoforge"]
|
loaders = ["forge", "neoforge"]
|
||||||
changelog = getChangelog(project.version)
|
changelog = getChangelog(project.version)
|
||||||
|
|
||||||
uploadFile = jar
|
uploadFile = reobfJar
|
||||||
additionalFiles.add(sourcesJar)
|
additionalFiles.add(sourcesJar)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,6 @@
|
||||||
|
## Ex Deorum 1.48
|
||||||
|
- Fix broken mappings crash from 1.47 (#165)
|
||||||
|
|
||||||
## Ex Deorum 1.47
|
## Ex Deorum 1.47
|
||||||
- Fix issues with barrels and water bottles from mods like _Thirst Was Taken_, thanks to pawjwp (#156)
|
- Fix issues with barrels and water bottles from mods like _Thirst Was Taken_, thanks to pawjwp (#156)
|
||||||
- Minor translation tweak (#154)
|
- Minor translation tweak (#154)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user