From c9c40ea40185ad615faa29ab403ef828f30552b3 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Tue, 2 Dec 2025 18:41:24 -0800 Subject: [PATCH] Fix broken mappings crash from 1.47 Closes #165 --- build.gradle | 4 ++-- changelog.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 1cb04da5..9b4a26d1 100644 --- a/build.gradle +++ b/build.gradle @@ -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) } diff --git a/changelog.md b/changelog.md index af470ca0..88bb5382 100644 --- a/changelog.md +++ b/changelog.md @@ -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)