Ex Deorum 1.32

This commit is contained in:
thedarkcolour 2024-04-16 15:28:14 -07:00
parent 7b8eac5da8
commit c3cd2e6008
No known key found for this signature in database
GPG Key ID: 86B37B3575FD5976
2 changed files with 4 additions and 1 deletions

View File

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

View File

@ -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 ## Ex Deorum 1.31
- Fixed a server error that would kick players who sprinted on top of Infested Leaves - 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) - All recipes now have NBT support for their results (ex. it is now possible to add enchanted books as a sieve drop)