From 26c67476ae27773f755f70054add5fa99199b6e1 Mon Sep 17 00:00:00 2001 From: thedarkcolour <30441001+thedarkcolour@users.noreply.github.com> Date: Sun, 12 May 2024 12:41:03 -0700 Subject: [PATCH] Ex Deorum 1.34 --- build.gradle | 2 +- changelog.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b0a28feb..8fe12fbf 100644 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ plugins { id 'org.spongepowered.mixin' version '0.7.+' } -version = '1.33' +version = '1.34' group = 'thedarkcolour.exdeorum' base { archivesName = 'exdeorum' diff --git a/changelog.md b/changelog.md index c68a98e0..eb9d7eda 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,7 @@ +## Ex Deorum 1.34 +- Fix overriding default world type in Create World screen when common config option set_void_world_as_default is false. +- Removed set_void_world_as_default option from client config, you must now only use the option from the common config. + ## Ex Deorum 1.33 - Fix typo in JEI integration where both sieve categories were "Compressed Sieve". - Add integration for SkyBlock Builder. Now, if that mod is installed, SkyBlock builder's preset is chosen by default instead of Ex Deorum's. This goes for the server.properties file too.