Ex Deorum 1.24

This commit is contained in:
thedarkcolour 2024-02-15 19:38:58 -08:00
parent df46d99c6c
commit e03deff6c9
2 changed files with 6 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.23' version = '1.24'
group = 'thedarkcolour.exdeorum' group = 'thedarkcolour.exdeorum'
base { base {
archivesName = 'exdeorum' archivesName = 'exdeorum'

View File

@ -1,3 +1,8 @@
## Ex Deorum 1.24
- Fixed water crucibles filling infinitely with rainwater. (PR #54 by CPearl0)
- Add option (disabled by default) to make dirt from flowing water and witch water
- Fix Infested Leaves not showing in REI composite mode
## Ex Deorum 1.23 ## Ex Deorum 1.23
- Fixed rendering crash with crucibles - Fixed rendering crash with crucibles
- Added recipes to upgrade meshes to the next tier - Added recipes to upgrade meshes to the next tier