From c3cd2e60080a7538074acd0b4f9ea0f08ecc582f Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Tue, 16 Apr 2024 15:28:14 -0700 Subject: [PATCH] Ex Deorum 1.32 --- build.gradle | 2 +- changelog.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b6ca352c..f7258e35 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'org.spongepowered.mixin' version '0.7.+' } -version = '1.31' +version = '1.32' group = 'thedarkcolour.exdeorum' base { archivesName = 'exdeorum' diff --git a/changelog.md b/changelog.md index 7ee94217..f07d25b4 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,6 @@ +## Ex Deorum 1.32 +- Fixed an issue with void worlds not generating bastion remnants, nether fortresses, or obsidian pillars in the End + ## Ex Deorum 1.31 - Fixed a server error that would kick players who sprinted on top of Infested Leaves - All recipes now have NBT support for their results (ex. it is now possible to add enchanted books as a sieve drop)