Ex Deorum 2.7

This commit is contained in:
thedarkcolour 2024-04-16 15:27:58 -07:00
parent 918ed363bb
commit 209f328aee
No known key found for this signature in database
GPG Key ID: 86B37B3575FD5976
2 changed files with 5 additions and 1 deletions

View File

@ -4,7 +4,7 @@ plugins {
id 'net.neoforged.gradle.userdev' version '7.0.105' id 'net.neoforged.gradle.userdev' version '7.0.105'
} }
version = '2.6' version = '2.7'
group = 'thedarkcolour.exdeorum' group = 'thedarkcolour.exdeorum'
base { base {
archivesName = 'exdeorum' archivesName = 'exdeorum'

View File

@ -1,3 +1,7 @@
## Ex Deorum 2.7
- Fixed End Portal not spawning and End Cities not generating
- Fixed an issue with void worlds not generating bastion remnants, nether fortresses, or obsidian pillars in the End
## Ex Deorum 2.6 ## Ex Deorum 2.6
- Fixed crash on server load - Fixed crash on server load