Ex Deorum 1.34

This commit is contained in:
thedarkcolour 2024-05-12 12:41:03 -07:00
parent 43927ec7f3
commit 26c67476ae
No known key found for this signature in database
GPG Key ID: 86B37B3575FD5976
2 changed files with 5 additions and 1 deletions

View File

@ -5,7 +5,7 @@ plugins {
id 'org.spongepowered.mixin' version '0.7.+'
}
version = '1.33'
version = '1.34'
group = 'thedarkcolour.exdeorum'
base {
archivesName = 'exdeorum'

View File

@ -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.